#main{
   background-color : #0b3071;
}

h1{
   color: white;
   font-size : 3em;
   margin-bottom : 10px;
}

.jaune{
   color : #ffad37;
   font-size : 2em;
}

.blanc{
   color: white;
   font-size : 1.5em;
}

p{
   color : white;
}

#mainLeft{
   float : left;
   margin : 20px 0 0 20px;
}

#mainLeft p{
   margin : 3px 0 3px 0;
}

#mainLeft #commandez{
   margin : 20px 0 0 30px;
}

#mainRight{
   float : left;
   margin : 20px 0 40px 40px;
   background-color : white;
   width : 370px;
}

.Tableau{
   margin : 5px 0 20px 0;
}

.Tableau span {
   display : inline;
   float : left;
   margin : 5px 0 0 20px;
}

.Tableau p {
   clear:left;
   margin:0px;
   padding:0px;
   height:100% !important; 
   height:1em;
}

.Tableau span.col1 {
   width:140px
}

.Tableau span.col2 {
   width:160px
}

.legende{
   color : black;
}

.Tableau input{
   width : 160px;
}

#cgu{
   margin : 10px 0 0 25px;
}

#tabBas{
   clear : both;
}

#tabBas a{
   color : red;
}

.gris{
   color : grey;
   font-size : 0.8em;
   margin : 10px;
}

#btn_envoyer{
   margin : 20px 0 0 100px;
}

#casting{
   margin : 30px 0 15px 0;
}


#casting tr, td{
   border : 20px solid #0b3071;
   text-align : center;
}

 .role{
   color : #ffa94b;
   text-align:center;
}

.nom {
	text-align:center;
}

p {
	text-align:justify;
	line-height:18px;
}

#main .retour_info.ok {
	background-color: #9F9;
	border: 1px solid #0C0;
	margin : 10px auto;
	width : 290px;
	visibility : hidden;
	text-align : center;
}

#main .retour_info.erreur {
	background-color: #FE9AA4;
	border: 1px solid #F00;
	margin : 10px auto;
	width : 290px;
	visibility : hidden;
	text-align : center;
}