/*********/
/*general*/
/*********/
* {
margin: 0;
padding: 0;
border: 0;
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-decoration: none;
color: #000000;

}
.both {
	clear: both;
	}
.both#spacer {
	height: 15px;
	}
.left, #left {
	float: left;
	}
.right, #right {
	float: right;
	}

body {
	background-color: #efefef;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#general {
	position: relative;
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	}
#haut {
	height: 101px;
	}
#haut #logo {
	padding: 16px 0 0 16px;
	float: left;
	}
#haut #titre {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #002e60;
	float: right;
	width: 470px;
	padding: 23px 20px 0 0 ;
	font-weight: bold;
	line-height: 30px;
	}
#menu {
	height: 25px;
	background-color: #002e60;
	line-height: 25px;
	vertical-align: middle;
	
	}
#menu img{
	margin: 4px 10px 0 23px;
	float: left;
	}
#menu a{
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	}
#contenu {
	text-align: center;
	}
#affiche {
	height: 85px;
	background-image: url(/cidan/img/affiche_batimat.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px 0 20px 0;
	}
#cadre {
	width: 307px;
	height: 493px;
	background-image: url(/cidan/img/fond_cadre.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 58px;
	}
#cadre h2{
	color: #086130;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0 20px 0;
	height: 40px;
	}
#cadre p{
	padding: 10px 0 20px 0; 
	}
#bas {
	clear: both;
	padding: 40px 0 5px 0;
	text-align: center;
	font-size: 12px;
	color: #002e60;
	}
#bas a{
	font-size: 12px;
	color: #002e60;
	}