/******************************************/
/********** STRUCTURE DE LA PAGE **********/
/******************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/fond.png) repeat 2px top;
	margin:0px;
	padding:0px;
}
#block-principal{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/corps-fond.png) repeat-y right top;
}
#block-corps{
	background:url(images/corps-haut.png) no-repeat right top;
	width:530px;
	float:left;
}
#block-menu{
	background:url(images/image-gauche.png) no-repeat right 57px;
	width:250px;
	height:520px;
	float:left;
}
html>body #block-menu {
	height:auto;
	min-height:520px;
}
#block-contenu{
	height:440px;
}
html>body #block-contenu {
	height:auto;
	min-height:440px;
} 
#block-bas{
	background:url(images/corps-bas.png) no-repeat right top !important;
	background:url(images/corps-bas.png) no-repeat right 1px;
	height:49px;
	clear:left;
	text-align:center;
}

/******************************************/
/****************** MENU ******************/
/******************************************/

#menu{
	font-size:12px;
	font-weight:normal;
	color:#dab454;
	list-style-type:none;
	margin:60px 0px 0 23px;
	padding:0px;
}
#menu li{
	padding:0px 0 0px 0;
}
#menu li#li-separation{
	display:block;
	padding:15px 0 15px 20px;
	font-weight:bold;
	text-decoration:underline;
}
#menu a{
	display:block;
	padding:0px 0 0 25px;
	height:21px;
	width:120px;
	text-decoration:none;
	color:#dab454;
	font-variant:small-caps;
	font-weight:bold;
}
#menu a:hover, #menu a.on{
	background:url(images/a-fond-hover.png) no-repeat 0 -1px;
	text-decoration:underline;
	color:#dab454;
}
#menu .li-bas{
	background:url(images/li-fond.gif) no-repeat 13px 6px;
	padding:10px 0 0 10px;
}

/******************************************/
/************ CORPS DE LA PAGE ************/
/******************************************/

#contenu-texte{
	margin:90px 50px 30px 20px !important;
	font-size:12px;
	color:#dab454;
	line-height:16px;
	text-align:justify;
}
#contenu-texte a{
	text-decoration:underline;
	color:#dab454;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#dab454;
}
h1{
	font-size:18px !important;
	font-size:17px;
	color:#dab454;
	font-weight:bold;
	height:35px;
	padding:10px 0px 0px 25px;
	margin:0px;
	font-variant:small-caps;
	background:url(images/h1-fond.png) no-repeat 0 0;
}
h2{
	font-size:14px;
}
h3{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
.titre{
	font-weight:bold;
	text-decoration:underline;
}
.justify{
	text-align:justify;
}
ul
{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
p.separation{
	margin:0px;
	padding:20px 0 5px 0;	
}
hr{
	color:#fff;
	background-color:#fff;
	height:1px;
	border:0;
	width:70%;
	text-align:center;
}
.italic{
	font-style:italic;
}
.lettrine{
	font-size:16px;
	font:"Times New Roman", Times, serif;
}
.boite{
	padding:5px 5px 5px 8px;
	margin:10px 0 10px 0;
	background-color:#cfddf3;
	border-left:3px solid #9bb8d9;
}
#contenu-texte img{
	border:2px #fff solid;
}
#contenu-texte img:hover{
	border:2px #B93939 solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #860101 solid;
	border-collapse:collapse;
}
.tbl-border td{
	border:1px #860101 solid;
	border-collapse:collapse;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}


/******************************************/
/*************** FORMULAIRES **************/
/******************************************/

fieldset { 
	border:1px solid #860101;
	margin-bottom:25px;
	padding:8px;
}
legend {
	padding:0 5px 0 5px;
	color:#dab454;
}
form{
	padding:15px 0 0 0;
}
label{
	line-height: 1.8;
}
input.txt11 {
	border:1px #333 solid;
	color:#333;
	background-color:#fff;
}
input.txt11:focus,textarea:focus {
	border:1px #BA201E solid;
	background-color:#fafafa;
}


/******************************************/
/*************** BAS DE PAGE **************/
/******************************************/


#block-bas span{
	font-size:10px;
	display:block;
	padding:16px 0 0 210px;
	color:#cb6969;
}

.spip-admin-float{
	display:block;
	float:none;
}