*{
	margin:0px;
	padding:0px;
}


/* hack FF pour envlever pointillés autour des liens */

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/* fin de hack */

strong{
	color:#f27321;
}

a{
	color:#ffffff;
}

a:hover{
	color:#F27321;
}


body{
	background-color:#ffffff;
	font-family:verdana;
	font-size:10px;
	text-align:center;
	background-image:url('images/fond.png');
	background-position:top center;
	background-repeat:no-repeat;
}

#cadre{
	margin: auto;
	width: 1024px; 
	height: 768px;
	text-align:left;
	
	
}

h1.accueilfr{
	text-indent:-5000px;
	width:508px;
	height:76px;
	background-image:url('images/accueil/txt_presentation.png');
	background-repeat:no-repeat;
	margin-top:110px;
	margin-left:390px;

}

h1.accueilen{
	text-indent:-5000px;
	width:508px;
	height:76px;
	background-image:url('images/accueil/txt_presentation_en.png');
	background-repeat:no-repeat;
	margin-top:110px;
	margin-left:390px;

}

/*paragraphe accueil*/
div#accueil_gauche{
	float:left;
	width:343px;
	color:#fff;
	height:170px;
	overflow:hidden;
}

div#accueil_gauche p{
	padding-left:20px;
	padding-right:10px;
}

div#accueil_centre{
	float:left;
	width:255px;
	color:#fff;
	height:170px;
	overflow:hidden;
}

div#accueil_centre p{
	padding-left:10px;
	padding-right:10px;
}

div#accueil_droite{
	float:left;
	color:#fff;
	width:426px;
	height:170px;
	overflow:hidden;
}

div#accueil_droite p{
	padding-left:10px;
	padding-right:10px;
}

div#accueil_gauche strong, div#accueil_centre strong, div#accueil_droite strong{
	color:#f27321;
}


/* Diaporama accueil */
#accueil_diaporama{
	clear:both;
	padding-top:5px;
	padding-left:12px;
	height:126px;
	width:1000px;

}

#accueil_diaporama ul{
	list-style-type:none;
	overflow:hidden;
	/*width:1500px;*/
	height:126px;
}

#accueil_diaporama ul li{
	display:inline;
	margin-left:0px;
}



/* Séparateur accueil */

div#accueil_separateur{
	color: #fff;
	background-color: #fff;
	height: 6px;
	border: 0;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
}

/* News accueil */
#accueil_news{
	position:relative;
	height:175px;
}

#accueil_news h1.fr{
	margin-left:8px;
	margin-top:3px;
	text-indent:-5000px;
	width:66px;
	height:149px;
	background-image:url('images/accueil/txt_actu.png');
}

#accueil_news h1.en{
	margin-left:8px;
	margin-top:3px;
	text-indent:-5000px;
	width:66px;
	height:149px;
	background-image:url('images/accueil/txt_actu_en.png');
}

#accueil_news #actu_affiche{
	position:absolute;
	left:75px;
	top:5px;
	border-right:solid 1px #3e3d3d;
	border-left:solid 1px #3e3d3d;
}

#accueil_news #photo_actusuite{
	position:absolute;
	right:12px;
	top:8px;
}

#accueil_news #actu_suite{
	position:absolute;
	top:0px;
	left:210px;
	width:300px;
	height:155px;
	text-align:left;
	background-repeat:no-repeat;
	background-position: top right;
}

#accueil_news #actu_suite a{
	margin-top:5px;
	color:#00aeef;
	font-size:13px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

#accueil_news #actu_suite a#lienactu{
	position:absolute;
	right:5px;
	bottom:3px;
	color:#F27321;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}

#accueil_news #actu_suite a#lienactu:hover{
	color:#ffffff;
}



#accueil_news #actu_suite em{
	color:#fff;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	display:block;
}







div#footer{
	clear:both;
	position:relative;
	height:100px;
	background-image:url('images/ptiscarres.gif');
	background-repeat: no-repeat;
	background-position: 250px 58px;	
}

ul#nav{
	list-style-type:none;
	margin-left:8px;
}

ul#nav li{
	background-image:url('images/puce.png');
	background-repeat:no-repeat;
	background-position: 0px 4px; 
	padding-left:15px;
	padding-top:3px;
}

ul#nav li a{
	color:#00aeef;
	font-weight:bold;
	text-decoration:none;
}

ul#nav li a:hover{
	color:#f27321;
}

#langue{
	position:absolute;
	right:8px;
	top:5px;
	color:#f27321;
}

#langue a{
	color:#f27321;
	font-weight:bold;
	text-decoration:none;
}

#langue a:hover{
	color:#00aeef;
}


p#adresse{
	font-size:9px;
	position:absolute;
	top:79px;
	left:250px;
	letter-spacing: 0px;
}

p#adresse strong{
	color:#f27321;
}



p#adresse em{
	color:#f27321;
	font-weight:bold;
}

p#adresse a:hover{
	color:#f27321;
}

p#adresse a{
	color:#000;
	text-decoration:none;
}



/*PAGE EVEIL*/
div#contenu{
	position:relative;
	height:520px;
	margin-top:150px;
}

div#bandeau_gauche{
	float:left;
	height:520px;
	width:250px;
	color:#fff;
	margin-top:15px;
	margin-left:15px;
}

div#intro{ 
	font-style:italic;
	text-align:justify;
	padding-right:5px;
	padding-top:15px;
	font-size:13px;
}

div#intro p{
	font-style:italic;
	text-align:justify;
	font-size:13px;
}
div#bandeau_gauche p#menu{
	padding-top:25px;
	font-size:11px;
}

div#bandeau_gauche a{
	color:#fff;
	text-decoration:none;
}

div#bandeau_gauche a:hover, div#bandeau_gauche a.selected{
	color:#f27321;
	text-decoration:none;
}

div#separateur_v{
	float:left;
	color: #fff;
	background-color: #fff;
	width: 8px;
	height:520px;
}

div#partie_droite{
	color:#fff;
}

div#droite_texte{
	padding-top:0px;
	margin-left:275px;
	width:270px;
	text-align:right;
}

div#droite_texte h1{
	font-size:11px;
	font-weight:bold;
	color:#f27321;
}

div#droite_texte h2{
	font-size:11px;
	font-weight:bold;
	color:#00aeef;
	padding-top:15px;
	padding-bottom:15px;
}

div#partie_droite img{
	position:absolute;
	top:55px;
	left:560px;
}

/*PAGE A TOI DE JOUER*/
div#contenu_atoi{
	position:relative;
	height:520px;
	margin-top:150px;
	padding-left:10px;
}

div#contenu_atoi h1.fr{
	text-indent:-5000px;
	width:375px;
	height:80px;
	background-image:url('images/atoi/txt_atoi.png');
	background-repeat:no-repeat;
	margin-left:490px;
}

div#contenu_atoi h1.en{
	text-indent:-5000px;
	width:510px;
	height:65px;
	background-image:url('images/atoi/txt_atoi_en.png');
	background-repeat:no-repeat;
	margin-left:390px;
}

/*PAGE INFO ET PARTENAIRE*/
div#contenu_info{
	position:relative;
	height:670px;
}

div#contenu_info div#separateur_v{
	position:absolute;
	top:0px;
	left:620px;
	color: #fff;
	background-color: #fff;
	width: 8px;
	height:670px;
}

div#contenu_info div#partie_gauche{
	color:#fff;
	position:absolute;
	top:170px;
	left:20px;
	width:600px;
}

div#contenu_info div#partie_gauche h1.fr{
	text-indent:-5000px;
	width:221px;
	height:46px;
	background-image:url('images/info/txt_partenaire.png');
	background-repeat:no-repeat;
}

div#contenu_info div#partie_gauche h1.en{
	text-indent:-5000px;
	width:157px;
	height:38px;
	background-image:url('images/info/txt_partenaire_en.png');
	background-repeat:no-repeat;
}

div#contenu_info div#partie_gauche p{
	padding-top:30px;
}

div#contenu_info div#partie_gauche p strong{
	color:#f27321;
}

div#contenu_info div#partie_droite{
	color:#fff;
	position:absolute;
	top:170px;
	left:640px;
	width:390px;
	height:500px;
}

div#contenu_info div#partie_droite p{
	padding-top:30px;
}

div#contenu_info div#partie_droite h1.fr{
	text-indent:-5000px;
	width:270px;
	height:46px;
	background-image:url('images/info/txt_info.png');
	background-repeat:no-repeat;
}

div#contenu_info div#partie_droite h1.en{
	text-indent:-5000px;
	width:121px;
	height:38px;
	background-image:url('images/info/txt_info_en.png');
	background-repeat:no-repeat;
}


div#contenu_info div#partie_droite p a em{
	color:#00aeef;
	text-decoration:none;
}

div#contenu_info a#lien_archive{
	position:absolute;
	left:0px;
	bottom:30px;
	color:#fff;
	text-decoration:none;
}

div#contenu_info a#lien_archive:hover{
	font-style:italic;
}

















/*PAGE ARCHIVE*/
div#contenu_archive{
	position:relative;
	height:670px;
}

div#contenu_archive div#separateur_v{
	position:absolute;
	top:0px;
	left:620px;
	color: #fff;
	background-color: #fff;
	width: 8px;
	height:670px;
}

div#contenu_archive div#partie_gauche{
	color:#fff;
	position:absolute;
	top:170px;
	left:20px;
	width:600px;
}

div#contenu_archive div#partie_gauche h1{
	text-indent:-5000px;
	width:165px;
	height:32px;
	background-image:url('images/archives/txt_archive.png');
	background-repeat:no-repeat;
}

div#contenu_archive div#partie_gauche p{
	padding-top:30px;
}

div#contenu_archive div#partie_gauche p strong{
	color:#f27321;
}





/*FORUM*/

#cadre_forum{
	margin: auto;
	width: 1010px; 
	text-align:left;
}

div#contenu_forum{
	background-image:url('images/fond_forum.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:360px;
	padding-bottom:30px;
	background-color:#000000;
}
