/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #EF8D5F;
    text-align: center; /* pour corriger le bug de centrage IE */
}
#header {
	height: 163px;
	background-image: url(images/fond_haut.jpg);
	background-repeat: no-repeat;
}
#haut {
	position:absolute;
	left:auto;
	top:143px;
	width:770px;
	height:15px;
	text-align: center;
	font-size: 11px;
}
#conteneur {
	width: 770px;
	margin:2px auto 0px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC9900;
}
#centre {
	margin-left: 150px;
	margin-right: 132px;
	padding: 15px 15px 0px 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(images/fond_droite2.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px;
}
#gauche {
	float:left;
	width: 150px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#droite {
	float:right;
	width: 120px;
	margin: 25px 5px 5px;
	padding: 0px;
	background-color: #C5925B;
	text-align: left;
}
.upperright{
	background-image : url('images/upperright.gif');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('images/lowerleft.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
	margin: 0px;
	padding: 5px;
}
.brevetitre {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#pied {
	clear:both;
	height: 150px;
	background-image: url(images/fond_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
}
.lien a {
	text-decoration: underline;
}

.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
	margin: 0;
	color: #660000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	padding: 2px 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menuhaut a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #660000;
	width: 110px;
}
.menugauche {
	list-style-type: none;
	margin: 0;
	padding:3px 0px;
	text-align: center;
}
.menugauche li {
	margin-bottom: 2px;
	padding: 2px 20px;/* padding pour centrer le menu */
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.menugauche a {
	display: block; /*obligatoire pour avoir chaque bouton de la même largeur */
	margin: 0;
	color: #660000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	width: 110px;
	padding: 3px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menugauche a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #660000;
	width: 110px;
}
.menudroit {
	font-size: 0.8em;
	color: #CCCCCC;
	margin: 6px 0px 0px;
	padding:6px 0px;
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
}
.menudroit li {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
	padding: 0px 0px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.suite a {
	font-size: 10px;
	margin: 0px 6px 0px 2px;
	color: #660000;
	text-decoration: underline;
	padding: 0px;
}
.suite a:hover {
text-decoration: none;
}
a {
	color: #660000;
	text-decoration: underline;
	padding: 0px;
}
a:hover {
text-decoration: none;
}
.bastexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
}
.chapo {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
.articletexte {
	font-size: 1em;
	font-weight: bold;
	color: #006600;
	text-align: justify;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #FF6633;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 a {
	color: #FF6633;
}
h1 a:hover {
	text-decoration: none;
}

h6 {
	font-size: 10px;
	color: #660000;
	text-align: right;
	margin: 0px;
	padding: 2px 0px;
}
h2 {
	font-size: 1.2em;
	color: #660000;
	margin: 0px;
	padding: 2px 0px;
}
h4 {
	font-size: 1.4em;
	color: #990000;
	margin: 0px;
	padding: 6px 0px 2px;
}
.spip_encadrer {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}
.texte, .texte p.spip {
	text-align: justify;
}
.spip_documents_left{
	float: left;
	margin-right: 10px; 
}
.spip_documents_right{
	float: right;
	margin-left: 10px; 
}

.spip {
	text-align: justify;
}
