/* CSS Document */


body {
	color: #524941;
	background-color: #524941;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:center;
}



/* Structure Mise en page
----------------------------------------------- */

div#scene {
	position:relative;
	top:0px;
	left:0px;
	width:760px;
	margin:0 auto;
	text-align:left;
  }
 
  
/* ENTETE
----------------------------------------------- */

div#header {
	margin:0;
	padding:30px 10px 10px;
	width:740px;
	background-image: url(../IMG/interface/bg_header.gif);
	background-repeat: no-repeat;
}

.texteblanc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

/* MENU
----------------------------------------------- */

div#menu {
	margin:0;
	width:760px;
	height:240px;
	background-color: #FFFFFF;
	background-image: url(../IMG/interface/bg_menu.jpg);
	background-repeat: no-repeat;
}

div#menu ul{
	padding:0;
	position: relative;
	margin: 0;
	top: 25px;
	left : 465px;
	color:#FFFFFF;
}

div#menu li{
	padding:5px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	color:#A1AA2C;
}

div#menu li a{
	color:#FFFFFF;
	font-size: 11px;	
	text-decoration: none;
}


div#menu li a:hover{
	color:#cc6600;
}

/* CONTENU
----------------------------------------------- */

div#scene2{
	margin:0;
	width:740px;
	background-color: #FFFFFF;
	padding:10px 10px 0px 10px;
}

.dossiers {
	width:240px;
	background-image: url(../IMG/interface/bg_dossiers.gif);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}

.dossiers2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.logo {
	margin-top: 10px;
}


a.lire {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	text-align: right;
}

a.lire:hover {
	color: #cc6600;
}


a.titre {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.titre:hover {
	color: #cc6600;
}

a.soustitre {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.soustitre:hover {
	color: #cc6600;
}




div#sousmenurubrique h2 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524941;
	margin-top: 20px;
	margin-bottom: 5px;
}

.contenu {
	vertical-align: top;
	line-height: 15px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.retour{
	padding-left: 10px;
}

.retour2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #A1AA2C;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


a.retour2{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.retour2:hover{
	color:#cc6600;
}

/* PIED DE PAGE
----------------------------------------------- */

div#footer {
	margin:0;
	width:760px;
	height:40px;
	background-image: url(../IMG/interface/bg_footer.gif);
	background-repeat: no-repeat;
}
div#copyright {
	margin:0;
	width:760px;
	height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}

div#copyright a{
	color:#b8a391;
	font-weight: bold;
	text-decoration: none;
}

div#copyright a:hover{
	color:#A1AA2C;
}


/* COMMUN
----------------------------------------------- */

img, table { margin: 0; padding: 0; border: none; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1AA2C;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}


a {
	font-weight: bold;
	color: #A1AA2C;
	text-decoration: none;
}

a:hover {
	color: #cc6600;
}

/* FORMULAIRE */


#formulaire form {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	
}

#formulaire TEXTAREA, INPUT, LABEL {
	margin: 0 5px 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}



#formulaire INPUT {
	background-color: #a1bfc4;
	color: #524941;
	width: 335px;
	border-top: 1px solid #8ca6ab;
	border-right: 1px solid #b6d8de;
	border-bottom: 1px solid #b6d8de;
	border-left: 1px solid #8ca6ab;
}

#formulaire TEXTAREA {
	background-color: #a1bfc4;
	color: #524941;
	width: 440px;
	border-top: 1px solid #8ca6ab;
	border-right: 1px solid #b6d8de;
	border-bottom: 1px solid #b6d8de;
	border-left: 1px solid #8ca6ab;
	height: 100px;
}





#formulaire FORM P {
	clear: both;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}


#formulaire FORM LABEL {
	float: left;
	width: 100px;
	color: #524941;
}


#formulaire #submit {
	font-size: 10px;
	cursor: pointer;
	padding: 1px;
	color: #FFFFFF;
	background-color: #3e414d;
	width: auto;
	border-top: 1px solid #535666;
	border-right: 1px solid #292b33;
	border-bottom: 1px solid #292b33;
	border-left: 1px solid #535666;
	font-weight: bold;


}

#formulaire #submit:hover {
	color: #ffffff;
	background-color: #A1AA2C;

}

#formulaire .alerte {
	color: #84901f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 30px;
}

#formulaire .focus {
	background-color: #A1AA2C;
	color: #ffffff;

}

#formulaire .messagetexte {
	color: #524941;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 30px;

}

#formulaire h3 {
	color: #524941;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;

}


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.spip_puce { list-style-position: outside; }

ul.spip {

}

li.spip { 

	color:#A1AA2C;
	font-weight: bold;
}

h3.spip {
	color:#A1AA2C;
	padding:0;
	margin-top: 20px; 
	margin-bottom: 15px; 
	font-size: 13px; 
	font-weight: bold; }

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip_note {}


blockquote.spip {  
	margin: 20px; 
}

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #a1bfc4; }
table.spip tr.row_odd { background: #c1dade; }
table.spip tr.row_even { background: #e4f4f7; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 10px; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 10px; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }


