@charset "iso-8859-1";
/* CSS Document */
body {
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#313131;
	background-image: url(/2010/design/bg-site.jpg);
	background-repeat: repeat-x;
}
a:link,a:visited,a:active
{
color : #006;
text-decoration : underline; 
} 
a:hover { 
color : #666666;
text-decoration : underline; 
}
#conteneur {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bando {position:relative;
	margin: 0px;
	padding: 0px;
	width: 980px; height:200px;
	background-image: url(/2010/design/images/bg-site-bis-ban.png);
	background-repeat: no-repeat;
}
#menu-haut {
	margin: 0px;
	padding: 0px;
	width: 980px; height:50px;
}
#space-bando {
	margin: 0px;
	padding: 5px;
	height: 30px;
	width: 980px; line-height:30px
}
#space-anniv {
	margin: 0px;
	padding-right:10px;
	height: 25px;
	width: 980px; line-height:25px; text-align:right;
}
#menu-g {
	margin: 0px;
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.menug-haut{
	background-image: url(/2010/design/images/haut-menu-g.png);
	background-repeat: no-repeat;
}
.menug-fond {
	background-image: url(/2010/design/images/fond-menu-g.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menug-bas{
	background-image: url(/2010/design/images/bas-menu-g.png);
	background-repeat: no-repeat; height:67px;
}

#pagefull {
	width: 980px;
	margin:0 auto;
}
#pagefull-haut{
	background-image: url(/2010/design/images/bg-site-bis-hautpage.png);
	height:20px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 980px;
}
#pagefull-fond {
	background-image: url(/2010/design/images/bg-site-bis-fondpage.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	overflow:hidden;
}
#pagefull-bas{
	background-image: url(/2010/design/images/bg-site-bis-baspage.png);
	background-repeat: no-repeat;
	height:20px;
    margin: 0px;
	padding: 0px;
	clear: both;
}
#partenaires {
	margin: 0px;
padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;	width: 980px;
	clear: both;
}
#pied-page {
	margin: 0px;
	padding: 0px;
	width: 980px;
	clear: both;
}



#menuimage{width:300px; height:150px}
#menuimage.haut{
	width:300px;
	height:107px; margin-top:20px;
	background-image: url(/2010/design/images/menu-image_haut.png);
	background-repeat: no-repeat;
}
#menuimage.bas{
	width:300px;
	height:43px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fdb107;
	text-align: Left;
    line-height: 30px;
	background-image: url(/2010/design/images/menu-image_bas.png);
	background-repeat: no-repeat; text-indent:65px;
}
#menuimage.bas a{
	font-weight: bold;
	color: #fdb107;
}

/* liens magiques*/
a.info {
   position: relative;
   color: #ff6500;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 100; /* 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;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 20px; /* on positionne notre infobulle */
   left: 20px;
   background: white;
   color: #ff6500;
   padding: 3px;
   border: 1px solid #ff6500;
}

