/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes www.ENSCP.fr              */
/*  ----------------------------------------------------------- */

/* Cette feuille contient les styles pour l'habillage des pages */
/* Feuille basée sur la feuille habillage SPIP                  */
/* les styles non utilisés sont mentionnés mais laissés vide    */




/*  ------------------------------------------
/*  	 styles HTML par defaut
/*  ------------------------------------------ */
body {
	background-color: #A0A099;
	margin: 0;
	padding:0;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#page {
	position: relative;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF; /* Fond blanc */
	border-left:10px solid #fff;
}

#header {
    width:790px;
    height:110px;
	margin:0;
	padding:0;
	background:url(../images/banderole_formations.jpg) top right no-repeat; }

#entete {height:100px;}
#entete .spip_logos {margin:5px 0 0 10px;}


#fond{
	margin:0px;
  	padding:0px;
  	width:790px;
  	height:10px;
	background:url(../images/fond.gif) no-repeat left; 
}

	
#conteneur{
	float:left;
	width:790px;
	margin:0;
	padding:0;
	border:0;
	min-height:520px;
  	height:auto !important;
  	height:520px;
	background: url(../images/fond_sm_formations.gif) repeat-y; }


#barre{
	width: 790px;
	margin:0;
	margin-top:10px;
	border-top: 5px solid #F91C5E;}

#pied{
	width: 790px;
	height:20px;
	background:#fff; /* couleur de fond du pied : gris #e8e8e8 */
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* style des titres des articles */

h1 {
	font-size: 16px;
  	margin-bottom: 20px;
  	color: black;
  	text-transform: uppercase;
	font-weight: bold; }

.titre { text-align:center;}
/* style des intertitres définis dans les articles */

h3 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	margin:15px 0 10px 0;
	padding:0;
	color: #F91C5E;}



/* Raccourcis typographiques de SPIP */

hr.spip { 
	height: 2px; 
	background-color: #676767; 
	border: none; }

ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }



/* Paragraphes, citations, code et poesie */

p, p.spip { font-size:13px; line-height: 16px; }

.chapo { 
	padding:10px 15px; 
	margin:0 0 20px 0; 
	background:#EEE ;
}
.chapo, .chapo p{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height: 18px;
} 
.chapo p.spip{
	margin:0; 
	padding:2px 0;
}
.chapo ul {margin:5px; font: 11px Verdana, sans-serif;}
.chapo li
{
	list-style: url(../images/fleche_noir.gif);
	text-align: left;
	margin:0;
	padding:2px;
	margin-left:20px;
	height:1%;
}
.chapo li a {color:#333;}
.chapo li a:hover {text-decoration:underline; font-weight:bold;}

.texte, .chapo { font-weight:normal; }

.texte ul {padding:5px 15px 5px 5px; margin-left:10px; font: 11px Verdana, sans-serif; border-left:3px solid #CCC;}
.texte li
{
	list-style: url(../images/fleche_noir.gif);
	text-align: left;
	margin:0;
	padding:0;
	margin-left:20px;
	height:1%;
	
}
.texte li a {text-decoration:underline; color:#000000; }

.formations { color: #F91C5E;}

/* Logos, documents et images */

img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 10px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 10px; }
.spip_doc_titre { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color:#676767; margin-top:2px;}
.spip_doc_descriptif { font-family:Verdana, Arial, Helvetica, sans-serif; clear: both; font-size: 9px; }

/* Tableaux */

table.spip {
	clear:both;
	font-size: 12px;
	margin:5px 0 15px 0;border:1px solid #F91C5E;
	border-collapse: collapse; 
	width:100%;}
table.spip th a{ text-decoration:none;color:#FFF;}
table.spip th a:hover{ text-decoration:underline; }
table.spip tr.row_first { font-size:13px;background: #F91C5E; color:#FFF;}
table.spip tr.row_odd { background: #e8e8e8; }
table.spip tr.row_even { background: #FFF; }
table.spip th, table.spip td { padding: 4px; text-align: left; vertical-align: middle; margin : 0;}

/* Couleurs des liens de Spip */
a, a:visited { color: #000; }
a:hover { color: #676767; }

#contenu_formations .chapo { border-left:5px solid #FDD2D2;}
#contenu_formations .texte li a:hover {background-color:#FDD2D2; }
