/* CSS Document */
	
body {
	
	font-family: tahoma, "trebuchet ms", verdana, "times new roman", times, sans-serif;

	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.typePage_5 #Contenu ul {
	margin : 0;
	margin-left : 3em;
	margin-top : 1em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

.typePage_5 #Contenu ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

.typePage_5 #Contenu ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

.typePage_5 #Contenu ul ul li {
	margin-bottom : 0em;
}

.typePage_5 #Contenu ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}

/*----------------------------------
/* Principal
/**/

#Principal {
	margin-top: 5px;
}


#Principal a {
	color: #0aa9eb; /*#b10034;*/
}

#Principal a:hover {
	color: #000;
}

/*----------------------------------
/* Contenu 
/**/

.texte #Contenu h1 {
	
	margin: 0;
	padding: 0;
	
	/*padding-left: 27px;*/
	padding-top: 12px;

	font-size: 22px;
	font-weight: normal;
	
}

#Contenu-Texte {
	/*padding-left: 27px;*/
	padding-bottom: 25px;
	
	min-height: 560px;
	
	line-height: 1.5em;
}

#Contenu-Texte img {
	border: 1px solid #89c0e0;
}

#Contenu-Texte h2 {
	border-bottom: 1px solid #125186;
	
	line-height: 1.5em;
	color: #125186;
	font-size: 1.4em;
	font-weight: normal;
	
}


/*-----------------------------------
/* Actualites
/**/

#Actualites h2 {
	padding: 0;
	margin: 0;

}

.actualite,
.typePage_207 .enjeu {
	margin-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	clear: both;
	overflow: hidden;
	
	border-top: 1px solid #00457d;
}

.actualite-premiere,
.enjeu-premier {
	border: 0 !important;
}

.actualite h3,
.typePage_207 .enjeu h3 {
	padding: 0;
	margin: 0;

	color: #00457d;
	font-size: 14px;
	font-weight: normal;
	
}

.actualite .actualite-contenu,
.typePage_207 .enjeu .enjeu-contenu{
	padding-right: 12px;
}

.actualite .actualite-photo {
	float: left;
	margin-right: 10px;
	
	width: 143px;
	
	border: 1px solid #40749e;
}

.typePage_207 .enjeu .enjeu-photo {
	float: left;
	margin-right: 10px;
	
	/*width: 165px;*/
	
	border: 1px solid #40749e;
}

.actualite .actualite-photo img,
.typePage_207 .enjeu .enjeu-photo img {
	border: 1px solid #89c0e0;
}



.actualite .actualite-lien,
.typePage_207 .enjeu .enjeu-lien {
	text-align: right;
	padding-right: 12px;
}

/*----------------------------------
/* Pied
/**/
#Pied {
	margin-top: 15px;
	padding-top: 20px;
}

#Copyright {
	
	padding-left: 10px;
	
	font-size: 10px;
}

#Copyright a {
	color: #000;
}

/*--------------------------------------------------------------------
 * FORMULAIRES
 **/


#Contenu form {
	margin : 0;
	padding : 0;
}

#Contenu form .soumission {
	border : 1px solid #333;
	background-color : #fff;
	font-weight : bold;
	
	font-size: 16px;
	padding: 5px 20px;
}

#Contenu .tableau {
	border-top : 1px solid #e6f0f4;
	border-left : 1px solid #e6f0f4;
	border-right : 1px solid #e6f0f4;
	width: 100%;
	margin-top : 1em;
	margin-bottom : 1em;
}

#Contenu .tableau td {
	padding: 7px;
	border-bottom : 1px solid #e6f0f4;

	vertical-align : top;
}

#Contenu .tableau .alternatif {
	background-color: #e6f0f4;
}

#Contenu .tableau .cellgauche {
	
	font-weight : bold;
	width: 200px;
}

#Contenu .tableau th {
	text-align: left;
	font-weight : bold;
	background-color : #f0f0f0;
}

#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 .texteMemo {
	height : 125px;
	width : 300px;
}

.messageSucces {
	margin-top : 1em;
	margin-bottom : 1em;

	padding: 10px;

	border : 1px solid #ADBF97;
	background-color : #E9EDE2;

	color : #1B2905;
}

.messageErreur {
	margin-top : 1em;
	margin-bottom : 1em;

	padding: 0 10px;

	border : 1px solid #A14343;
	background-color : #FFF8F8;

	color : #980505;
}

/*-------------------------------------------
/* Ressource
/**/
.cadre-ressources {
	padding: 10px;
	margin-bottom: 35px;
	
	border: 1px solid #04a8eb;
	
	height: 100px;
}

.cadre-ressources .image-ressources {
	width: 150px;
	
	float:left;
}

.cadre-ressources .texte-ressources {
	width: 450px;
	
	float: right;
	
	padding-top: 20px;
	
}	




