/* CSS Document */
	
body {
	
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}


/*-------------------------
/* FIL
/**/

#fil {
	font-size: 10px;
	color: #808080;
}

#fil a {
	color: #808080;
	text-decoration: none;
}

#fil a:hover {
	color: #000;
}


/*-------------------------
/* contenu
/**/

#contenu {
	line-height : 1.5em;
}

#contenu small {
	line-height : 1.5em;
}

#contenu h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #040404;
	line-height: 1.5em;
	font-weight: normal;
	
	margin-bottom : 1em;
}

#contenu h2 {
	margin : 0;
	margin-top : 1em;
	margin-bottom : 1em;
	
	font-size: 16px;
	color: #829b65;
	border-bottom: 1px solid #829b65;
}

#contenu h2 img {
	margin-right: 2px;
}

#contenu h3 {
	margin : 0;
	margin-top : 1em;
	margin-bottom : 1em;
	
	font-size: 15px;
	color: #000;
	font-weight : bold;
}


/*-------------------------
/* FORMULAIRE
/**/

.erreurs {
	border : 1px solid #AB836F;
	background-color : #FFEADF;

	padding-left : 12px;
	padding-right : 12px;

	margin-top : 1em;
	margin-bottom : 1em;

	color : #333;
}

.erreurs ul {
	margin-top : 1em;
	margin-bottom : 1em;
}

.erreurs p {
	margin-top : 1em;
	margin-bottom : 1em;
}

.confirmation {
	margin-top : 1em;
	margin-bottom : 1em;
	
	border : 1px solid #b9d3b5;
	background-color : #ebfae9;
	padding : 15px;
}

.formulaire {
	/*padding : 10px 20px;
	background-color : #fafafa;
	border : 1px solid #000;*/
}

.formulaire .note {
	/*color : #999;*/
	/*font-size : 0.85em;*/
}

.formulaire .formulaire_tableau {
	width : 100%;
	/*margin-top : 1em;
	margin-bottom : 1em;*/
}

.formulaire .formulaire_tableau td {
	padding : 5px 10px;
	vertical-align : top;
	text-align : left;
}

.formulaire .formulaire_tableau .cell_libelle {
	width : 120px;
	padding-left : 0;
}

.formulaire .sous_titre {
	font-weight : bold;
}

.formulaire .formulaire_encadre {
	margin-bottom : 1em;
	border : 1px dashed #999;
	background-color : #fff;
	padding : 15px;
}


/*-------------------------
/* INSCRIPTION
/**/

.inscription_etapes {
	padding : 5px 10px;
	background-color : #000;
	color : #fff;
	font-size : 0.85em;
	
	margin-top : 1em;
	margin-bottom : 1em;
}

.inscription_etapes a { text-decoration : none; }

.inscription_etapes strong {
	font-weight : bold;
	color : #fff;
}

.inscription_etapes a {
	color : #fff !important;
}

.inscription_etapes span {
	color : #999;
}

.atelier {
	margin-bottom : 1em;
	border : 1px dashed #999;
	background-color : #fff;
	padding : 15px;
}

.atelier .atelier_heure {
	/*font-size : 0.85em;
	line-height : 1.5em;*/
}

.atelier .atelier_titre {
	font-weight : bold;
}

.atelier .atelier_presence {
	margin-top : 1em;
}

#contenu .modifier_section {
	font-size : 13px;
	color : #00f;
	font-weight : normal;
}

#contenu .modifier_section a {
	font-size : 13px;
	text-decoration : none;
	color : #00f;
}

#contenu h2 .modifier_section a:hover {
	text-decoration : underline;
}


/*--------------------------------------------------------------------
/* RECHERCHE
/**/

#page_48 #contenu fieldset {
	margin-top : 1em;
}

#page_48 #contenu fieldset legend {
	font-weight : bold;
}

#page_48 #contenu fieldset form {
	padding : 0;
	margin : 10px;
}

#page_48 #contenu form {
	padding : 0;
	margin : 0;
}

#page_48 #contenu form .boiteTexte {
	border : 1px solid #BCBCBC;
	color : #595959;

	font-family : tahoma,helvetica,sans-serif;
	font-size : 8pt;

	width : 157px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 3px;
}

#page_48 #contenu form .ok {
	background-color : #ABABAB;
	color : #fff;
	font-family : tahoma,helvetica,sans-serif;
	font-size : 7pt;
	border : 0;
	font-weight : bold;
	text-transform : uppercase;

	width : 10em;
	height : 18px;

	margin-left : 7px;
}

#page_48 #contenu .formulaire-liens {
	margin-top : 2px;
}

#page_48 #contenu .formulaire-liens a {
	color : #C90000;
}

#page_48 #contenu .formulaire-liens a:hover {
	color : #C90000;
}

/*-------------------------------------------------
/* partenaire
/**/

.lesPartenaires .partenaire {
	width: 200px;
	height: 100px;
	padding: 5px;
	text-align: center;
}

.lesPartenaires .partenaire img {
	border: 0;
	vertical-align: middle;
}

/*--------------------------------------------------------------------
/* FORMULAIRE
/**/


#contenu form {
	margin : 0;
	padding : 0;
}

#contenu form .soumission {
	border : 1px solid #333;
	background-color : #fff;
	font-weight : bold;

}

#contenu .tableau {
	border-top : 1px solid #829b65;
	border-left : 1px solid #829b65;
	border-right : 1px solid #829b65;
	width: 100%;
	margin-top : 1em;
	margin-bottom : 1em;
}

#contenu .tableau td,
#contenu .tableau th {
	font-size: 10px !important;
}

#contenu .tableau .cellgauche,
#contenu .tableau .celldroite,
#contenu .tableau .celldroiteradio {
	padding-top : 7px;
	padding-bottom : 7px;

	border-bottom : 1px solid #829b65;

	vertical-align : top;
}

#contenu .tableau .celldroiteradio {
	text-align: center;
	vertical-align: middle;
}



#contenu .tableau .cellgauche {
	padding-left : 10px;
	font-weight : bold;
	width: 258px;
	background-color : #dbeaca;
}


#contenu .tableau th {
	text-align: center;
	font-weight : bold;
	background-color : #dbeaca;
}

#contenu .tableau .celldroite {
	padding-left : 10px;
}




#contenu .tableau2 {
	border-top : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	
	margin-bottom : 1em;
	
	width : 500px;
}

#contenu .tableau2 a {
	color : #000;
}

#contenu .tableau2 td,
#contenu .tableau2 th {
	padding : 10px;
}

#contenu .tableau2 th {
	text-align: center;
	font-weight : bold;
	background-color : #b5bea2;
	
	border-bottom : 2px solid #000;
}

#contenu .tableau2 th.cell_heure {
	background-color : #fff;
	width : 130px;
}

#contenu .tableau2 td {
	text-align: center;
	background-color : #d0d6c4;
	border-bottom : 1px solid #000;
}

#contenu .tableau2 td.cell_heure {
	background-color : #fff;
	font-weight : bold;
	width : 130px;
}


#contenu .messageErreur {
	margin-top : 1em;
	margin-bottom : 1em;

	padding-left : 10px;
	padding-right : 10px;

	/*border : 1px solid #E3DECF;
	background-color : #EDEBE2;*/

	border : 1px solid #A14343;
	background-color : #FFF8F8;

	color : #980505;
}

#contenu .messageSucces {
	margin-top : 1em;
	margin-bottom : 1em;

	padding-left : 10px;
	padding-right : 10px;

	border : 1px solid #ADBF97;
	background-color : #E9EDE2;

	color : #1B2905;
}

#contenu form .texteCourt, #contenu form .texteMoyen, #contenu form .texteLong {
	/*padding-left : 2px;*/
}

#contenu form .texteCourt {
	width : 100px;
}

#contenu form .texteMoyen {
	width : 175px;
}

#contenu form .texteLong {
	width : 275px;
}

#contenu form .texteSiteInternet {
	width : 234px;
}

#contenu form .memo {
	height : 125px;
	width : 300px;
}