
html {
width:100%;
}



body {

margin:0;
padding:0;
font-family: Arial, Verdanna, Helvetica, sans-serif;

font-size: 11px;
color: #333333;

margin: auto;

width:100%;
}
h2{color:#666;font-size:16px;font-weight:bold;}

strong {
font-family:Arial;
font-weight:bold;
text-decoration:underline;
}
p{
font-family: Arial, Verdanna, Helvetica, sans-serif;

font-size: 12px;
}

#container {
position: absolute;
width: 800px;
height: 620px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -250px;

}
#text {

width: 520px;
height: auto;
margin-left: 300px;
padding-left: 20px;
padding-right: 20px;
z-index: 5000;
position: absolute;
padding-top:200px;


}

.contenuText{
/*background:url(fond.gif) no-repeat;*/
/*border:2px solid #CCCCCC;*/
background:#F9F9F9;
border: 1px solid #cccccc;
padding:15px;
}

.contenuText span{
/*color:white;*/
}

span {
  font-size: 22px;
  font-weight: bold;
}


a, a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #CCFF99;
  background-color: transparent;
}
ul {
	padding: 0 0 0 30px;
	margin: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

#partenaires td a, a:hover{
  color: #999999;
  text-decoration: none;
}

#header{
	text-align:center;
	border : 0px solid red;
	height:155px;
	width:920px;
	margin:0 auto 0 auto;


}

ul#vignette {
margin:0;
padding:0;
list-style-type: none ;
text-align:center;
z-index:11000;
position:absolute;
width:950px;
left: 50%;
margin-left: -470px;
}

ul#vignette li{
	float: left ;
	padding:0 75px 0 0px;

}
img{
	text-decoration:none;
	border:none;
	

}
select{color:#333;font-size:11px;}

#sondage{
visibility:visible !important;
display:block !important;
}
ul#vignette li#last{
	float: left ;
	padding:0 0px 0 0px;

}

hr
{
background-color: #CCCCCC;
height: 1px;
border: 0;
}

h1 {
margin : 0;
padding : 150px 0 100px 0;
color:white;

}

#footer{
bottom:0;
position:absolute;
margin: 0 auto;
width:800px;
text-align:center;
color: #000000;
}

/*INFOS BULLES*/
a.info {
   position: relative;
   color: #333333;
   text-decoration: none;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;


   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;
   font-weight:normal;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
   color: #333333;
   padding: 3px;
	width:400px;
   border: 1px solid #333333;
   border-left: 4px solid #333333;
}

/*Google*/
.gmnoprint span{font-size:9px}
#map div,span {font-size:9px}
/**/
.texteMultimedia{
font:Arial !important; font-size:10px !important;}
.texteMultimedia span{
font:Arial !important; font-size:10px !important;}
.texteMultimedia p{
font:Arial !important; font-size:10px !important;}

a p {text-decoration:underline;}


