/*----------- 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/fond-corps.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#cel-bandeau{
	height:178px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:21px;
}
#cel-corps{
	background-image:url(img/bas-corps.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:378px;
}
#cel-bas{
	background-color:#00214E;
}
#anim-faience{
	position:absolute;
	top:1px;
	right:50%;
	margin-right:-382px;
}
/*----------- MENU -----------*/

#menu{
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	height:21px;
	vertical-align:middle;
}
#menu a{
	text-decoration:none;
	padding:2px 1px 3px 1px!important;
	padding:1px 1px 3px 1px;
	color:#fff;
	line-height:21px;
}
#menu a:hover{
	text-decoration:none;
	background-color:#0A3069;
	color:#fff;
}
#menu a.active{
	font-weight:normal;
	text-decoration:none;
	background-color:#0A3069;
	color:#fff;
}

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

#contenu{
	padding:30px 140px 60px 70px;
	font-size:12px;
	color:#093069;
	background-image:url(img/haut-corps.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#contenu a{
	text-decoration:underline;
	color:#
}
#contenu a:hover{
	text-decoration:none;
	color:#
}
h1{
	font-size:16px;
	color:#00204e;
	padding:0px 0px 25px 0px;
}
h2{
	font-size:14px;
	color:#1D518B;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#contenu img{
	border:1px #2A6DA4 solid;
}
#contenu .no-border{
	border:none;
}
.tbl-border{
	border:1px #2E659D solid;
}
.petit{
	font-size:10px;
}
hr{
	color:#333;
	background-color:#333;
	height:1px;
	border:0;
}
/*----------- ELEMENTS PROPRIETAIRES -----------*/

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

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

select, option {
	color:#fff;
}

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

/*----------- BAS  -----------*/
#bas{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	border-top:1px #fff solid;
	padding:3px 0 3px 0;
}

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

.lien { font-family: arial; font-size: 12px; color: #1D518B; font-weight: bold; text-decoration:underline; }
.lien:visited { font-family: arial; font-size: 12px; color: #1D518B; font-weight: bold; text-decoration:underline; }
.lien:hover { font-family: arial; font-size: 12px; color: #3F86D4; font-weight: bold; text-decoration:none; }
.lien:active { font-family: arial; font-size: 12px; color: #1D518B; font-weight: bold; text-decoration:underline; }

/*******************************************************
				NEWS
**********************************************************/

.cadre3{
background:url(img/fond_special.jpg) repeat-x #2FA6C2;
margin:4px auto;
border:1px solid #0B8DAC;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#fff;
}
h4 {
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	font-size:16px;
	color:#fff;
}