/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #a6b6c6;
	margin: 0;
    padding: 0;
	text-align: center;
	font-size: 11px;

}

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

.sans_marge {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1px;
	line-height: 1px;
	vertical-align: middle;
    border: 0;
}

/*  ------------------------------------------
/*  BLOCS PRINCIPAUX
/*  ------------------------------------------ */

div#bandeau { width: 907px; height:135px; margin: 0; margin-left: auto; margin-right: auto; padding:0; text-align: center; }

div#menu { width: 907px; height:27px; margin: 0; margin-left: auto; margin-right: auto; text-align: center; 
background-image:url(../squelettes/images/fond_menu.gif);padding:0; z-index:100;}

div#contenu { width: 907px; margin: 0; margin-left: auto; margin-right: auto; text-align: left; background-image:url(../squelettes/images/fond_contenu.gif);padding:0;	z-index:-1;
 }

div#pied1 { 
	width: 907px; 
	height:11px; 	
	margin: 0; 
	padding: 0; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	background-image:url(../squelettes/images/bord-bas.gif); 
	background-repeat:no-repeat;
	margin-top: -1px;
 }

div#pied2 { width: 907px; height:20px; margin: 0; margin-left: auto; margin-right: auto; text-align: center; padding:0; font-size: 11px; line-height: 11px; 	vertical-align: top; font-size: 11px; text-align: right; }

div#pied2 p {	
	margin: 0; 
	padding: 0; 
	margin-right: 4px; 
}

/*  ------------------------------------------
/*  PAGE ACCUEIL
/*  ------------------------------------------ */

table#contenu_accueil {
	width: 884px; 
	height:562px;
	margin: 0; 
	padding: 0; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:10px;
}

/*  ------------------------------------------
/*  PAGE ACCUEIL BLOC CARTE
/*  ------------------------------------------ */


td#carte {
	width:433px;
	height:387px;
	background-image: url(../squelettes/images/fond-carte.gif);
	background-repeat:no-repeat;
    background-position: 0px 0px;
	vertical-align:top;
}

#carte h1 {
	font-family: arial,verdanna ;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color: white;
	line-height: 42px;
	vertical-align:middle;
	text-align: left;
	margin: 0; 
	padding: 0; 
	padding-left:28px;
}

/*  ------------------------------------------
/*  PAGE ACCUEIL BAS
/*  ------------------------------------------ */


td#accueil_bas {
	width:682px;
	height:164px;
	background-image: url(../squelettes/images/accueil_bas.gif);
	background-repeat:no-repeat;
    background-position: 0px 0px;
	vertical-align:top;
}

#accueil_bas h1 {
	font-family: arial,verdanna ;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color: white;
	line-height: 48px;
	vertical-align:middle;
	text-align: left;
	margin: 0; 
	padding: 0; 
	padding-left:28px;
}

td#accueil_bas_texte {
width: 600px;
	font-family: arial,verdanna ;
	font-size: 12px;
	line-height: normal;
	color: black;
	vertical-align:top;
	text-align: left;
	margin: 0; 
	padding: 0; 
}

#accueil_bas_texte p {
	margin: 0; 
	padding: 0; 
	padding-top:22px;
	padding-left:8px;
}

#accueil_bas img.spip_logos {
	margin: 0; 
	padding: 0; 
	padding-left:22px;
	padding-top:3px;
	padding-right:5px;
}

/*  ------------------------------------------
/*  PAGE BLOCS DE DROITE
/*  ------------------------------------------ */


td#accueil_droit {
	width:202px;
	vertical-align:top;
	padding-left:6px;
}

div.accueil_actualites_haut {
	background-image: url(../squelettes/images/accueil_actu_haut.gif);
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0; 
	height:52px;
}

.accueil_actualites_haut h1 {
	font-family: arial,verdanna ;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color: white;
	line-height: 42px;
	vertical-align:middle;
	text-decoration:none;
	text-align: left;
	margin: 0; 
	padding: 0; 
	padding-left:25px;
}

div.accueil_actualites {
	font-family: arial,verdanna ;
	font-size: 12px;
	color: black;
	background-image: url(../squelettes/images/accueil_actu_fond.gif);
	background-repeat:repeat-y;
	margin: 0; 
	padding: 0; 
}

.accueil_actualites ul {
	padding-left:16px;
	padding-right:10px;
}

#actu li {
	margin-left:8px;
}

.accueil_actualites li {
	padding-top:0px;
	padding-bottom:0px;
}

.accueil_actualites a {
	font-family: arial,verdanna ;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color:#1857B6;
}

.accueil_actualites a:hover {
	text-decoration: underline;
	color: #4991c5;
}

#acces_rapide img {
	margin-right:8px;
	margin-bottom:4px;
	margin-top:4px;
}

div.accueil_actualites_bas {
	background-image: url(../squelettes/images/accueil_actu_bas.gif);
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0; 
	height:25px;
}

.accueil_actualites p {
	margin: 0; 
	padding: 0; 
}


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

/* Top Menu */


#top_menu {
    display: block;
    border: 0;
    /*background-image: url(images/menu_fond.gif); */
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 23px;
    padding: 0;
    margin: 0;
    margin-right: 3px; 
    margin-left: 12px;
    list-style: none;
    position: relative;
		z-index:100;

}

#top_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 100;
}

#top_menu li.item { /* voir ie.css */
    display: block;
    float: left; 
    padding: 0;
    margin: 0;
    margin-right: 5px; 
    border: 0;
    overflow: hidden;
    left: -999em;
    text-align: center;
		z-index:100;

}

#top_menu a {
    display: block;
    font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#top_menu a.item {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 0;
	margin-top: 3px;
		z-index:100;

}


#top_menu li.item1 a.item {
    border: 0;
	text-align: center;
		z-index:100;

}

#top_menu a.subitem, #top_menu a.subitem_safari {
    padding: 2px 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-weight:normal;
		z-index:100;

}

#top_menu a.subitem:hover {
    color: black;
	text-align: left;
		z-index:100;

}

#top_menu li.item img {
    padding: 0;
    margin: 0;
    border: 0;
    width: 96px;
    height: 30px;
		z-index:100;

}

#top_menu li.subitem {
    width: 10em; 
    text-align: left;
    list-style-type: none;
	background-image:url(../squelettes/images/bleu.gif); 
	background-repeat:repeat-x;
	background-position:top;
	margin-top:3px;
	margin-right:3px;
		z-index:100;

}

#top_menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
    padding: 4px 0;
	text-align: center;
	z-index:100;
}


#top_menu li:hover ul, #top_menu li.sfhover ul {
	left: auto;
    z-index: 100;
	text-align: left;
}


/* Couleurs Top Menu


#top_menu li.item_rubrique { background: url(img/menu8_tranche.gif); }

#top_menu li.item1 ul { background: #669900; } 
#top_menu li.item2 ul { background: #666699; } 
#top_menu li.item3 ul { background: #339933; } 
#top_menu li.item4 ul { background: #0099CC; } 
#top_menu li.item5 ul { background: #009999; } 
#top_menu li.item6 ul { background: #FF9933; } 
#top_menu li.item7 ul { background: #990033; } 
#top_menu li.item8 ul { background: #CC0099; } 

#top_menu li.item1 a.subitem:hover { background: #99CC66; }
#top_menu li.item2 a.subitem:hover { background: #CCCCFF; }
#top_menu li.item3 a.subitem:hover { background: #99CC99; }
#top_menu li.item4 a.subitem:hover { background: #99CCFF; }
#top_menu li.item5 a.subitem:hover { background: #66CCCC; }
#top_menu li.item6 a.subitem:hover { background: #FFCC99; }
#top_menu li.item7 a.subitem:hover { background: #CC9999; }
#top_menu li.item8 a.subitem:hover { background: #FFCCFF; }

*/



#top_menu li.item_rubrique ul { background: #4c6d8e;  margin-left:-10px;} 

#top_menu li.item_rubrique a.subitem:hover { background: #DAE1EB; }


/*  ------------------------------------------
/*  PAGE ARTICLE
/*  ------------------------------------------ */


/*  ------------------------------------------
/*  MENU GAUCHE
/*  ------------------------------------------ */

td#menugauche {
	width: 202px;
	height: 100px;
	vertical-align:top;
	margin: 0; 
	padding: 0; 
}

#menugauche div {
	background: #ebf4e3; 
}

#menugauche h1 {
	font-family: arial,verdanna ;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color: #71b840;
	line-height: normal;
	text-align: left;
	margin: 0; 
	padding: 0; 
}

#menugauche li a, #actualites_article a {
	font-family: arial,verdanna ;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #266da1;
	line-height: normal;
	text-align: left;
	margin: 0; 
	padding: 0; 
}

#menugauche a.rub:hover {
	text-decoration: underline;
	color: #4991c5;
}

#menugauche span {
	font-weight: normal;
}

#menugauche li {
	padding-top: 5px;
	margin-right:10px;
}
	
#menugauche li.liarticle, #menugauche li.liarticle a {
	font-family: arial,verdanna ;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	color: black;
	line-height: normal;
	margin: 0; 
	padding: 0; 
	list-style: disc; 
	list-style-position: inside;
}

#menugauche ul.ularticle {
	list-style: disc; 
	list-style-position: inside;
	margin: 0; 
	padding: 0; 
	text-align: left;
	}
	
#menugauche ul, #actualites_article ul {
	margin: 0; 
	padding: 0; 
	padding-left: 17px;
	}
		


/*  ------------------------------------------
/*  BLOC ACTUALITES GAUCHE
/*  ------------------------------------------ */


		
div#actualites_article {
	width: 202px;
	vertical-align:top;
	margin: 0; 
	padding: 0; 
	background: #fef8ea;
	margin-top: 10px;
}


#actualites_article p ,#actualites_article img.spip_logos {
	margin: 0; 
	padding: 0; 
	padding-left: 4px;
	font-family: arial,verdanna ;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding-bottom:5px
}

#actualites_article h1 {
	font-family: arial,verdanna ;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color: #ebb62a;
	line-height: normal;
	text-align: left;
	margin: 0; 
	padding: 0; 
}


#actualites_article a:hover {
	text-decoration: underline;
	color: #4991c5;
}



/*  ------------------------------------------
/*  BLOC CONTENU ARTICLE
/*  ------------------------------------------ */

td#corps_article {
	width: 665px;
	vertical-align:top;
	margin: 0; 
	padding: 0; 
}


#corps_article h1 {
	font-family: arial,verdanna ;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	text-align: left;
	margin: 0; 
	padding: 0; 
	padding-bottom:20px;
	padding-top:15px;
}

#corps_article p {
	font-family: arial,verdanna ;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding-left:10px;
	padding-right:18px;
}

#corps_article img {
	margin: 0; 
	padding: 0; 
}





/*  ------------------------------------------
/*  BSTYLES SPIP
/*  ------------------------------------------ */



ul.spip, ol.spip, li.spip { 
	margin: 0; 
	padding: 0; 
	padding-left:30px;
	list-style-position: inside; 
}

ul.spip,li.spip { 
	list-style: disc; 
}

table.spip { margin-right: 0; margin-left: 10px; margin-top:15px;}



.monformulaire {
	font-family: arial,verdanna ;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding-left:10px;
	padding-right:18px;

}
p.formulaire_erreur, span.erreur {
color: red;
}

.monformulaire form {
	margin-left:50px;
	margin-top : 20px;
	margin-right:20px;
	margin-bottom:50px;
}










