/* © 2009 Bexter Vaince CSS */
html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	padding: 0px;
	margin:	0px;
	height: 100%;
	background:#0f5b96 url(../images/bg-site.gif) repeat-x;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none;}
:focus{-moz-outline-style: none;}

a{
	color: #53bece;
	text-decoration:none;
}

a:hover{
	color: #53bece;
	text-decoration:underline;
}

p{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size:15px;
	color: #1f6ba5;
	margin:0px;
	padding:0px 0px 15px 0px;
	font-weight:bold;
	font-style: italic;
}

h2{
	text-transform:uppercase;
	font-size:11px;
	color: #53bece;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h3{
	text-transform:uppercase;
	font-size:9px;
	color: #0a8bc3;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

ul{
	padding:0px 0px 0px 20px;
	margin:0px;
}

li{
	padding:2px 0px;
	margin:0px;
}

strong{
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.site{
	width:680px;
	height:200px !important;
	height:auto !important;
	min-height:200px;
	margin:30px auto 0px auto;
	padding:0px;
	background-color:#0a3375;
	/*border-color: #2D241E;*/
	border-width: 8px; 
	border-style: ridge;
}


/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
.gauche{
	float:left;
	width:150px;
	height:200px !important;
	height:auto !important;
	min-height:200px;
}

#animation{
	background:url(../images/without-flash.jpg) repeat-x;
	height:100px;
	width:150px;
	float:left;
}

.menu {
	float:left;
	width:150px;
}

.droite{
	float:right;
	width:530px;
	background: url(../images/bg-logo.jpg) repeat-x;
	height:320px !important;
	height:auto !important;
	min-height:320px;
}

.banniere{
	height:100px;
	width:525px;
	float:right;
}

.interieur{
	background: #0a3375 url(../images/milieu-contenu.jpg) no-repeat;
	width:530px;
	height:320px !important;
	height:auto !important;
	min-height:320px;
	text-align:justify;
	float:right;
	padding:0px;
	margin:0px;
}

.texte{
	width:480px;
	height:320px !important;
	height:auto !important;
	min-height:320px;
	text-align:justify;
	float:right;
	padding:30px 30px 20px 20px;
}

.list li{
	padding:8px 0px;
	margin:0px;
}

.wash{
	clear: both;
	margin:0px;
	padding:0px;
}

/*---------------------------------------------------------------------- informations.htm */

.contact{
	width:640px;
	margin:10px 0px 0px 0px !important;
	margin:5px 0px 0px 0px;
	float:left;
}

.td_contact {
	color:#0a8bc3;
	padding:0px;
	margin:0px;
	text-align:right;
	width:80px;
	display:block;
}

.contact-mail{
	float:left;
	color:#0a8bc3;
	font-size: 12px;
	font-weight:bold;
}

#formulaire fieldset {
	width: 425px;
	padding: 2em 1.5em 1em 1.5em;
	border: 1px solid #ccc;
	position: relative;
}

#formulaire fieldset div {
	width: 100%;
	margin-bottom: 0.5em;
	position: relative;
}

#formulaire legend {
	font-weight: bold;
	text-transform: uppercase;
}

#msg {
	display: block;
	margin-bottom: 0.5em;
}

#formulaire .icontain {
	position: absolute;
	right: 0;
	width: 55%;
	background: white url(../img/corner_tr_form.gif) top right no-repeat;
}

#formulaire input {
	position: relative;
	width: 100%;
}

#formulaire .tcontain {
	width: 100%;
	display: block;
}

#formulaire .tcontain span {
	display: block;
}

#formulaire input, #formulaire textarea {
	width: 100%;
}

#submit {
	text-align: center;
	margin-top: 0.5em;
}

#submit input {
	position: static;
	width: 40%;
}

#joindre{
	display: block;
}

#formulaire .infojoint{
	font-style: italic;
	font-size: 9px;
	color: Gray;
}
#formulaire .champ{
	margin: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}

/*---------------------------------------------------------------------- sitemap.htm */
.sitemap{
	width:600px;
	text-align:justify;
	float:left;
	margin-top:20px;
	border:1px solid #B4B5B9;
	padding:30px 0px 10px 30px;
	background:#FFFFFF;
}

/*---------------------------------------------------------------------- mentions.htm */
#mentions-gauche{
	float:left;
	width:210px;
	margin:0px 0px 10px 0px !important;	
	margin:0px 0px 5px 0px;				
	text-align:left;
}

#mentions-droite{
	float:right;
	width:470px;
	text-align:justify;
	margin:0px 0px 10px 0px !important;	
	margin:0px 0px 5px 0px;	
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
.footer {
	background:url(../images/brbar.gif) repeat;
	width:680px;
	height:30px;
	display:block;
}

/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/