/* © 2008 Bexter Vaince CSS */

body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #606060;
	margin: 0px;
	padding: 0px;
	background: #010948;
}
/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none;}
:focus{-moz-outline-style: none;}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin:1px;
	background-color: #ffffff;
	border: 1px solid #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	margin:1px;
	color: #000000;
	background-color: #b0b5d3;
	border: 1px solid #666666;
}
h1,h2{
	font-size: 1.2em;
	color:#600000;
}
a{
	color:#600000;
	text-decoration:none;
}
a:hover{
	color:#600000;
	text-decoration:underline;
}
p{
	margin: 0px;
	padding: 0px;
}
#site {
	width: 930px;
	margin: 0px auto;
	background: url(../images/contenu-fond.jpg) repeat-y;
	/*position: absolute;
	margin-left: -512px;
	left: 50%;*/
	/*background: #fff url(../images/contenu.jpg) repeat-y;*/
}
#header{
	width: 930px;
	height: 100px;
	background: transparent url(../images/header.jpg) no-repeat;
	text-indent:-999em;
}
#header-print{
	display:none;
	text-indent:-999em;
}
#menu-print{
	display:none;
}
/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#contenu {
	width:930px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	background: url(../images/contenu.jpg) no-repeat top;
	height:auto !important;
	height: 400px;
	min-height:400px;

}
.content{
	padding: 70px 25px 0px 25px;
	margin: 0px auto;
}
.presentation-agence1{
	float:left;
	width:190px;
	margin:10px 0px 0px 70px !important;
	text-align:right;
	margin:10px 0px 0px 35px;
}
.presentation-agence2{
	float:left;
	width:180px;
	margin:10px 0px 0px 110px;
	text-align:justify;
}
.wash{
	clear: both;
	margin:0px;
	padding:0px;
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - formulaire */
/*----------------------------------------------------------------------*/

.contact{
	width:400px;
	margin:8px 40px 0px 0px !important;
	margin:0px 20px 0px 0px;
	float:right;
}

.td_contact {
	color:#600000;
	padding:0px 5px;
	text-align:right;
}


#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;
/*	font-size: 0.9em;*/
}
#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;
/*	left: 10px;*/
	width: 100%;
}
#formulaire .tcontain {
	width: 100%;
	display: block;
}
#formulaire .tcontain span {
	display: block;
}
#formulaire input, #formulaire textarea {
/*	font: 1em Arial, sans-serif;*/
	width: 100%;
/*	padding: 0;*/
}
#submit {
	text-align: center;
/*	background: #304968;
	padding: 1em 0;*/
	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;
}
/*----------------------------------------------------------------------*/
/* fin - formulaire */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer {
	font-size: 9px;
/*	letter-spacing: -1px;*/
	width: 920px;/*930*/
	height: 25px;
	margin:0px auto;
	padding: 5px 5px 0px 5px;
	color: #000000;
	background: #7c83b6;
}
#footer ul{
	width:690px;
	/*text-align:center;*/
	list-style:none;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
#footer li{
	display:inline;
}

#footer a{
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}
#footer em {
	padding: 0px 60px;
}
#copyright {
	margin-top:3px;
	float:right;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/

.titre {
	font-size: 11px;
	color: #253086;
}
.titre2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7c83b6;
}
.titre3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7c83b6;
	text-transform: uppercase;

}
.titre4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #253086;
	text-transform: uppercase;
}

