body{
	
	font-family:  Helvetica, Arial,sans-serif;
	color:white;
	background-color:black ;	
	padding:0px;
	margin:0px;
	font-size:12px;	
}


a{
	color:#FFFFFF;
	/*text-decoration:none;*/
}

img{
	border:0px;
}

/*
les messages d'erreur
*/
.msg_erreurs{
	font-size:14px;
	border:2px dashed #CC6666;
	background-color:#666666;
	padding:5px;
	margin:5px;
}
/**
les messages de pas erreur
*/
.msg_messages{
	font-size:14px;
	border:2px dashed #66CC66;
	background-color:#666666;
	padding:5px;
	margin:5px;
}

h1{
	font-size:16px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:15px;
}
h2{
	font-size:15px;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:10px;
}
h3{
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-bottom:5px;
}
div.chapo{
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:20px;
}
/**
 * les messages de retour
 */
.message{
	font-size:14px;
	margin:5px;
}

/**
 * le header du site (logo + menu + pub)
 */

/* logo du header du site*/
#header .logo_header{
	margin-top:20px;
}

/*menu*/
#header .menu{
	/*largeur du logo 1017px*/
	width:817px; 
	position:relative;
	left:100px;
}
#header .menu table{
	width:100%;
	padding:0px;
	margin-top:8px;
	margin-bottom:14px;
	
}
#header .menu td {
	
	text-align:center;
	padding:3px;
	margin:0px;
	vertical-align:middle;
	
}

#header .menu td a {
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	font-weight: normal;
	border: 1px solid black;
}


#header .menu td a {
	text-decoration: none; 
	color:white;
	border-color: black;
	border-left-color:#2C303F; 
	border-top-color: #5A5D69;
	background-image:url("/images/fc/menu_bouton.png");
}
#header .menu td a:hover {
	text-decoration: none; 
	color:#999; 
	border-color: #999;
	border-left-color: black; 
	border-top-color: black;
	background-image: url("/images/fc/menu_bouton_hover.png");
}



/**
 * le contenu (flash+html)
 */
#content{
	width:937px;
	/*height:2500px;*/
	padding:40px;
	background-image:url("/images/fc/fond_content_fc.png");
	position:relative;

}
#header a{
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

/*
le footer

il doit etre masqué jusqu'à ce qu'il soit 
placé par le js cad à la fin du chargement de la page
donc laisser display:none;
*/

#footer{
	position:absolute;
	display:none;
	width:1000px;
	text-align:center;
	padding:40px;
	z-index:-1;
	font-size: 14px;
}

#langues{
	margin-bottom:8px;
}



/*
pour le flash
*/
/* pas de plugin ou plugin trop ancien*/
.flash_no_plugin{
	font-size:15px;
	margin:15px;
}
