/* CSS Document */


/* Interface */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B4EA2;
	background-image: url(../IMG/interface/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.bande {
	background-color: #878076;
	height: 30px;
	background-image: url(../IMG/interface/bg-bande.gif);
	background-repeat: repeat-x;

}

.bande2 {
	background-image: url(../IMG/interface/bg-bande2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


/* Taux */

#taux h4{
	padding: 10px;
	margin:0;
	color:#FFF;
	font-size: 11px;
	text-transform: uppercase;
}

#taux table.spip {
	width:301px;
	margin: 0;
	border: 0;
	border-collapse: collapse; }
#taux table.spip tr.row_first { background: #FFC; }
#taux table.spip tr.row_odd { background: #DDD; }
#taux table.spip tr.row_even { background: #EEE; }
#taux table.spip th, #taux  table.spip td { padding: 10px; text-align: left; vertical-align: middle; }

/* Footer */

#footer {
	font-size: 11px;
}

#footer table.spip {
	width:auto;
	margin: 0;
	border: 0;
	border-collapse: collapse; }
#footer table.spip tr.row_first { background: #FFF; }
#footer table.spip tr.row_odd { background: #FFF; }
#footer table.spip tr.row_even { background: #FFF; }
#footer table.spip th, #footer table.spip td {
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #787269; } /* liens internes */
a.spip_out { color: #787269; } /* liens sortants */
a.spip_url { color: #787269; } /* liens url sortants */
a.spip_glossaire { color: #787269; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #787269; } /* liens exposes */



/* Copyright*/

a.copy {
	font-size: 9px;
	color: #C4C0BB;
	text-decoration: none;
	margin-left: 10px;
}

a:hover.copy {
	color: #fff;
}


/* Sous menu*/


#sousmenu {
	vertical-align: top;
	line-height: 16px;
	font-size: 11px;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 24px;
	padding-left: 0px;
}

#sousmenu a{
	color: #FFFFFF;
	font-weight: normal;
}

#sousmenu a:hover{
	color: #1B4EA2;
}

#sousmenu select {
	width: 270px;
	font-size: 10px;
	color: #1B4EA2;
}

#sousmenu select .inter{
	color: #787269;
}

#sousmenu select .titre{
	text-transform: uppercase;
}


#sousmenu ul, li {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}

#sousmenu form {
	padding: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


/* Texte*/

.texte {
	vertical-align: top;
	line-height: 16px;
	font-size: 11px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}



.textecontact1 {
	vertical-align: top;
	line-height: 16px;
	font-size: 11px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.textecontact2 {
	vertical-align: top;
	line-height: 16px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}


a {
	font-weight: bold;
	font-size: 11px;
	color: #787269;
	text-decoration: none;
}
a:hover {
	color: #93B455;
}

a.check {
	font-weight: bold;
	font-size: 11px;
	color: #787269;
	text-decoration: none;
	background-image: url(../IMG/interface/check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
a.check:hover {
	color: #93B455;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 11px;
}

p.spip {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 11px;
}

.margehaut {
	margin-top: 20px;
}

img {
	border: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #878077;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9E9890;
}

h3.spip {
	color: #787269;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Form */


FORM {
	margin: 0;
}
FORM * {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}


TEXTAREA, INPUT {
	background-color: #b1aca5;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	width: 215px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #96928c;
	border-right-color: #b3ada6;
	border-bottom-color: #b3ada6;
	border-left-color: #96928c;
	color: #0d2f57;
}



.champlong INPUT {
	width: 490px; 	
}

TEXTAREA {
	width: 490px; 
	height: 70px
}


#submit {
	cursor: pointer;
	padding: 1px;
	color: #fff;
	background-color: #787269;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-top-color: #b3ada6;
	border-right-color: #96928c;
	border-bottom-color: #96928c;
	border-left-color: #b3ada6;
}
#submit:hover {
	background-color: #999185;
	border-top-color: #96928c;
	border-right-color: #b3ada6;
	border-bottom-color: #b3ada6;
	border-left-color: #96928c;
}
.alerte {
	font-weight: bold;
	font-size: 10px;
	color: #93B455;
}

.message {
	font-weight: bold;
	font-size: 10px;
}
.focus {
	background: #93B455;
}

label {
	font-size: 10px;
	color: #5e5952;
}


