/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 0em;
	text-align: center;
	font-size: 5px;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 1024px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.table_page {
  width: 100%; 
  border-top-style: solid;
  border-top-color:#000000;
  border-top-width:thin;
  border-left-style: dashed;
  border-left-color:#cccccc;
  border-left-width:thin;
  border-right-style: dashed;
  border-right-color:#cccccc;
  border-right-width:thin;
  border-bottom-style: solid;
  border-bottom-color:#000000;
  border-bottom-width:thin;

}


#bluebar {
	clear: both;
	width: 1024px;
	padding-top:10px;
}

#conteneur { width: 1004px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	}
	
#entete {
	clear: both;
}

/* Logo */	

#evous-logo-local {
	clear: both;
 }

#evous-logo2 {
	clear: both;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	text-align:center;
	font-size: 32px;
	 }
	 
#evous-logo {
	clear: both;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	background-image: url(../_img/bandeau/generique-color-petit.gif)
	 }	 
	 
#evous-titre {
	clear: both;
	text-align:center;
	font-size: 30px;
	 }	 
	 
#evous-logo-fecamp {
	clear: both;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:10px;
	background-image: url(../_img/bandeau/generique-color-petit.gif)
	 }	 

.titreLogoLigne{
border-bottom: 1px solid #999999;
}

/* Moteur de Recherche */

#recherche {
	clear: both;
	height: 30px;
	margin: 0;
	background-color: #F5F5F5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 17px;
}

/* Fil d'Ariane */

#hierarchie {
	clear: both;
	height: 15px;
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
}

/* Titre Rubrique */

#titre_rubrique {
	clear: both;
	height: 25px;
	margin: 0;
	background-color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-style:solid;
	border-bottom-width: 0px;
	border-bottom-color:#999999;
}

.titreRubrique {
font-family:Arial;
color:#BB0507;
font-weight: normal;
}

#titre_rubrique a{
text-decoration: none;
color:#BB0507;
}

#titre_rubrique a:visited{
color: #BB0507;
}

#titre_rubrique a:hover{
text-decoration: underline;
color: #BB0507;
}

/* Pub_horizontale */

#pub_horizontale {
	clear:both;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
}

/* Conteneur */

#conteneur {
	clear:both;
}

/* Sommaire */

#conteneur #navigation_verticale {
	float: left;
	width: 130px;
	padding-top: 0px;
	padding-left: 8px;
}

#conteneur #contenu_accueil {
	float: right;
	width: 850px;
}

#contenu_accueil #annonce_horizontale {
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}

#annonce_horizontale #banner_horizontal{
	float: left;
	width: 730px;
	padding-bottom: 15px;
}

#annonce_horizontale #boite_icone{
	float: right;
	width: 120px;
	text-align: right;
}

#contenu_accueil #block_contenu {
	clear: both;
	width: 100%;
}

#block_contenu #rubrique_accueil {
	float: left;
	width: 550px;
	text-align: left;
}

#block_contenu #complement_accueil {
	float: right;
	width: 300px;
	text-align: left;
}

#complement_accueil #brique_droite_1 {
	clear: both;
	width: 300px;
}

#complement_accueil #brique_droite_2 {
	clear: both;
	width: 300px;
}

#rubrique_accueil #titre_rouge_rubrique {
	line-height: 25px;
	width: 450px;
	height: 22px;
	margin: 0;
	background-color: #C32010;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 8px;
	text-align: left;
}

.element_rubrique{
	width: 450px;
	margin-bottom: 0.1em;
	text-align: left;
	float:left;
	display: block;
	padding-left: 8px;
}

.texte_element_rubrique{
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	padding-top:10px;
	padding-bottom:10px;
	line-height:14px;
}

.element_a_la_une{
	width: 320px;
	margin-left:1em;
	margin-top:1em;
	margin-right:1em;
	margin-bottom: 0.1em;
	background:#990000;
}

.element_a_top{
	width: 260px;
	margin-bottom: 0.1em;
	
}

.element_plan{
	width: 400px;
	margin-bottom: 0.1em;
	
}

.texte_rubrique{
	width: 300px;
	hight:inherit;
	float:right;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	padding-top:10px;
	line-height:14px;
}

.texte_plan{
	width: 400px;
	hight:inherit;
	float:left;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	padding-top:10px;
	line-height:14px;
}

.texte_illustration{
	width: 250px;
	hight:inherit;
	float:right;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	padding-top:10px;
	line-height:14px;
}

.pub_rubrique{
	width: 300px;
	hight:inherit;
	float:right;
	background-image:url(../_img/css/bg_thumb.gif);
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	padding-top:10px;
	padding-left:3px;
	line-height:14px;
}

#element_accueil a .spip_logos {
	float: right;
	position: relative;
	top: 0px;
	left: 10px;
	padding-bottom:3px;
}

#element_a_top a .spip_logos {
	float: right;
	position: relative;
	top: 0px;
	right:-40px
	left: 0px;
	padding-bottom:3px;
}

#element_plans a .spip_logos {
	float: right;
	position: relative;
	top: 0px;
	left: 10px;
	padding-bottom:3px;
}

/* Accueil */

.articleALaUne {
	clear: both;
	width: 100%;
	text-align: left;
	padding-top:10px;
	padding-bottom:0px;
}

/* Rubrique */

#texte_article .boite_a_rubrique {
	clear: both;
	width: 500px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

/* Article */

.titreRubriqueArticleLigne{
border-bottom: 1px solid #4B4646;
}

.titreRubriqueArticle {
font-family:Arial;
font-size:30x;
color:#8EA452;
font-weight: normal;
}

.titreRubriqueArticle a{
text-decoration: none;
font-family:Arial;
font-size:16px;
font-weight: bold;
color: #8EA452;
}

.titreRubriqueArticle a:visited{
color: #8EA452;
}

.titreRubriqueArticle a:hover{
text-decoration: underline;
color: #8EA452;
}

.titreSiteArticle {
font-family:Arial;
font-size:12px;
color:#000000;
font-weight: bold;
}

.titreSiteArticle a{
text-decoration: none;
font-family:Arial;
font-size:12px;
font-weight: bold;
color: #edf3f3;
}

.titreSiteArticle a:visited{
color: #edf3f3;
}

.titreSiteArticle a:hover{
text-decoration: none;
color: #2d2b2b;
}

.titreSiteALaUne {
font-family:Arial;
font-size:12px;
line-height: 18px;
color:#000000;
font-weight: normal;
}

.titreSiteALaUne a{
text-decoration: none;
font-family:Arial;
font-size:12px;
font-weight: normal;
color: #edf3f3;
}

.titreSiteALaUne a:visited{
color: #edf3f3;
}

.titreSiteALaUne a:hover{
text-decoration: none;
color: #2d2b2b;
}

#block_contenu #texte_article {
	float: left;
	width: 520px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

/* complement_accueil */

#complement_accueil .boite_a_outils {
	clear: both;
	width: 280px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.boite_a_outils_3 {
	float: right;
	width: 70px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

#complement_accueil .meteo {
	clear: both;
	width: 280px;
	text-align: left;
	border-bottom: 1px solid #C5E4F8;
	border-left: 1px solid #C5E4F8;
	border-right: 1px solid #C5E4F8;
	border-top: 1px solid #C5E4F8;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.prev_meteo {
	float:left;
	font-size: 10px;
	font-weight:bold;
	color:#0066FF;
	width: 236px;
	padding: 10px 0 0 11px;
}

.boite_a_outils .prevs {
	font-size: 10px;
	font-weight:bold;
	color:#0066FF;
	width: 236px;
	padding: 10px 0 0 11px;
}

.boite_a_outils .prevs a{
	color:#0066FF;
	text-decoration: none;
}

.boite_a_outils .prevs a:visited{
	color: #0066FF;
}

.boite_a_outils .prevs a:hover{ /*hover state CSS*/
	color: #0066FF;
	text-decoration: underline;
}


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; margin-right: 1em; text-align: right; font-weight: bold; }

/* Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.50em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; color: #333; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/* Rues */

.liste_rue{
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	padding-top:3px;
	padding-bottom:3px;
}

/* Pub Pied de page */
#conteneur #pub-pied {
	clear: both;
	width: 1024;
	margin-top: 1em;
	border-top: 1px dotted #CCC;
	padding: 10px;
	padding-top: 20px;
	text-align: center; }

/* Pied de page */
#conteneur #pied {
	clear: both;
	width: 100%;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }


/* Menu fleches */

.arrowlistmenu{
width: 140px; /*width of menu*/
}

.arrowlistmenu2{
width: 140px; /*width of menu*/
}

.arrowlistmenu .headerbar_fleche{
font: bold 14px Arial;
color: white;
background: #CCC url(../media/titlebar3.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar_fleche a{
text-decoration: none;
color: white;
}

.arrowlistmenu .headerbar_fleche a:visited{
color: white;
}

.arrowlistmenu .headerbar_fleche a:hover{ /*hover state CSS*/
text-decoration: underline; 
color: white;
}

.arrowlistmenu .headerbar_fleche_verte{
font: bold 14px Arial;
color: white;
background: #CCC url(../media/titlebar4.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 2px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar_fleche_verte a{
text-decoration: none;
color: white;
}

.arrowlistmenu .headerbar_fleche_verte a:visited{
color: white;
}

.arrowlistmenu .headerbar_fleche_verte a:hover{ /*hover state CSS*/
text-decoration: underline; 
color: white;
}

.arrowlistmenu2 .headerbar_fleche_violette{
font: bold 14px Arial;
color: white;
background: #CCC url(../media/titlebar5.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.headerbar_fleche_violette{
font: bold 14px Arial;
color: white;
background: #CCC url(../media/titlebar5.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu2 .headerbar_fleche_violette a{
text-decoration: none;
color: white;
}

.arrowlistmenu2 .headerbar_fleche_violette a:visited{
color: white;
}

.arrowlistmenu2 .headerbar_fleche_violette a:hover{ /*hover state CSS*/
text-decoration: underline; 
color: white;
}

.arrowlistmenu .headerbar_fleche_verte2{
font: bold 12px Arial;
color: white;
background: #CCC url(../media/titlebar4.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.headerbar_fleche_orange{
font: bold 14px Arial;
color: white;
background: #CCC url(../media/titlebar6.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #C32010;
background: url(../media/arrowbas.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #C32010;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.arrowlistmenu2 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li a{
color: #2F0633;
background: url(../media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu2 ul li a:visited{
color: #2F0633;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #2F0633;
background-color: #F3F3F3;
}

/* Menu fleches */

.arrowlistmenu ul li li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li li a{
color: #000000;
background: url(../media/arrowindent.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 35px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li li a:visited{
color: #000000;
}

.arrowlistmenu ul li li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
}

.gristabs{

}

.gristabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.gristabs li{
display: inline;
margin: 0;
}

.gristabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border-left: 1px solid #cccccc;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.gristabs li a:visited{
color: #2d2b2b;
}

.gristabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.gristabs li.selected{
}

.gristabs li.selected a{ /*selected main tab style */
color: #FFFFFF;
background-image: http://www.evous.fr/bouton-rouge.png; /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.gristabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

