/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ebe2d4;
}

.droite {
	text-align:right;
}
.clear{
	clear:both;
}

#backg {
	background:url(images/bg-center-top.gif) no-repeat top center #FFFFFF;
	width:100%;
	margin:0;
	padding:0;
}

#top {
	background:url(images/bg-top.jpg) no-repeat top center;
	height:203px;
	margin: 0 0 10px 0;
}

#top h1{
	font-size:9px;
	text-indent: -5000px ;
}

#header {
	width:855px;
	margin: 0 auto;
}

#headerFlash {
	padding: 38px 0 0 319px;
}

#conteneur {
	width:855px;
	margin: 0 auto;
}	

#contenu {
	height:400px;
}

#contenu a {
	text-decoration:none;
	color:#000000;
}

#contenu a:hover {
	text-decoration:underline;
	color:#000000;
}

#liens {
	float: left;
	width: 540px;
	padding:0;
	margin: 30px 0 0 0;
}

#contenu ul {
	margin: 0;
	padding: 0;
}

#contenu ul li {
	list-style: none;
	color:#000000;
	width: 470px;
	margin: 0 0 30px 0;
	padding: 15px;
	font-size:1.3em;
	float:left;
	border:#5E7646 dashed 1px;
}

#contenu ul li a {
	text-decoration:none;
	color:#000000;
}

#contenu ul li a:hover {
	text-decoration:underline;
	color:#000000;
	}
	
.big {
	font-size:1.2em;
	line-height: 0.9;
	color: #7C581E;
}

#contact {
	color:#FFFFFF;
	float:right;
	width:210px;
	margin: 30px 0 0 0;
	padding: 20px;
	background-color:#5E7646;
}

#contact a {
	color: #FFFFFF;
	text-decoration: none;
}

#contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#footer{
	background:url(images/bg-bottom.gif) repeat-x #ebe2d4;
	margin:0 auto;
	height:80px;
}

#menu-footer{
	background:url(images/bg-center-bottom.gif) no-repeat;
	width:825px;
	height:60px;
	margin:0 auto;
	line-height:56px;
	padding:0 25px 0 25px;
	color: #FFFFFF;
	font-size:0.9em;
	text-align:center;
}

#menu-footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu-footer a:hover {
	text-decoration: underline;
}

#comvianet {
	background-color: #ebe2d4;
	text-align:right;
	margin:0 auto;
	width:830px;
	color: #747474;
	font-size: 10px;
}

#comvianet a {
	color: #747474;
	text-decoration: none;
}

#comvianet a:hover {
	text-decoration: underline;
	color: #747474;
}

