/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	border:1px #fff solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#cel-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:29px;
}
#cel-bandeau{
	height:184px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:55px;
}
#cel-corps{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:304px;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:28px;
}

#bord-gauche{
	width:245px;
	background-image:url(img/img-gauche.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

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

#menu-haut{
	font-size:12px;
	font-weight:bold;
	color:#6A4F92;
	text-align:right;
	margin-right:140px;
}
#menu-haut a{
	text-decoration:none;
	color:#6A4F92;
	padding:0 5px 0 5px;
}
#menu-haut a:hover,#menu-haut a.active{
	text-decoration:underline;
	color:#FA7858;
}

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

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	height:55px;
}
#menu a{
	text-decoration:none;
	color:#fff;
	line-height:55px;
	padding-right:6px;
}
#menu a:hover,#menu a.active{
	text-decoration:none;
	color:#fff000;
}

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

#contenu{
	padding:16px 105px 30px 115px;
	font-size:12px;
	color:#678425;
	background-image:url(img/corps-haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#contenu a{
	text-decoration:underline;
	color:#32018C
}
#contenu a:hover{
	text-decoration:none;
	color:#32018C
}
h1{
	font-size:16px;
	color:#4F75B6;
	padding:0px 60px 0px 0px;
	text-align:right;
}
h2{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#contenu img{
	border:1px #F7DE1D solid;
}
#contenu .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
}
.texte-rose{
	color:#e9187a;
}
.petit{
	font-size:10px;
}
/*----------- ELEMENTS PROPRIETAIRES -----------*/

/*----------- FORMULAIRES -----------*/

input {
	border:1px solid #333;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#e9187a;
}

textarea {
	border:1px solid #333;
	color:#333;
}

/*----------- BAS  -----------*/
#bas{
	text-align:center;
	font-size:12px;
	color:#32018C;
	font-weight:bold;
}

#credits img{
	vertical-align:middle;
}
#credits{
	font-size:11px;
	color:#333;	
}
#credits a{
	font-size:11px;
	color:#333;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#333;	
	text-decoration:none;
}

