/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#242D76;
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	border:1px #FFBB15 solid;
	background-color:#fff;
	background-image:url(img/corps-fond.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
#cel-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:22px;
}
#cel-bandeau{
	height:205px;
}
#cel-menu{
	background-image:url(img/menu-bas.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:347px;
	width:192px;
}
#tbl-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#cel-corps{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:25px;
	font-size:10px;
}
#cel-bas a {
	color:#FFF;
	text-decoration:none;
}
#cel-bas a:hover {
	color:#999;
}

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

#menu-haut{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding-right:20px;
}
#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:11px;
	font-weight:bold;
	color:#fff;
	list-style-type:none;
	text-align:right;
	text-transform:uppercase;
	padding:0 40px 0 0;
	margin:0px;
}
#menu li{
	padding:3px 0 3px 0!important;
	padding:1px 0 1px 0;
}
#menu a{
	text-decoration:none;
	color:#feba15;
}
#menu a:hover,#menu a.active{
	text-decoration:none;
	color:#fff;
}

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

#contenu{
	padding:20px 30px 80px 15px;
	font-size:12px;
	color:#283581;
}
#contenu a{
	text-decoration:underline;
	color:#BB4AE8;
}
#contenu a:hover{
	text-decoration:none;
	color:#D177F2;
}
h1{
	font-size:16px;
	color:#232D75;
	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 #F3DEB1 solid;
}
#contenu .no-border{
	border:none;
}
.tbl-border{
	border:1px #7374A0 solid;
}
.petit{
	font-size:10px;
}
/*----------- ELEMENTS PROPRIETAIRES -----------*/

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

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

select, option {
	color:#fff;
}

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

/*----------- BAS  -----------*/
#bas{
	text-align:center;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}

#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;
}

