body
{
   width: 780px;
   margin-top: 0px;
   background-image: url("design/background_pilou.jpg");
   margin-bottom: 20px;    
   background-attachment: fixed;
   margin: 0 auto;
   font-family:  "Trebuchet MS", "Arial Black",  "comic sans ms", Verdana, "courier new"; 
   font-size: 13px;
   text-align: center;
}

#ban
{
width: 780px;
height: 94px;
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
}

#fond
{
width: 780px;
background-image: url("design/fond.png");
background-repeat: repeat-y;
margin-top: 0px;
}

#menu
{
height: 37px;
background-image:url("design/background_menu.png");
background-repeat: no-repeat;
width: 780px;
text-align: center;
}

#menu a {
outline:0;
}

/* BLOC N1 : marge de 35px // distance de 710px */
.bloc_1
{
padding-top: 30px;
}
#menu_ajax
{
background-image: url("design/menu_ajax.png");
width: 433px;
height: 234px;
margin-left: 35px;
float: left;
background-repeat: no-repeat;
}

.texte_ajax
{
text-align: justify;
padding: 10px 10px 2px 10px;
}
.pub

{
background-image: url("design/menu_pub.png");
width: 220px;
height: 236px;
margin-left: 525px;
background-repeat: no-repeat;
}
/* FIN BLOC N1 : marge de 35px */

/* BLOC N2 : Question */
.bloc_2
{
margin-top: 40px;
}
.question
{
margin-left: 35px;
background: url(design/question.png) no-repeat;
width: 710px;
height: 83px;
}
/* Personnalisation du textarea */
.input_question textarea
{
margin: 25px 20px 0px 20px;
border: 0px;
width: 624px;
height: 38px;
background-repeat: no-repeat;
background-image: url("design/input_question.png");
}
/* FIN BLOC N3 : Question */

/* BLOC N3 : pièces + submit */
.bloc_3
{
margin-top: 60px;
padding-bottom: 30px;
text-align: justify;
}
.piece
{
margin-left: 84px;
background-image: url("design/piece_euro.png");
width: 616px;
height: 209px;
margin-bottom: 15px;
}

.input_pile 
{
margin: 1px 0 0 76px;
float:left;
width: 235px;
height: 32px;
background-image: url("design/bloc_pile.png");
}

.input_face
{
margin-left: 450px;
width: 235px;
height: 32px;
background-image: url("design/bloc_face.png");
}

.input
{
margin: 5px 0px 0px 73px;
}

input[type=text]
{
width: 150px;
height: 23px;
background-image: url("design/input.png");
background-repeat: no-repeat;
border:none;
background-color:transparent;
padding: 4px 0px 0px 7px;
}

input[type=text]:hover
{
background-image: url("design/input_on.png");
}

.options
{
float: left;
margin-left: 100px;
width: 236px;
height: 37px;
}

#options
{
float: left;
margin-left: 100px;
margin-top: 10px;
}

.sub_mit
{
margin-left: 500px;
width: 120px;
height: 37px;
}


/* FIN BLOC N3 : pièces + submit */

img 
{
border: none;
}

/* FOOTER n°2 */
#footer_2
{
   font-family:  "Trebuchet MS", "Arial Black",  "comic sans ms", Verdana, "courier new"; 
   font-size: 10px;
   padding-left: 30px;
   text-align: left;
}




