body{
  background: #790000 center top;
}

body#mainBody {
  width: 668px;
}

div#apw_conteneur {
    width: 668px;
    background-color: transparent;
}

div#apw_entete {
    width: 668px;
    height: 260px;
}

div#APW_img_entete {
    background-image: url("../images/entete.jpg");
    width: 668px;
    height: 260px;
}

div#apw_centre {
    background-color: transparent;
    width: 668px;
}

div#col_gauche {
    width: 26px;
    height: 100px;
    background-color: #790000;
    float: left;
    border: 0px;
}

div#APW_contenu_user {
    width: 616px;
    float: left;
    background:  url("../images/background_contenu.png");
}

div#col_droite {
    width: 26px;
    height: 100px;
    background-color: #790000;
    float: left;
    border: 0px;
}

div#apw_footer {
    width: 668px;
    height: 20px;
    background:  url("../images/footer.png");
    color: #ffffff;
}

div.zone h1 {
    background-color: #e8e8ea;
    color: #790000;
    padding-left: 5px;
    padding-bottom: 5px;
    display:block;
    clear:both;
}

div.zone h1 a {
    color: #790000;
}

div.zone img {
    border: solid #969698 1px;
}

.errorInput{
  background-color:#ff0000;
  
}
form#formulaire_cycle{
	border: 0;
	width: 100%;
	text-align:left;
}

form#formulaire_cycle fieldset {
    border: 1px solid #D6BF9A;
    padding: 1em;
}

form#formulaire_cycle fieldset legend {
    font-size: 1.3em;
    margin: 0 10px;
	
}

form#formulaire_cycle label,form#formulaire_cycle h3{
	padding-top: 5px;
    padding-bottom:5px;
	display: block;
}
form#formulaire_cycle input[type=text]{
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    padding: 5px;
	width: 310px;
}
form#formulaire_cycle input[type=text].errorInput {
  background-color:red;
  
}
form#formulaire_cycle input[type=checkbox]{
	/*background: none repeat scroll 0 0 #D6BF9A;*/
	padding: 5px;
	margin: 2px 5px 0 0;
	background-color: white; 
	border: 1px solid black;
}

form#formulaire_cycle input[type=submit] {
    -moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    cursor: pointer !important;
    height: 26px;
    margin-top: 10px;
    overflow: hidden;
    width: 80px;
}

form#formulaire_cycle input[type=text]:hover, form#formulaire_cycle input[type=text]:focus,
form#formulaire_cycle input[type=submit]:hover
{
	border-color:#c5c5c5;
	background:#fff;
}

.errorMessage{
	color: red;
	font-size: 120%;
	font-weight: bold;
	padding-top: 20px;
}

div.succesNewsletter{
	font-size: 120%;
	font-weight: bold;
	padding-top: 20px;
}
form#formulaire_cycle {
  text-align:center;
  
}
div#APW_img_enteteFormulaire {
    background-image: url("../images/entete_form.jpg");
    width: 668px;
    height: 260px;
}
