* {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:11px;
	color:black;
}
body {
	text-align:center;
	background:white;
}
a {color:firebrick;text-decoration:none;}
a:hover {text-decoration:underline;}
#wrapper {
	width:800px;
	position:relative;
}
#head {
	height:140px;
	background:url(pic/bg_head.jpg);
	padding-left:150px;
	text-align:left;
	border-right:1px dotted gray;
	position:relative;
}
/*#head_bottom a {font-size:14px;font-weight:bold;}*/
#page_main {
	position:relative;
	height:220px;
}
#page_data {
	position:absolute;
	left:180px;
	top:25px;
	height:170px;
	width:605px;
	padding:5px;
	overflow:auto;
	text-align:left;
}
#page_bottom {
	height:40px;
	background:white;
}
#page_tail {
	height:30px;
	background:white;
	border-bottom:3px solid gray;
}
#partenaires,#partenaires a {font-size:9px;color:gray;}
#sondage {
	/*color:gray;*/
	margin:2px;
	padding:5px;
	border:1px solid gray;
	background:lavender;
}
#sondage div {
	font-size:10px;
}
.screen_mask {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:white;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;
   z-index:999;
}
#box_sondage {
	position:absolute;
	left:270px;
	top:100px;
	width:297px;
	height:213px;
	padding:10px;
	background:url(pic/bg_box1.png);
	z-index:1000;
	text-align:center;
	vertical-align:center;
}
/* MENU */
.menu_general a {font-size:13px;}
.menu_general {
	position:relative;
	height:15px;
	border-bottom:1px dotted gray;
	border-top:1px dotted gray;
	background:white;
}
.menu_item {
	position:absolute;
	top:0;
	background:white;
}
.menu_titre {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:15px;
	padding-left:5px;
}
.menu_elements {
	border:1px dotted gray;
	border-top:1px solid white;
	position:absolute;
	top:14px;
	left:0;
	display:none;
	width:150px;
	padding:5px;
	background:white;
}
.menu_element {
		width:100%;
}
/* TITRES */
.titre1 {
	font-size:13px;
	font-weight:bold;
}
/* BLOCS */
.div_bloc1 {
	border:1px solid gray;
	width:280px;
	background:white;
}
.titre_bloc1 {
	font-size:12px;
	font-weight:bold;
	color:white;
	background:gray;
	padding:2px;
}
.data_bloc1 {
	height:105px;
	overflow:auto;
	padding:2px;
	font-size:11px;
}
.tail_bloc1 {
	background:white;
	padding:2px;
	border-top:1px dotted lightgray;
}
.tail_bloc1 a {
	font-size:10px;
}
/* IMAGES */
.img_votreprojet {
	border:1px dotted gray;
}