@charset "utf-8";
/* CSS Document */

body {
	background-color:#BD2124; /*#D82528;*/ /*#A40418;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	color:#FFFFFF;	
}

img{
border:none;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}

h2{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:15px;
}

/* Index */

#general-home{
background:url(../images/fond-home.jpg) left top no-repeat;
width:800px;
height:560px;
margin:auto;
}

#general-home-form{
background:url(../images/fond-home-form-vide.jpg) left top no-repeat;
width:900px;
height:700px;
margin:auto;
}

#general-confirmation{
background:url(../images/confirmation7.jpg) left top no-repeat;
width:800px;
height:560px;
margin:auto;
}

#general-fin-operation{
background:url(../images/fin-operation.jpg) left top no-repeat;
width:800px;
height:560px;
margin:auto;
}

#formulaires {
float:right;
margin-right:50px;
width:233px;
height:550px;
}

#formulaire1 {
display:block;
width:233px;
height:300px;
margin-top:120px;
}

#formulaire2 {
display:block;
width:233px;
height:120px;
margin-top:0px;
}

#formulaires-form {
float:right;
margin-right:5px;
width:335px;
height:550px;
}

#formulaire1-form {
display:block;
height:190px;
margin-top:60px;
}

#formulaire2-form {
display:block;
height:450px;
margin-top:0px;
}

#left {
float:left;
margin-left:0px;
width:500px;
height:560px;
}

#left-form {
float:left;
margin-left:0px;
width:500px;
height:700px;
}

#logo {
display:block;
width:233px;
height:120px;
margin-left:120px;
}

#logo-form {
display:block;
width:233px;
height:120px;
margin-left:150px;
}

#menu-footer {
display:block;
width:400px;
height:300px;
margin-top:0px;
margin-left:70px;
}

#pop-up{
position:absolute;
top:150px;
left:430px;
z-index:1;
width:279px;
height:230px;
background:url(../images/fond-pop-up.png) top left no-repeat;
}

.normalTxtBox{
background-color:White;
}

.errorTxtBox{
background-color:Yellow;
}

.normalRadioButtonList label{
color:White;
}

.errorRadioButtonList label{
color:Yellow;
}

