/* CSS Document */
/*******************************************************************************************************
cette feuille de style :
	Centralise les styles du #contenu :
/********************************************************************************************************/


/* LIENS
/********************************************************************************************************/
#contenu a{color:#E61A89;}
#contenu a:hover {text-decoration:none;}
#contenu a:active {}
#contenu  #colonneNormal a:visited {color:#CC0066 }

/* type de liens
#contenu a.external-link, #contenu a.mail, #contenu a.download{ padding-right:20px; background:right top no-repeat}
#contenu a.external-link{ background-image:url(../img/icon-external.gif)}
#contenu a.mail{ background-image:url(../img/icon-mail.gif)}
#contenu a.download{ background-image:url(../img/icon-download.gif)}


*/ 
/* ecrase une fonction de blueprint*/
p img { float:none; margin:0 }

/* TITRE
/********************************************************************************************************/
#contenu h1 { color:#E61A89; margin-top:0.5em;font-weight:bold; font-size:2.4em}
#contenu h2 { color:#9ACD34; font-size:1.6em}
#contenu h3 { color:#006699; font-size:1.2em; font-weight:bold}
#contenu h2, #contenu h3, #contenu h4, #contenu h5, #contenu h6{ margin-bottom:0.2em; font-weight:bold}



p#chapeau{ border:1px dotted #ccc; border-width:1px 0; padding:1em 0; font-weight:bold}
.vert, .vert h2, .vert h3, .vert h4{color:#00CC33!important;}
.orange, .orange h2, .orange h3, .orange h4{color:#FF6600!important;}
.violet, .violet h2, .violet h3, .violet h4{color:#990066!important;}
.important{color:#CC0000!important;}

/* ENCARTS
/*******************************************************************************************************/
#contenu .encart{background-color:#e4e4e4;padding:10px;clear:both; margin:10px 0;}


/* TABLEAU
/********************************************************************************************************/


#contenu table {border:1px solid #ccc;border-width:1px 0 0 1px; vertical-align:top}
#contenu table td, #contenu table th {border:1px solid #ccc;border-width:0 1px 1px 0; vertical-align:top}
#contenu table th { background:#9ACD34}
#contenu table h3 ,#contenu table h4, #contenu table p{margin:0;}
#contenu caption{ width:100%; padding:0.5em; font-weight:bold}

/* Liste
/*-------------------------------------------------------------------------------------------------------
#contenu ul{ list-style-type:none; margin-left:0}
#contenu ul li{ background:url(../img/puce-li.gif) no-repeat 0 0.25em; padding-left:1.5em}
#contenu ul li ul li{ background:url(../img/puce-li-li.gif) no-repeat 0 0.25em}



/*IMAGES*/
/*******************************************************************************************************
#contenu .ImageBoite{ border:1px solid #ccc; background:#e4e4e4;font-size:90%}
#contenu .ImageLegende{ margin:0; padding:2px 5px}
#contenu .ImageCopyright{ margin:0; padding:2px 5px; color:#999999}
