

/* AFFICHAGE GENERAL */

* {
margin:0;
padding:0;
}

a img { border:0; }

body {
font: normal 11px/1.3 Arial, Verdana, sans-serif;
color:#666;
background-color:#FFF;
}

div.spacer {
width:auto;
font-size:1px;
line-height:1px;
clear:both;
}

div.separateur {
width:auto;
padding:0 10px 10px 10px;
margin-top:10px;
line-height:1px;

background:url(./img/pointillesH.gif) top left repeat-x;
}

a {
color:#D81204;
text-decoration:none;
}

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


/* AFFICHAGE CONTAINER */
#container {
width:780px;
margin-top:8px;
margin-left:auto;
margin-right:auto;
}


/* AFFICHAGES CENTER */

#center_identification {
float:left;
padding-top:0;
padding-right:0;
padding-left:40px;
width:730px;
background: url(./img/bg_footer_identification.jpg) bottom right no-repeat;
}

div.spacerheight {
width:1px;
float:left;
margin:0;
padding:0;
height:350px;
}

/* AFFICHAGES DANS CENTER */

/* BOITE */
div.boite {
width:400px;
margin-bottom:0px;
padding-bottom:3px;
margin-top:0px;
}

/* TITRE_BOITE */
.titreBoite {
width:470px;
}


/* SOUS_BOITE */
div.sousBoite {
margin-bottom:5px;
margin-top:0px;
padding:5px 0 5px 0;
text-align:left;
}

div.sousBoite_implantation {
margin-bottom:5px;
margin-top:0px;
padding:0 0 5px 0;
text-align:left;
}

div.sousBoite_demarche {
margin-bottom:5px;
margin-top:0px;
padding:0 0 5px 0;
text-align:left;
}

span.sousBoite {
color:#D81204;
}

span.implantation {
font-size:1.6em;
color:#D81204;
}


/* FORMULAIRE */
.form {
width:350px;
margin:20px 0 0 0;
padding-left:10px;
padding-top:15px;
background:#F9F9F9;
border:1px solid #D0D5D5;
}

legend { display:none; }

.form fieldset {
border:0;
padding:5px;
margin:10px 0 10px 0;
}

.form label {
float:left;
display:block;
width:185px;
text-align:left;
margin:0 5px 0 0;
position:relative;
top:1px;
color:#666;
font-size:1em;
}

.form span {
color:#D81204;
}

.form input, select, file, textarea {
font-size:11px;
color:#393D4D;
padding:2px 2px 2px 4px;
border:1px solid #A1A1A1;
}

.form select{
padding:0;
border:1px solid #A1A1A1;
}

.form textarea {
font-family:arial, verdana, helvetica, sans-serif;
}

.form input.button {
margin:0 0 0 5px;
padding-top:1px;
padding-bottom:0;
padding-left:4px;
padding-right:4px;
border-style:solid;
border-width:1px;
border-top-color:#D0D5D5;
border-left-color:#D0D5D5;
border-bottom-color:#465959;
border-right-color:#465959;
background-color:#FFF;
font-family:Arial, Helvetica, Geneva, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
color:#D81204;
}

.form input.checkbox, input.radio { 
border:0; 
margin-right:2px; 
width:12px;
}

.form p {
margin:0 0 10px 0!important;
}
