@charset "UTF-8";
/* CSS Document */

body {
color:black;
background-image:url(images/back.png);
background-repeat:repeat;
text-align:center;
margin:0px;
padding:0px;
}

#page{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#ombre_gauche{
	background-image:url(images/ombre_droit.png);
	background-repeat:repeat-y;
	width:11px;
	height:740px;
	float:left;
}	

#ombre_droite{
	background-image:url(images/ombre_gauche.png);
	background-repeat:repeat-y;
	width:11px;
	height:740px;
	float:left;

	
}

#container {
	text-align:center;
	width:938px;
	height:740px;
	background-color:#FFF;
	float:left;
	overflow:hidden;
}
/*	overflow:hidden;      a rajouter au dessus une fois le script fini */

/*TETIERE*/
#tetiere {
	background-image:url(images/tetiere.gif);
	background-repeat:no-repeat;
	height:238px;
	width:938px;
	float:left;
}
/*TETIERE END*/



/*MENU*/
#menu {
	float:left;
	height:35px;
	width:943px;
	text-align:left;
	margin:0px;
	padding:0px;
	background-color:214456;
}
	
#menu ul{
	display:inline;
	overflow:hidden;
	margin:0px;
	padding:0px;

}
#menu ul li{
	width:157px;
	list-style:none;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}
		
		
#menu ul li:last-child{
	width:153px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;

}


/*interieur*/
#interieur {
	height:470px;
	width:939px;
	float:left;
}
/*	background-image:url(images/interieur1.jpg);*/


#interieur_espace_haut {
	height:18px;
}

#interieur_espace_gauche {
	width:40px;
	float:left;
	
}
#interieur_espace_droite {
	width:39px;
	float:left;
}

#interieur_320 {
	width:320px;
	float:left;
}
	
	
#interieur_160 {
	width:160px;
	float:left;
	text-align:right;
	margin-top:10px;
}
#interieur_20 {
	width:20px;
	float:left;
}
#interieur_360 {
	width:360px;
	float:left;
	text-align:left;
	height:440px
}

		
		h2.soustitre {
			font-family:Helvetica, Arial, sans-serif;
			font-size:12px;
			font-weight:normal;
			color:#999;
			font-style:italic;
			line-height:15px;
			margin:-12px 0 0px 0px;
		
		}

		h2.sommaire {
			font-family:"Times New Roman", Times, serif;
			color:#333;
			font-size:15px;
			font-weight:normal;
			font-style:italic;
			text-indent:11px;
			margin:10px 0 0px 0px;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #CCC;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCC;
			background-image:url(images/boutons/fleche_droite.png);
			background-repeat:no-repeat;
			padding-bottom:3px;
			padding-top:3px;
		}
		
#interieur_180 {
	width:160px;
	float:left;
	text-align:left;
	padding-right:20PX;
}
			 .ul_sommaire{
				font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#666;
				line-height:12px;
				text-decoration:none;
				list-style:none;
				margin-top: 20px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0;
				padding-top: 0;
				padding-right: 0;
				padding-bottom: 0px;
				padding-left: 0;
							}
				 
				 .li_sommaire {
				border-bottom-width: 1px;
				border-bottom-style: dotted;
				border-bottom-color:#CCC;
				margin-bottom:8px;
				padding-bottom:8px;
				
				}

				 .li sommaire :lastchild {
					 border:0;
				 }
				 

