/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#DEC776;
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	border:1px #FBED06 solid;
	background-color:#fff;
}
#cel-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}
#cel-bandeau{
	height:231px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}
#cel-corps{
	background-image:url(img/corps.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:327px;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:42px;
}
#tbl-corps{
	height:327px;
	background-image:url(img/menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#bord-gauche{
	background-image:url(img/image-bord-gauche.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:254px;
}
#fond-corps{
	background-image:url(img/fond-corps.jpg);
	background-position:top right;
	background-repeat:repeat-y;	
}

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

#menu-haut{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:right;
}
#menu-haut a{
	text-decoration:none;
	color:#fff;
}
#menu-haut a:hover,#menu-haut a.active{
	text-decoration:underline;
	color:#fff;
}

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

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:18px 0 0 15px;
}
#menu a{
	display:block;
	text-decoration:none;
	color:#2D175D;
	padding:4px 4px;
}
#menu a:hover,#menu a.active{
	text-decoration:underline;
	color:#FF3300;
}
#menu a#menu-modif{
	padding:7px 0 7px 5px;
}

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

#contenu{
	margin:30px 20px 0px 0px;
	padding:0 10px 0 14px;
	font-size:12px;
	color:#000;
}
#contenu a{
	text-decoration:underline;
	color:#343C9E;
	font-weight:bold;
}
#contenu a:hover{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
h1{
	font-size:16px;
	color:#332165;
	padding:0px 0px 0px 0px;
}
h2{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#contenu img{
	border:1px #333 solid;
}
#contenu .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
}

/*----------- ELEMENTS PROPRIETAIRES -----------*/

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

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

select, option {
	color:#fff;
}

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

/*----------- BAS  -----------*/
#bas{
	text-align:center;
	font-size:12px;
	color:#332165;
	font-weight:bold;
	margin-top:20px;
}

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

