/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2D4F9A;
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	border:1px #EAC889 solid;
}
#cel-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:26px;
}
#cel-bandeau{
	height:171px;
}
#cel-menu{
	height:180px;
}
#cel-corps{
	background-image:url(img/fond-corps.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#2D4F9A;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#EAC889;
	height:79px;
}
#bord-droit{
	width:45px;
	background-image:url(img/fond-bord-droit.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#bord-gauche{
	width:217px;
	background-image:url(img/image-bas-gauche.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#cel-bord-gauche{
	background-image:url(img/fond-bord-gauche.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
/*----------- MENU BAS -----------*/

#menu-bas{
	font-size:12px;
	font-weight:bold;
	color:#2d4f9a;
	text-align:right;
	padding-right:130px;
	padding-bottom:20px;
}
#menu-bas a{
	text-decoration:none;
	color:#2d4f9a;
}
#menu-bas a:hover,#menu-haut a.active{
	text-decoration:underline;
	color:#2d4f9a;
}

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

#menu{
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin-left:22px;
	margin-top:1px;
}
#menu a{
	display:block;
	background-image:url(img/fond-a.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:2px 0 0 25px;
	color:#224AA2;
	width:163px;
	height:19px;
	border-bottom:1px #CCA85A solid;
}
#menu a:hover,#menu a.active{
	background-image:url(img/fond-a-hover.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#E9C888;
}

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

#contenu{
	padding:0px 0px 0px 10px;
	font-size:12px;
	color:#fff;
}
#contenu a{
	text-decoration:underline;
	color:#EAC889;
}
#contenu a:hover{
	text-decoration:none;
	color:#EAC889;
}
h1{
	font-size:16px;
	color:#E9C888;
	padding:10px 0px 0px 12px;
	background-image:url(img/fond-h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:36px;
}
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;
}
.min{ font-weight:normal; font-size:smaller}
/*----------- ELEMENTS PROPRIETAIRES -----------*/

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

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

select, option {
	color:#fff;
}

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

/*----------- BAS  -----------*/
#bas{
	text-align:center;
	font-size:11px;
	color:#2d4f9a;
	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;
}

