/* CSS Document */
	
body {
	
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;

	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}


#Fil {
	font-size: 10px;
	color: #333333;
}

#Fil a {
	color: #333333;
}

#Fil a:hover {
	color: #000;
}

#Contenu {
	color: #123f6e;
	line-height: 1.5em;
}

#Contenu a {
	color: #3680cf;
}

#Contenu a:hover {
	color: #000;
}


#Contenu h1 {
	padding: 0;
	margin: 0;
	
	margin-top: 20px;
	margin-bottom: 15px;
	
	line-height: 1.2em;


	color: #123f6e;
	
	font-weight: normal;
}

/*--------------------------------------------------------------------
/* FORMULAIRES
/**/

.ligne {
	clear : both;
	margin-bottom : 0.5em;
}

.ligne label {
	display : block;
}

.ligne_champTexte input {
	width : 90%;
	border : 1px solid #AAAAAA;
	font-family : tahoma,verdana,helvetica,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #656565;
	background-color : #fff;
	padding-left : 5px;
}

.ligne_champMemo textarea {
	width : 90%;
	height : 5em;
	border : 1px solid #AAAAAA;
	font-family : tahoma,verdana,helvetica,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #656565;
	background-color : #fff;
	padding-left : 5px;
}

.ligne_boutonsSoumission {
	margin-top : 1em;
}

.ligne_boutonsSoumission input {
	border : 1px solid #AAAAAA;
	font-family : tahoma,verdana,helvetica,sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #000;
	background-color : #fff;
}

/*------------------------------------------------------------
/* album photo
/**/

.photo_album {
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px; 
	
}

/*----------------------------------------------------------------
/* tableau
/**/
.tableau {
	width: 100%;
	border-top: 1px solid #cde3f0;
	border-left: 1px solid #cde3f0;
	border-right: 1px solid #cde3f0;
	
	
}

.tableau td {
	vertical-align: top;
	
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #cde3f0;
}

.tableau .alternatif {
	background-color: #cde3f0;
}



