/* CSS Document */

#comptoir_saint_merri{
	width:990px;
	height:590px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
}

#header{
	width:988px;
 	height:140px;
    margin-left: auto;
    margin-right: auto;
}

#reste_page{
	width:988px;
	margin-left: auto;
    margin-right: auto;
}

#menu{
	position:relative;
	width:937px;
	margin-left:auto;
    margin-right:auto;
}

.Style1 {
	width:117px;
	height:30px;
	text-align:center;
	float:left;
	background:url(images_csm/fond_div_menu_horizontal.gif);
	background-repeat:no-repeat;
}

#titre_homepage{
	width:117px;
	height:30px;
	text-align:center;
	float:left;
	background:url(images_csm/fond_div_menu_horizontal.gif);
}

#sub_a, #sub_b, #sub_c, #sub_d, #sub_e{
	display:none;
	width:114px;
	border:groove thin #CCCCCC;
}

#sub{
	width:110px;
	text-align:left;
	background-color:#E9F8EA;
}

ul.liste, .liste li, .liste a {padding:0px ; margin:0px}

.liste {list-style-type:none;} 

.liste li a {
	display:block; /* force le lien à prendre 100% de la largeur de la liste */
	color:#333333;  /*la police des liens non survolés est blanche */
	height:18px;
}

.liste li a:hover { /* style des liens lors du survol */
	/* background-color:#CCCCCC;  le fond du lien passe en gris */
	background:url(images_csm/fond_div.gif);
	color:white ; /* le texte passe au blanc */
	font-weight:bold;
}

#menu_vertical{
	width:165px;
	float:left;
	}

#titre_menu_vertical{
	background-color:#FBFFFB;
	border-bottom:thin solid #BEE3B7;
	padding:6px;
	}


#titre_menu_vertical_bis{
	background-color:#FBFFFB;
	border-bottom:thin solid #BEE3B7;
	padding:6px;
	}

#titre_menu_vertical_tris{
	background-color:#FBFFFB;
	border-bottom:thin solid #BEE3B7;
	padding:6px;
	}

.lmv a{/* lmv = Lien Menu Vertical*/
	display:block; /* force le lien à prendre 100% de la largeur de la liste */
}

.lmv a:hover{
	background:url(images_csm/fond_div.gif);
	color:white ; /* le texte passe au blanc */
	font-weight:bold;
}
	
#newsletter{
 	text-align:left;
	width:120px;
 }

.Style2{
	color:#990000;
	font-weight:bold;
}

#matiere {
	width:800px;
	height:385px;
	float:left;
	padding:5px;
}

.tableau{
	border: thin groove #CCCCCC;
}

a:link { /* couleur des liens non survolés */
	text-decoration:none;
	color:#333333;
	display:block;
}

a:visited {
	text-decoration:none;
	color:#333333;
}

a:hover { /* couleur des liens au survol */
	text-decoration:none;
	color:#87BA8D;
}

a:active {
	text-decoration:none;
	color:#333333;
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
