@charset "utf-8";
/* CSS Document */
* {
	border:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
hr {
	border-top:1px solid #FFFFFF;
	clear:both;
}
.titre {
	font-size:12px;
	color:#333333;
	margin-left:15px;
}
.lettrine {
	float: left;
    font-size: 50px;
    font-weight: bolder;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.hierarchie a, .hierarchie {
	font-size:12px;
}

a:link, a:visited, a:active {
	color:#3a5889;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

html, body {
	margin: 0;
	padding: 0;
	height:96%;
}


body {
	min-width:900px;
	/*background:#c9c9c9;*/
}
#site {
	/*width:100%;	*/
	min-height:96%;
}
/* HEADER */
#header {
	width:100%;
	text-align:center;
	height:91px;
	margin:0 auto;
	background:url(../images/bg_header.png) repeat-x;
}


/* HEADER */

/* CONTENEUR */

#conteneur {
	min-height:768px;
	background:url(../images/background.png) repeat-x;;
}
	
	#contact {
		float:right;
		margin-top:10px;
		background:url(../images/mail.png) no-repeat;
		width:25px;
		height:25px;
		color:#c9c9c9;
		margin-right:210px;
	}
	
	#contact a {
		width:25px;
		height:25px;
		display:block;
	}
	
	#conteneur #menu_fond {
		background:url(../images/fond_menu.png) repeat-x;
		height:25px;
	}
	#conteneur #menu {
		width:900px;
		margin-left:auto;
		margin-right:auto;
	}
	#conteneur #menu img {
		height:25px;
		padding:0px;
		margin:0px;
		float:left;
	}
	#conteneur #menu a {
		border-right: 1px #000 solid;
		padding:0 10px;
		line-height:2em;
		font-variant:small-caps;
		font-size:14px;
	}
	#conteneur #menu a:hover {
		text-decoration:none;
		color:#000;
	}
	/* Contenu_centre */
	#conteneur #contenu_centre {
		width:900px;
		margin-left:auto;
		margin-right:auto;
		margin-top:40px;
	}
	/* Edito */
	#contenu_centre #edito {
		border: solid #FFFFFF;
		border-width:0 1px 0 1px;
		width:400px;
		float:left;
	}
	 #actu {
		 float:left;
		 width:400px;
		 padding-top:200px;
	 }
	#contenu_centre #edito h2 {
		height:32px;
		width:53px;
		padding-left:10px;
		font-size:16px;
		font-variant:small-caps;
	}
	#contenu_centre #edito p, #contenu_centre #actu p {
		padding:0 15px 0px 15px;
	}
	#contenu_centre #edito span {
		margin:10px;
	}
	
	/* Actualités */
	#contenu_centre #actu {
		margin-left:40px;
		margin-top:100px;
		float:right;
		
	}
	#contenu_centre #actu h2 {
		background:url(../images/actualites.png);
		height:32px;
		width:98px;
	}
	
	#contenu_centre #a_decouvrir {
		clear:both;
		width:900px;
		padding-top:40px;
		margin-bottom:30px;
		
	}
	#contenu_centre #a_decouvrir h2 {
		background:url(../images/a_decouvrir.png);
		height:38px;
		width:95px;
	}
	#contenu_centre #a_decouvrir img {
		margin-right:10px;
	}
	

	/* ARTICLE */
	
	#article .texte_article {
		margin-top:20px;
	}
	#article .spip_logos {
		height:40px;
		width:40px;
	}
	#article .spip_doc_titre {
		text-align:left;
	}
	
	#article h2, #rubrique h2 {
		text-align:right;
		border-bottom:solid #384d6f 1px;
		font-size:16px;
		color:#384d6f;
	}
	#article .notes {
		margin-top:60px;
	}
	#article .spip_documents_right {
		margin:15px;
	}
	#article .dailymotion {
		clear:both;
		margin-bottom:20px;
		margin-top:50px;
	}
	#article #docs {
		clear:both;
		margin-bottom:20px;
	}
	
	/* rubrique */
	
	#rubrique {
		margin-bottom:30px;
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}
	#rubrique object, #article object {
		margin-right:0px;
		margin-left:20px;
		margin-top:0px;
	}
	
	#rubrique h3 {
		font-size:12px;
	}
	#rubrique .spip_logos {
		height:100px;
		width:100px;
		float:left;
		margin-right:20px;
	}
	#rubrique p {
		margin-top:0px;
		margin-bottom:15px;
		padding:0;
	}
	#rubrique .separation {
		border-bottom:#FFFFFF solid 1px;
		clear:both;
		width:300px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;
	}
	/* // Contenu_centre */
	#conteneur .formulaire_recherche {
		float:left;
		display:inline;
	}
	#conteneur .formulaire_recherche input {
		background:url(../images/fond_recherche.png) no-repeat #999999;
		width:120px;
		height:20px;
		border:0px;
		padding-left:7px;
		margin-left:100px;
		margin-top:1px;
	}
	#conteneur .formulaire_recherche input.rech_ok {
		background:url(../images/rech_ok.png) #999999;
		width:23px;
		vertical-align:top;
		margin-top:1px;
		margin-left:-10px;
	}

/* FORMULAIRE CONTACT */
.envoyer_message {
	display:none;
	background:#76ade0;
	width:410px;
	color:#000000;
	padding:10px;
	border:dashed 1px #FFFFFF;
	margin-top:30px;
	margin-left:280px;
}
.formulaire_ecrire_auteur {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.formulaire_ecrire_auteur fieldset {
	border:none;
}
.formulaire_ecrire_auteur label {
	display:block;
}
.formulaire_ecrire_auteur textarea {
	width:400px;
}
.formulaire_ecrire_auteur .spip_bouton input {
	border:1px solid #FFFFFF;
	background:#333333;
	color:#FFFFFF;
	text-align:center;
}
.formulaire_ecrire_auteur .confirmer input {
	border:1px solid #FFFFFF;
	background:#333333;
	color:#FFFFFF;
	text-align:center;
	float:right;
}
.formulaire_ecrire_auteur fieldset.previsu {
	border:#FFFFFF 1px solid;
	padding:10px;
	margin-bottom:30px;
}

/* FOOTER */

#footer {
	height:40px;
	width:100%;
	position: relative;
	clear:both;
	bottom:0;
	
}
#footer p, #footer a {
	color:#006;
	padding:0px;
	margin:0px;
	text-align:center;
}
