/*----------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
--- CHATEAU DE SAURS ---------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
--- Conception et réalisation Les petits lézards - © 2008 // www.lespetitslezards.com // François Darnez ---
------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------*/

body {
background: #ffffff;
}

/*----------------------------------------------------------------------------------------------------------*/
/*-------- HEADER ------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/

#header {
background: url(images/saurs_header_impression.png) no-repeat;
}

/*----------------------------------------------------------------------------------------------------------*/
/*-------- BANDEAU -----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/

#bandeau {
display: none;
}


#consignes .titre {
background: #fffff5 url(images/saurs_titre_cmdP.jpg) no-repeat;
}

#consignes .titre_en {
background: #fffff5 url(images/saurs_titre_cmdP_en.jpg) no-repeat;
}


#page {
background: #ffffff;
}

input#Button { 
display: none;
}

input#reset { 
display: none;
}

input#print { 
display: none;
}

#retour { 
display: none;
}


input.formulaire,textarea.formulaire  { 
width:350px;
}

#separation {
clear: both;
margin: 0 auto;
padding: 0 auto;
margin-top: 30px;
}


#footer {
background:  url(images/saurs_footer_impression.png) repeat-x;
}


