/* éléments class des pages valables sur tout le site */

body
{
background-color:#c0c0c0;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0px auto auto auto;
color:#000000;
}

a{
	color:#990000;
	text-decoration: none;
}
a:hover{text-decoration:underline;
}

.clear{
clear:both;
}

p{
padding:5px 0 5px 0;
margin:0px;
text-align:justify;
line-height:19px;
}

p.details{ /* forme des polices des textes des articles  */
padding:5px 15px 5px 15px;
font-size:11px;
line-height:14px;
}

#wrap{
width:900px;
height: auto;
margin:auto;
background-color:#FFFFFF;
}

.header{ 
width:900px;
height:181px;
background:url(images/header.jpg) no-repeat center;
}

.headerforum{ 
width:900px;
height:181px;
background:url(http://wwww.arehn.asso.fr/forum_jeunes/bandeau.jpg) no-repeat center;
}

.logo{
padding:0 0 0 30px;
}

/*----------------------------- MENU principal ---*/

#menu{
width:720px;
height:41px;
margin:55px 0 0 26px;
background:url(images/menu_bg.png) no-repeat center;
}
#menu ul{
display:block;
list-style:none;
padding:9px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu ul li a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 4px 0 4px;
_margin:0 2px 0 2px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:14px;
line-height:27px;
}
#menu ul li.selected a{ /* paramètres du menu selectionné dans la barre pour le contraster */
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 5px 0 5px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:14px;
line-height:27px;
background:url(images/menu_bt_bg.png) repeat-x center;
}
#menu ul li a:hover{
background:url(images/menu_bt_bg.png) repeat-x center;
}


/*------------------------------------ Contenu global entre le header et le footer --------------------*/

.center_content{  /* mis en place du fond de l'écran et paramètres */
width:900px;
padding:0px 0 0 0;
background:url(images/center_bg.gif) repeat-y center;
}
.left_content{  /* contenu de gauche */
width:490px;
float:left;
padding:8px 0 10px 15px;
}
.right_content{  /* contenu de la partie droite */
width:370px;
float:left;
padding:20px 0 20px 15px;
}
.title{     /* style des titres principaux de la page */
color:#f08835;
padding:0px;
float:left;
font-size:18px;
margin:7px 0 0 4px;
}
span.title_icon{ /* paramètres de l'icone avant le titre */
float:left;
padding:0 5px 0 0; /* paramètre d'espace entre l'icone du titre et le titre "texte" */
}
.prod_title{ /* paramètres du titre de dossier ou article */
color:#478A80;
padding:0px 0 0 15px;
font-size:14px;
font-weight:bold;
}
a.more{  /* Lien dans le bloc PLUS d'INFOS */
font-style:italic;
color:#478A80;
float:right;
text-decoration:none;
font-size:12px;
padding:0px 15px 0 0 ;
}
a:hover.more{
text-decoration:underline;
}

/* ------------------------------ bloc MISSIONS --- */

.mission {
height:40px;
clear:both;
border-bottom:1px #F08835 dashed;
}


/* ------------------------------ bloc SUIVRE --- */

.suivre {
height:88px;
clear:both;
border-bottom:1px #F08835 dashed;
}

.suivre img{
padding:0;
border:0;
margin:0 5px 0 0;
height:78px;
width:62px;
}

/* ------------------------------ bloc SITES EXTERNES --- */

.sites {
clear:both;
height:425px;
paddin:4px 0 0 0;
border-bottom:1px #F08835 dashed;
}

.sites_details{
float:left;
display:inline;
margin:2px 0 0 0;
width:100%;
}

.sites_details p {
font-size:11px;
line-height:14px;
}

.sites_details img{
float:left;
margin: 0 6px 0 0;
border:1px #b2b2b2 solid;
}

.sites_details a{
text-decoration:none;
font-weight:bold;
color:#478A80;
}

/* ------------------- */

.img.right{ /* alignement des images à droite et marges */
float:right;
padding:0 0 0 10px;
}

.left_box{ /* paramètres de la boite gauche dans la colonne droite */
width:158px;
float:left;
padding:0 0 5px 0;
border-right:1px #F08835 dashed;
border-bottom:1px #F08835 dashed;
height:248px;
}

.right_box{ /* paramètres de la boite droite dans la colonne droite */
width:200px;
float:left;
padding:0 0 5px 0;
border-bottom:1px #F08835 dashed;
height:248px;
margin-bottom:4px;
}

.video { /* bloc video */
clear:both;
height:240px;
padding:5px 0 0 0;
border-bottom:1px #F08835 dashed;
margin-bottom:4px;
}

.rss{ /* zone RSS */
clear:both;
}


/*--------feat_prod_box = paramètres du contenu principal dans le centre de la page-----------*/

.feat_prod_box{ /* detail de la div de contenu */
padding:5px 0 10px 0;
margin:0 10px 5px 0;
border-bottom:1px #F08835 dashed;
clear:both;
}
.feat_prod_box_details{ /* Paramètres du contenu textes des articles principaux */
padding:10px 0 10px 0;
margin:0 20px 10px 0;
height:500px;
clear:both;
}
.prod_img{ /* paramètres de la zone de l'image d'illustration */
float:left;
padding:0;
margin: 0 7px 0 0;
text-align:center;
border:1px #b2b2b2 solid;
}
.prod_det_box{ /* paramètres sur l'ensemble de la boite, titre, contenu et lien */
width:480px;
float:left;
padding:0;
position:relative;
}
.box_top{ /* pour encadrer le texte des articles */
width:480px;
height:9px;
background:url(images/box_top.gif) no-repeat center bottom;
}
.box_center{ /* pour encadrer le texte des articles */
width:480px;
height:auto;
background:url(images/box_center.gif) repeat-y center;
}
.box_bottom{ /* pour encadrer le texte des articles */
width:480px;
height:9px;
background:url(images/box_bottom.gif) no-repeat center top;
}


/*----- Paramètres de la zone des nouveautés-----*/
.new_prod_box{
float:left;
text-align:center;
padding:0 13px 10px 0px;
}

.new_prod_bg{
	width:150px;
	height:210px;
	text-align:center;
	background:url(images/new_prod_box.gif) no-repeat center;
	position:relative;
	margin:5px 0 0 0;
	background-image: url(images/new_prod_box.gif);
}
.new_icon{
position:absolute;
top:0px;
z-index:200;
left: 100px;
}
.special_icon{
position:absolute;
top:0px;
_top:6px;
right:2px;
z-index:250;
}
img.thumb{
padding:0;
border:0;
margin:5px 0 0 0;
}

/*-----------------------champ de recherche GOOGLE---------*/
.recherche{
width:100%;
padding:0 0 5px 0;
float:left;
border-bottom:1px #F08835 dashed;
}

.new_products{
clear:both;
padding:0px;
}

/*-------------------- Aspect des listes ---*/

ul.list{  /* liste */
clear:both;
padding:3px 0 0 8px;
margin:0px;
}
ul.list li{ /* items de la liste */
list-style:none;
font-size:12px;
padding:2px 0 2px 0;
}
ul.list li a{
list-style:none;
text-decoration:none;
color:#000000;
background:url(images/left_menu_bullet.gif) no-repeat left;
padding:0 0 0 15px;
}
ul.list li a:hover{
text-decoration:underline;
}


/*---------------footer------------------------*/

.footer{
height:60px;
border-top:1px #b2b2b2 dashed;
background:url(images/footer.jpg) no-repeat bottom;
}
.encadre_footer{
float:right;
padding:10px 0 0 10px;
}

.financeurs{
float:left;
}

.footer a{
text-decoration:none;
padding:0 5px 0 5px;
color:#afaeaf;
}

/*-----widget RSS--------*/

#widget0 .RSS_Footer {
    color: rgb(18, 132, 186);
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#widget0 .RSS_Headline {
    font-size: 12px;
    font-weight:bold;
    margin:5px 10px 0px 10px;
    opacity: 1.00;
    text-align: left;
    text-decoration: none;
    
}
#widget0 .RSS_Body {
    color: rgb(81, 81, 81);
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    margin:0px 10px 0px 10px;
    text-align: left;
}
#widget0 a:hover {
    color: rgb(181, 181, 181);
    text-decoration: none;
}

#widget0 a {
    color:#478A80;
    text-decoration: none;
}

#widget0 img {
 border:0px;
 }
 
 /*-----Polices de titres--------*/
 
 h1 {
	color:#f08835;
	padding:0px;
	float:left;
	font-size:18px;
	margin:7px 0px 7px 0px;
	width:100%;
}

h2 {
	color:#478A80;
	float:left;
	padding:0px; 
	font-size:14px;
	font-weight:bold;
	margin:0px 7px 0px 0px;
	width:100%;
}

h3 {
	color:#478A80;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	margin:0px 7px 0px 0px;
	width:100%;
}

/*--- scripts pour la lightbox ----*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*--- fin des scripts lightbox---*/

	 
/*-----Dossier--------*/

.dossier_content{  /* contenu global des dossiers */
	width:870px;
	float:left;
	padding:6px 15px 15px 15px;
	}	
	
.image_gauche {
	margin:0px 8px 0px 0px;
	border:1px solid black;
	float:left;
	display:inline;
	}

.image_droite {
	margin:0px 0px 0px 8px;
	border:1px solid black;
	float:right;
	display:inline;
	}
	
.image_nue_droite {
	margin:0px 0px 0px 8px;
	border:0px;
	float:right;
	display:inline;
	}	
	
.image_nue_gauche {
	margin:0px 0px 0px 8px;
	border:0px;
	float:left;
	display:inline;
	}	
.imagecentre {
	margin:0px 0px 0px 8px;
	border:1px solid black;
	display:inline;
	}	
	
.legende_droite {
	float:right;
	text-align: right;
	font-style:italic; 
	clear: right;
	padding:2px 0px 0px 10px;
	}
	
.legende_gauche {
	float:left;
	text-align: left;
	font-style:italic; 
	clear: left;
	padding:2px 20px 0px 0px;
	}
	
.enca_or { /* attributs des encadrés */
	border: 1px dashed #f08835;
	padding: 8px;
	margin:10px 0px 10px 0px;
	width: 855px;
	background-color:#fefaf7;
	}
	
.ligne_or { /* attributs du paragraphe avec ligne gauche */
	border-left: 3px solid #f08835;
	padding: 8px;
	margin:10px 0px 10px 0px;
	}

.ligne_bleu { /* attributs du paragraphe avec ligne gauche */
	border-left: 3px solid #f08835;
	padding: 8px;
	margin:10px 0px 10px 0px;
	}
.intertitre01 { /* attributs des intertitres niveau h1 */
	color:#478A80;
	padding:2px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
	}

.intertitre02 { /* attributs des intertitres niveau h2 */
	color:#f08835;
	padding:0px 0px 10px 25px;
	font-size:14px;
	font-weight:bold;
	}
	
.titre-enca { /* attributs du titre des encadrés */
	color:#478A80;
	padding:0px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
	}

.titre-def { /* attributs du titre définition des encadrés */
	color:#478A80;
	padding:0px 0px 8px 0px;
	margin-right:6px;
	font-size:14px;
	font-weight:bold;
	width:100px;
	float:left;
	border-right:3px #f08835 solid;
	}
	
.definition {
	border-left: 1px dashed #478A80;
	margin:6px 0px 6px 6px;
	width: 250px;
	float:right;
	display:inline;
	background-color: #E1F2EF;
	padding: 8px;
	}
	 
.liste  {
	list-style-position:inside;
	list-style-type:disc;
	 }
