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


/* LIENS
/********************************************************************************************************/
a{color:#006699;}
a:focus, a:hover { text-decoration:none; color:#006699}
a:active {}
a:visited {color:#006699; }



/* annulation de blueprint */
p img { float:none; margin:0 }

/* TITRE
/********************************************************************************************************/
h1,h2,h3,h4,h5,h6 {font-family:Georgia, "Times New Roman", Times, serif; color:#006699;}
h1{ font-size:200%; text-transform:uppercase}
h1 em{ text-transform:lowercase}

.accueil h1{ font-size:170%;}
.accueil #chapeau{ font-size:130%; font-weight:bold}


p#chapeau{font-family:Georgia, "Times New Roman", Times, serif; color:#c19900; font-style:italic; font-size:180%; margin-bottom:1em}

/*#contenu .blocContenu h2{ border-bottom:1px solid #006699}*/

#contenu #photoPrincipal{ border-bottom:7px solid #fff; height:286px; width:720px; overflow:hidden}
#contenu #photoPrincipal img{ width:100% }

.important{color:#CC0000!important;}



/* ENCARTS
/*******************************************************************************************************/
#contenu .encart{background-color:#e4e4e4;padding:10px;clear:both; margin:10px 0;}
#contenu .avert{font-weight:bold;padding:10px;clear:both; margin:10px 0;border:1px solid #990000}


.avert    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.avert      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.avert a    { color: #8a1f11; }


