/* CSS Document */
	
body {
	
	font-family: "trebuchet ms", arial, tahoma,  verdana, "times new roman", times, sans-serif;

	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

.erreurLogin {
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(../images/icone_error.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	background-color: #fffbde;
	border-top: 1px solid #dad18d;
	border-bottom: 1px solid #dad18d;
}

#Contenu {
	color: #84867a;
	line-height: 1.5em;
}

#Contenu p{
	text-align: justify;
}

#Fil {
	font-size: .7em;
	color: #30362e;
}

#Fil a {
	color: #30362e;
}

#Fil span {
	color: #006ba8;
	font-weight: bold;
}

#Contenu a {
	color: #0b81c0;
}

#Contenu a:hover {
	color: #000;
}


#Contenu h1 {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	
	
	font-size: 2em;
	font-weight: normal;
}

#Contenu h2 {
	font-weight: normal;
	color: #30362e;
	line-height: 1.2em;
	font-size: 1.6em;
	
	padding:0;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	
	border-bottom: 1px solid  #30362e;
	
	
}

#Contenu img{
	border-color: #C2C4C4;
}

#Contenu img[align="right"]{
	margin: 0 0 3px 10px;
}

#Contenu img[align="left"]{
	margin: 0 10px 3px 0;
}


#Contenu .photo_album{
	float: left;
	margin: 0 15px 15px 0;
}

.pageTexte #Contenu h1 {
	color: #006ba8;
}

.pageAccueil #Contenu h1 {
	color: #30362e;
}


#documents{

}

#documents .document{
	margin: 1em 0;
}


#documents .document .document-gauche{
	width: 100px;
	min-height: 1px;
	
	float:left;
}

#documents .document .document-droite{
	float:left;
	width: 570px;
}

#documents .document .document-image img{
	box-shadow: 5px 5px 10px #e0e0e0;
	border: 1px solid #C2C4C4;
}

/*****************************
****** actualite accueil *****
*****************************/
#Actualites .actualite {
	margin-bottom: 10px;
	
	font-size: .95em;
	
}

#Actualites .actialite-date {
	color: #36769e;
	display: block;
}

#Actualites .actualite-entete a {
	font-size: 1.3em;
	color: #30362e;
	text-decoration: none;
}

#Actualites .actualite-entete a:hover {
	text-decoration: underline;
}



#Actualites .actualite-texte a:hover {
	color: #000;
}

#Actualites a {
	color: #36769e;
}

#Actualites a:hover {
	color: #000;
}

/*****************************
****** evenement accueil *****
*****************************/
#Calendrier .evenement {
	margin-bottom: 10px;
	
	font-size: .95em;
	
}

#Calendrier .evenement-date {
	color: #1fa2c7;
	display: block;
}

#Calendrier .evenement-entete a {
	font-size: 1.3em;
	color: #30362e;
	text-decoration: none;
}

#Calendrier .evenement-entete a:hover {
	text-decoration: underline;
}



#Calendrier .evenement-texte a:hover {
	color: #000;
}

#Calendrier a {
	color: #1fa2c7;
}

#Calendrier a:hover {
	color: #000;
}




/*--------------------------
/* faq
/**/

.qr {
	padding-bottom: 1em;
	padding-top: 1em;
	
	margin-bottom: 1em;
	
	border-bottom: 1px solid #999;
}
