/* Découpe réalisé par Aurelsicko - www.mydekoop.e3b.org */


body
{
 width: 100%;
 margin: auto;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
}
 
#content
{
 position: relative;
 min-height: 100%;
 padding-top: 70px;
 background-color: #FFF;
 background-repeat: repeat-x;
}

#corps
{
 width: 625px;
 margin: 0 auto;
 position: relative;  
 min-height: 100%;  
 margin-top: 20px;
 padding-bottom: 40px;
 padding-left: 30px;
}


#recherche
{
 width: 559px;
 height: 103px;
 margin: auto;
 padding-top: 26px;
 padding-left: 101px;
 background-image: url('./images/fond_recherche.png');
 *background-image: url('./images/blank.gif');
 background-repeat: no-repeat;
 *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/fond_recherche.png', sizingMethod='scale');
}

#recherche p
{
 margin: 0;
 padding: 0;
}

.form
{
 padding-top: 25px;
}

.submit
{
 padding-top: 50px;
}

#formulaire
{
 color: #F90;
 width: 400px;
 height: 47px;
 border: none;
 font-size: 24px;
 font-weight: bold;
 background-color: transparent;
 
}

#submit
{
 width: 91px;
 height: 47px;
 border: none;
 margin-left: 56px;
 background-color: transparent;
 background-image: url('./images/bouton_ok.png');
 *background-image: url('./images/blank.gif');
 background-repeat: no-repeat;
 *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bouton_ok.png', sizingMethod='scale');
 background-position: bottom;
 
}


#bloc_gauche
{
 width: 124px;
 height: 95px;
 margin-right: 5px;
}
 
#bloc_droit
{
 color: #e68f42;
 width: 491px;
 margin-left: 134px;
}