body
{
   width: 100%;
   margin: auto;
   background-color: #D6EAEF ;

}

/* Balise image*/
img
{
display: block;
}

#header
{
	width: 100%;
	height: 64px;
	background-image: url("images/top_menu.png");
	background-repeat: repeat-x;
}

#menutop
{
	width: 954px;
	height: 64px;
	position:relative;
	margin: 0 auto;
}

#menutop a{
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

#menutop a:hover {
	color: #D3D127; 
}
/*
#menutop #menu_1 {
	float:left;
	background-image: url("images/menu.png");
	background-repeat: no-repeat;
	width : 98px;
	height: 21px;
	margin-left:5px;
	margin-top:38px;
	text-align: center;
}

#menutop #menu_2 ,#menu_3 ,#menu_4{
	float:left;
	background-image: url("images/menu.png");
	background-repeat: no-repeat;
	width : 98px;
	height: 21px;
	margin-top:38px;
	margin-left:2px;
	text-align: center;
}

*/




#sous_menu2
{
	width: 954px;
	height: 21px;
	position:relative;
	margin: 0 auto;
}
/*
#sous_menu2 a{
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

#sous_menu2 a:hover {
	color: #D3D127; 
}*/

#menu_nv1, #menu_nv2, #menu_nv3, #menu_nv4, #menu_nv5
{
	position:relative;
}

a#menu_nv1, a#menu_nv2, a#menu_nv3, a#menu_nv4, a#menu_nv5
{
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

a#menu_nv1:hover, a#menu_nv2:hover, a#menu_nv3:hover, a#menu_nv4:hover, a#menu_nv5:hover 
{
	color: #D3D127; 
}

#sous_menu2 #menu_1 {
	float:left;
	background-image: url("images/menu2.png");
	background-repeat: no-repeat;
	width : 98px;
	height: 21px;
	margin-left:2px;
	text-align: center;
}

#menu_2 ,#menu_3 ,#menu_4,#menu_5{
	float:left;
	background-image: url("images/menu2.png");
	background-repeat: no-repeat;
	width : 98px;
	height: 21px;
	margin-left:5px;
	text-align: center;
}










#globalContent
{
	width:954px;
	height:1950px;
	background: transparent url("images/milieu.png");
	background-repeat: repeat-y;
	position:relative;
	margin: 0 auto;
	text-align:justify;	
}

#banner
{
	height:172px;
	width:954px;
	background-image: url("images/banner.png");
	background-repeat:  no-repeat;
}

#bloc_info
{
	height:35px;
	width:954px;
	background-image: url("images/info.png");
	background-repeat:  no-repeat;
}

#info
{
	margin-left : 110px;
	padding-top : 10px;
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
}


#stats_forum
{
	float:right;
	margin-right:0px;
	margin-top:15px;
	text-align:right;
	color: #FFFFFF;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
}

/* bloc login */

#login
{
	float:left;
	height:20px;
	width:954px;
	text-align:left;
	color: #FFFFFF;
	font: bold 9px Tahoma, Verdana, Arial, sans-serif;
}

/* Class login pour mis en forme text bienvenue */

#login .login
{
	font: bold 16px Tahoma, Verdana, Arial, sans-serif;
}

#login a
{
	font: bold 9px Tahoma, Verdana, Arial, sans-serif;
}

/* mise en forme de la balise imput */


#login .textbox{
 width : 60px;
height : 13px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
 background-color: #FFFFFF;
 border: 1px solid #000000;
}
 
 

/* Classe submit du bouton input */
#login .submit{
	height : 17px;
	color: #000000;
	font: bold 9px Tahoma, Verdana, Arial, sans-serif;
}
/* Classe checkbox du bouton input */
#login .checkbox
{
	height : 10px;
	width : 10px;
	margin: 0 auto;
	
	
}

#footer
{
	height:46px;
	width:954px;
	background-image: url("images/footer.png");
	background-repeat:  no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:center;	
	color: #FFFFFF;
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	padding-top: 14px;
}

#colonne_gauche
{
	position:relative;
	float:left;
	width : 270px;
	margin-left : 5px;
	margin-top : 5px;
}

#colonne_droite
{
	position:relative;
	float:right;
	width : 670px;
	margin-top : 5px;
	margin-right: 5px;
}



/* lien non-visité */
#colonne_gauche a:link , #colonne_droite a:link
{ 
color: #006699;
text-decoration:none;
font-size: 12px;
} 

/* lien visité */
#colonne_gauche a:visited , #colonne_droite  a:visited
{ 
color: #006699;
text-decoration:none;
font-size:12px;
} 

/* lien survolé */
#colonne_gauche a:hover , #colonne_droite a:hover 
{ 
color: #006699;
text-decoration:none;
font-size: 12px;
} 

/* lien activé */
#colonne_gauche a:active , #colonne_droite a:active 
{ 
color: #006699;
text-decoration:none;
font-size: 12px;
} 	
		
		
		

td.text {
	font-size: 12px;
}

td.titre {
	font-size: 14px;
	color: #CC6633;
	font-weight: bold;
}

/* pop up portal */

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: 20px; 
    left: -10px; 
    padding: 5px; 
    color: #CC6633; 
    border: 1px solid #006699; 
    background: #D6EAEF; 
    width:250px;
}

/*  Gestion des sous menus */

#sous_menu
{
	height:25px;
	margin-left:-30px;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8
{
visibility:hidden;
}

#menu6
{
visibility:visible;
}

a#choixmenu1, a#choixmenu1:link, a#choixmenu1:visited, a#choixmenu1:active,
a#choixmenu2, a#choixmenu2:link, a#choixmenu2:visited, a#choixmenu2:active ,
a#choixmenu3, a#choixmenu3:link, a#choixmenu3:visited, a#choixmenu3:active ,
a#choixmenu4, a#choixmenu4:link, a#choixmenu4:visited, a#choixmenu4:active ,
a#choixmenu5, a#choixmenu5:link, a#choixmenu5:visited, a#choixmenu5:active ,
a#choixmenu6, a#choixmenu6:link, a#choixmenu6:visited, a#choixmenu6:active ,
a#choixmenu7, a#choixmenu7:link, a#choixmenu7:visited, a#choixmenu7:active ,
a#choixmenu8, a#choixmenu8:link, a#choixmenu8:visited, a#choixmenu8:active 
{
text-align:center;
width:98px;
}


#menu1 , #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8
{
position:absolute; 
color:#232035;
margin-top:-10px;
//margin-top:10px;

}

#menu1 li,#menu2 li,#menu3 li,#menu4 li,#menu5 li,#menu6 li,#menu7 li,#menu8 li
{
	display:inline;
	margin-left:25px;
}

#menu1 a, #menu1 a:link, #menu1 a:visited, #menu1 a:active,
#menu2 a, #menu2 a:link, #menu2 a:visited, #menu2 a:active,
#menu3 a, #menu3 a:link, #menu3 a:visited, #menu3 a:active,
#menu4 a, #menu4 a:link, #menu4 a:visited, #menu4 a:active,
#menu5 a, #menu5 a:link, #menu5 a:visited, #menu5 a:active,
#menu6 a, #menu6 a:link, #menu1 a:visited, #menu1 a:active,
#menu7 a, #menu7 a:link, #menu7 a:visited, #menu7 a:active,
#menu8 a, #menu8 a:link, #menu8 a:visited, #menu8 a:active {
color:#006699;
font-weight:bold;
text-decoration:none;
font-size: 14px;
}

#menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover, #menu7 a:hover, #menu8 a:hover {
color:#AD1A17;
}











