/* Paramètres globaux - application à toute la page */

body {
	margin: 0 30px 0 0;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
/*	background-image: url("../images/background.jpg");*/
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	font-family: "Arial", "Verdana", "Bitstream Vera Sans", "FreeSans", sans-serif;
	font-size: 12px;
	cursor: default;
}

div {
	border-style: none;
}

#referencement {
	display: none;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

/* Entête de la page - contient le logo (#logo) et le titre (#titre) */

#haut_page {
	position: static;
	margin: 0;
	padding: 0;
	height: 100px;
	background-color: transparent;
}

#logo {
	float: left;
	height: 80px;
	width: 300px;
	background-image: url("../images/logo_valeolis.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 0%;
}

#titre {
	position: static;
	margin: 0;
	padding: 0;
	border: none;
	height: 80px;
	width: auto;
	color: #000000;
	vertical-align: middle;
	font-family: "Palatino Linotype", "Georgia", "Monaco", "Helvetica", "Century Schoolbook L", "Nimbus Mono L", serif;
	font-style: italic;
	font-size: 24px;
}

/* Corps de page */

#milieu_page {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: transparent;
}


#left_page {
	overflow: hidden;
	margin: 0 5px 0 0;
	padding: 0;
	width: 170px;
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: #c0c0c0;
	border-top-width: 1px;
	border-right-width: 1px;
	text-align: center;
}

#page {
	position: absolute;
	left: 170px;
	top : 120px;
	margin: 0 0 20px 20px;
	padding: 0;
	width: auto;
	background-color: transparent;
}

/* Menu - contient les liens, sous forme de liste, des différentes pages */

#menu {
	position: absolute;
	left: 180px;
	top: 80px;
	margin: 0;
	padding: 0;
	height: 20px;
	width: auto;
	background-color: transparent;
	text-align: left;
}

/* Images - paramètres d'affichage */

img {
	border: none;
}

.img_web {
	margin: 0;
	width: 160px;
}

.msq_title {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	height: 200px;
	width: 800px;
	z-index: 0;
}

.aff_img {				/* Centrage des images - page "plein les yeux" */
	margin: 0 ;
	padding: 0;
	text-align: center;
}

.img_gal {				/* Taille des images - page "plein les yeux" */
	padding: 0;
	margin: 0 2px 4px 2px;
	height: 105px;
}

.logo {					/* Logo - page "liens" */
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	height: 67px;
	text-align: center;
}

.on_right {
	float: right;
	margin: 0 0 0 10px;
}

.on_left {
	float: left;
	margin: 0 20px 0 0;
	width: 160px;
}

.on_centr {
	position: relative;
	left: 190px;
	width: 300px;
	top: 10px;
	padding: 0;
}

#big_div {
	display: none;
	position: absolute;
	z-index: 8;
	left: 0;
	top: 25px;
	margin: 0;
	padding: 0;
	width: 500px;
	text-align: center;
	background-color: transparent;
}

#big_img {
	margin: 0;
	padding: 0;
	width: 500px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

a {
	color: #000000;		/*	black	*/
/*	font-size: 11px;*/
}

a:visited {
	color: #000000;		/*	black	*/
}

a:active {
	color: #8080ff;		/*	green	*/
}

a:hover {
	color: #808080;		/*	gray	*/
}

li {
	margin: 0 0 0 20px;
	font-size: 12px;
	list-style-image: url("../images/coche11x11.gif");
	list-style-position: outside;
}

.a_menu {
	color: #000000;		/*	black	*/
	text-decoration : none;
	font-family: "Arial", "Verdana", "Bitstream Vera Sans", "FreeSans", sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-style: solid;
	border-width: 0;
	border-color: #ffff00;	/*	yellow	*/
}

.a_menu:visited {
	color: #000000;		/*	black	*/
}

.a_menu:active {
	color: #8080ff;		/*	pale blue	*/
}

.a_menu:hover {
	color: #000000;		/*	black	*/
	border-bottom-width: 3px;
}

.a_liens {
	color: #000000;		/*	black	*/
	text-decoration : none;
}

.a_liens:visited {
	color: #000000;		/*	black	*/
}

.a_liens:active {
	color: #000000;		/*	black	*/
}

.a_liens:hover {
	color: #000000;		/*	black	*/
}

.left_page a {
	color: #8080ff;		/*	pale blue	*/
	text-decoration : none;
}

.tab_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: left;
}

.tab_mil {
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: right;
}

.tab_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	text-align: left;
}

.tarifs {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 200px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0;
}

.cadre {
	padding: 0 5px 5px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0;
}

#situation {
	margin: 0;
	padding: 0;
	width: 480px;
	border: none;
}

#bas_page a {
	text-decoration : none;
}

#contact_g {
	float: left;
	width: 200px;
	padding: 0;
	font-size: 12px;
	text-decoration : underline;
}

#contact_d {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

/* Définition des polices */

td {			/* Agencement du pied de page */
	font-size: 10px;
	font-weight: bold;
}

.hroul {			/* Agencement du pied de page */
	width: 100px;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}

.dater {
	width: 200px;
}

.bas_page {			/* Agencement du pied de page */
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.bas_page a {
	color: #505050;		/*	white	*/
/*	font-size: 11px;*/
}

.bas_page a:visited {
	color: #808080;		/*	gray	*/
}

.bas_page a:active {
	color: #8080ff;		/*	green	*/
}

.bas_page a:hover {
	color: #000000;		/*	black	*/
}

p {
	text-indent: 15px;
	line-height: 20px;
	font-size: 12px;
}

.tab {
	text-align: center;
	text-indent: 0;
	line-height: 25px;
	font-size: 16px;
}

h1 {				/* Police des titres */
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-family: "Monotype Corsiva", "Brush Script MT", "URW Chancery L", cursive;
	font-weight: bold;
	text-align: center;
	color: #0000ff;
}

h4 {				/* Police des titres des pages "liens" et "comment venir"*/
	font-size: 12px;
	font-style: bold;
	text-align: left;
	text-decoration : none;
}

h5 {				/* Police des textes des liens */
	font-size: 12px;
	font-style: bold;
	text-align: center;
	color: #0000ff;
}

h6 {				/* Police de "voir les tarifs" */
	font-size: 12px;
	font-style: bold;
	text-align: center;
}

h3 {				/* Police des remarques */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
}

#popup h3 {				/* Police des remarques */
	color: yellow;
}

.italique {				/* Police du descriptif des armes */
	position: relative;
	width: 400px;
	left: 100px;
	top: 20px;
	font-style: italic;
}

/* Pied de page - contient les coordonnées et le copyrigth webmaster */

#back_div {
	position: absolute;
	left: 130px;
	top: 150px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#contenu {
	position: static;
	margin: 5px 5px 0 5px;
	padding: 0;
	width: auto;
	background-color: transparent;
}

#bas_page {
	position: static;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #a0a0ff;
	text-align: center;
	background-color: transparent;
}

#sous_menu {
	display: none;
	position: absolute;
	left: 130px;
	top: 200px;
	margin: 0;
	padding: 0;
	width: 130px;
	background-color: transparent;
	text-align: center;
	z-index: 10;

}
