@charset "UTF-8";
/* CSS Document */
body 		{
				font-family:		Verdana, Arial, Helvetica, sans-serif;
				font-size: 			10px;
				margin: 			0;
				padding: 			0;
				text-align:			justify;
				background-color:	#CCCCCC;
			}
.titre		{	font-size:			14px;
				font-weight:		bold;
			}
a.news
			{	font-style:			italic;
				color:				#999999;
				text-decoration:	none;
				font-size:			10px;
			}
a			{	text-decoration:none;
				color:#6599ae;
				font-weight:bold;
				font-size:10px;
			}
a:hover		{	text-decoration:underline;
			}
#header 	{
				height: 			100px;
				background-color: 	#99CCCC;
			}
#conteneur 	{
				position: 			relative;
				width: 				700px;
				margin: 			0 auto; 
				background-image:	url(img/ligneGauche.jpg);
				background-color:#FFFFFF;
			}
#centre 	{
				margin-left: 		202px;
				min-height:			420px;
				width:				450px;
			}
#gauche 	{
				position: 			absolute;
				left:				0;
				width: 				202px;
				background-image:	url(img/gauche.jpg);
				background-repeat:	no-repeat;
				height:				100%;
			}
#pied 		{
				height: 			30px;
				width:				700px;
			}

.menugauche {
list-style-type: none;
margin:0px;
padding:0;
font-size:10px;
font-weight:bold;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 70px;
color: #000000;
text-decoration:none;
display:block;
background-color:#E2DCB8;
width:117px;
font-size:9px;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
