/*Déclaration générale*/
body {
	height: 100%;
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

a:link, a:visited, a:hover, a:active   {
color: #996600;
text-decoration: none
}

a:hover {
color: #333333;
}

.liste {
	list-style-image: url(images/li_bull.gif);
	padding:0;
	display:block;
	padding:2px 0 2px 10px;
	margin-left: 20px;
}
.liste li{
	margin:0;
	padding:5px;
}

#contenant {
	left: 50%;
	top: 50%;
	width: 760px;
	height:599px;
	position: absolute;
	margin-top: -300px;
	margin-left: -380px;
	background-color: #FFFFFF;
	border: 1px solid #000033;
}
#espacelibreTop {
	width:100%;
	height:194px;
	position: absolute;
	top: 0px;
	background: transparent url(images/logos/Logo_CVRB_blanc.gif) 30px 30px no-repeat
}
#espacelibreBottom {
	width:100%;
	height:194px;
	position: absolute;
	bottom: 0px;
}

#page {
	position: absolute;
	background-color: #FFFFFF;
	text-align:left;
	background-image: url(images/bandeau_accueil.jpg);
	background-repeat: no-repeat;
	height: 211px;
	top: 50%;
	margin-top: -106px;
	width: 100%;
}
#fr {
	width:194px;
	height:52px;
	position: absolute;
	top: 235px;
	left: 350px;
	background: url(images/btn_fr_ov.gif);
}

#fr a {
	width:100%;
	height:100%;
	display: block;
	background-image: url(images/btn_fr.gif);
	background-repeat: no-repeat;
}

#fr a:hover {
	background: transparent;
}

#en {
	width:153px;
	height:56px;
	position: absolute;
	left: 350px;
	top: 300px;
	background-image: url(images/btn_en_ov.gif);
}

#en a {
	width:100%;
	height:100%;
	background-image: url(images/btn_en.gif);
	background-repeat: no-repeat;
	display: block;
}

#en a:hover {
	background: transparent;
}

#realisation {
	width:367px;
	height:73px;
	/*background-image: url(images/realisation.gif);*/
	/*background-repeat: no-repeat;*/
	position: absolute;
	margin:10px 0 0 35px;
	color:#9999AD;
}
#realisation div {
	margin-bottom: 10px;
}

#logos {
	width:379px;
	height:70px;
	position: absolute;
	bottom:0;
	left:29px;
}

#photo {
	width:252px;
	height:230px;
	position: absolute;
	background-repeat: no-repeat;
	left: 415px;
	top: 289px;
}
