/*
 * Fichier SPIP habillage.css + Adaptation squelette Epona
 * Les modifications Epona sont repérées par un commentaire
 * les ajouts sont regroupés en fin de fichier
 *
 * Marc Lebas - Nov 2003
 */


/*
 * Position des 6 elements majeurs
 */

.bandeau {
	position: absolute;
	width: 800px;
	top: 0px;
	left: 50px;
	height: 135px;
	background-color: #FF000 ;
	border-right: 0px solid #bab707;
	border-bottom: 0px solid #bab707;
	margin: 0px;
	padding: 0px;
}



/* Actualités */
.encart {
	position: absolute;
	top: 480px; 
	left: 50px;
	width: 165;
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
}

.ad_box {
	position: absolute;
	top: 10px;
	left: 300px;
	width: 450px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.search_box {
       	/*THOMAS*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	left: 670px;
	top: 65px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	left: 250px;
	top: 195px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 600px;
 	background-image: url(images/doc-patient5.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0px solid #848284;  

}


.navigation {
	position: absolute;
	left: 60px;
	top: 135px;
	background-color: #FFFFFF;
	width: 165px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
}


/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
	margin-left: 10px;
	border-right: 0px solid #0000FF;
	margin-right: 0px;

}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}


/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */


.contenu .texte {
	margin-right: 15px;
}
.contenu h2.titre-extrait {
}

.contenu .detail {
	margin-left: 2em;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}
.liste-articles-titre {
	margin-top: 1pt;
	margin-bottom: 1pt;
	clear: left;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
}

.liste-articles-titre a {
	color: #CC6666;
	font-style: italic ;
}
.liste-articles-titre a:hover {
	color: #999999;
	font-style: normal ;
}



.liste-articles {
	margin-top: 1pt;
	margin-bottom: 1pt;
	clear: left;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
.liste-articles a {
	font-style: normal ;

}
.liste-articles a:hover {
	color: #CC6666;
}


.liste-actu_box-titre {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;

	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal ;

}

.liste-actu_box-titre a {	color: #000000;}
.liste-actu_box-titre a:hover {
	font-style: normal ;
color: #CC6666;}

.liste-actus-titre {
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-size: 9pt;
	color: #CC6666;
	font-weight: bold;
	font-style: italic ;
}

.liste-actus-titre a {	color: #CC6666;}
.liste-actus-titre a:hover {color: #999999;}

.liste-actus-texte {
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

.liste-actus-texte a {color: #CC6666;}
.liste-actus-texte a:hover {color: #999999;}

.liste-actus-lien {
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-size: 9pt;
	color: #959595;
	font-weight: normal;
}

.liste-actus-lien a {color: #293086;}
.liste-actus-lien a:hover {color: #FF6633;}



.cartouche {
	padding-top: 1em;
	border-top: 2px solid #630000;
	margin-bottom: 0em;
}



/* A partir de ce point, tout est spécifique au squelette Epona */



/*
 * Habillage des actus THOMAS (basé sure menus et de la navigation)
 */

.actu {
	border: 1px solid #630000;  /* #a0a0a0; THOMAS */
	margin: 0px; /* Epona */
	margin-bottom: 16px;
	width: 165px;
}

.actu-item {
	margin: 0px;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10;
	list-style: none;
}

.actu-item UL {
	list-style-image:  "images/triangle_orange.gif"; 
}

.actu 		{ background-color: #FFF4E3; }
.actu .actu-item  { background-color: #FFF4E3; }

.actu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}



.search_box_text {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12;
	color : #FFFFFF;
}
.search_box_text a:hover {
	color : #FFFF00;
}
.search_box_text a {
	color : #FFFFFF;
}

.search_box_small {
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	font-size: 9;
}



.ad_text {
	font-family: "Arial Narrow",Arial, Verdana, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 18;
	color : #FFFFFF;
	text-align: left;

	/* font-stretch: condensed; */
}
.ad_text a:hover {
	color : #999999;
}
.ad_text a {
	color : #FFFFFF;
}


.chemin a {
	color : #630000;
	font-size:80%;
}

.chemin a:hover{
	color : #FECF70;
	font-size:80%;
}


.liste-rubriques {
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-size: 9pt;
	color: #000000;
	font-style: italic ;
}

.liste-rubriques a {
	font-style: italic ;
}
.liste-rubriques a:hover {
	font-style: normal ;
	color: #CC6666;
}

.pub_menu {
	font-size: 10pt;
	color: #CC6666;
}

.pub_menu a {
	color: #CC6666;
}
.pub_menu a:hover {color: #000000;}

.link_menu {
	font-size: 10pt;
	color: #CC6666;
}

.link_menu a {
	color: #CC6666;
}
.link_menu a:hover {color: #000000;}

.rub_bas_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 1pt;
	color: #CC6666; 
}
.rub_bas_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	margin-top: 1pt;
}

