﻿/* CSS Document */
@import url("base.css");

#corps{
padding:0;
/*padding-left:24px;*/
height:468px;
margin:0;
background:transparent url(../img/opeSpe/bg_opeSpe.gif) top left no-repeat; /*l'image de fond de chaque operation*/
width:900px;
padding-left:0;
}

#corps p{
font-size:10pxs
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left:73px;
margin-bottom:13px;
}
#corpPartieHaut{
/*height:452px;*/
padding-left:20px;
width:900px;
}
#corps > #corpPartieHaut{padding-left:25px;}

h2.titre{
color:#913770;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.5em;/*15px;*/
margin-bottom:10px;
font-weight:normal;
margin-left:10px;
}
h2.titre b{
font-weight:bold;
font-size:1em;
}

h2.txt {
font-size:1.2em;/*11px;*/
margin-left:10px;
}

.formatsSpe{
margin-bottom:15px;
float:left;
display:inline;
width:33%;
/*width:150px;
overflow:hidden;*/
clear:none;
}


/****partie basse dans le corp****/
#corpPartieBas{
clear:left;
float:none;
height:16px;
padding-left:10px;
margin-top:5px;
padding-top:10px;
}
#texteGauche{
height:18px;
width:339px;
padding:0;
margin:0 0 0 20px;
font-size:1.1em;
}
#texteGauche p{
font-size:1.2em;/*11px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#e20060;
margin-left:0px;
}
#texteGauche p a{
font-size:0.9em;/*11px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#e20060;
margin-left:0;
border-bottom:1px dotted #e20060;
}
#texteDroite{
float:right;
display:inline;
height:18px;
width:339px;
padding:0;
margin:0 20px 0 0;
}


/*************Pied de page***************/
#piedPage{
clear:both;
font-size:1.3em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#5e5d5d;
width:900px; /*FIX BUG IE- : le texte disparait*/
background:url(../img/bg_footer.gif) top center no-repeat;
height:42px;
padding:0;
margin:0;
}
#piedPage ul{
margin-left:32px;
list-style-type:none;
}
#piedPage ul li{
float:left;
display:inline;
margin-left:5px;
}
#piedPage ul li a{
color:#5e5d5d;
text-decoration:none;
}
#piedPage ul li a:hover{
text-decoration:underline;
}

