/* CSS Document */
a img {
border: 0;
}

img {
display: block;
}

body
{
background-color : #C6C6C6;
}
#page_complete_aide
{

/*width : 939px;
height : 754px;*/

 /* ALIGNEMENT HORIZONTAL*/
margin-left: auto;
margin-right: auto;
text-align: left; /* on rétablit l'alignement normal du texte */

 /* ALIGNEMENT VERTICAL*/
position:absolute;
left: 50%; 
top: 50%;
margin-top: -377px; /* moitié de la hauteur */
margin-left: -469px; /* moitié de la largeur */
}

a{color : black;}
#bloc_Principal_aide
{
background-color : white;
width : 930px;
height : 650px;
border: 1px solid #343536;
}

#bulle_aide
{
width : 640px;
height : 425px;
/*border: 2px solid #343536;*/
float : left;
margin-top : 20px;
background-color : #C6C6C6;
padding : 20px;
padding-bottom : 0px;
margin-bottom : 10px;
font-family: arial ;
font-size: 10pt ;
overflow:auto;
}

#bulle_aide h1, #bulle_aide h1 a
{
font-family: arial ;
font-size: 13pt ;
color : #E60003;
margin-bottom : 8px;
margin-top : 22px;
text-decoration:underline;
}

#bulle_aide h2, #bulle_aide h2 a
{
font-family: arial ;
font-size: 10pt ;
margin-bottom : 8px;
text-decoration:underline;
margin-top : 18px;
color : black;
}

#bulle_aide h3
{
font-family: arial ;
font-size: 8pt ;
margin-bottom : 8px;
text-decoration:underline;
color : white;
font-variant:small-caps;
}

.attention
{
background-color : red;
padding : 5px;
padding-top : 0px;
margin-bottom : 14px;
}

#perso
{
float : left;
margin-top : 20px;
font-family: arial ;
}

.bouton_aide, .bouton_aide_rouge
{
background-image : url(./../images/bouton.gif);
width : 174px;
height : 30px;
font-size: 10pt ;
font-weight: bold;
color: white ;
margin-left : 8px;
padding-top : 5px;
padding-left : 15px;
}

.bouton_aide a, .bouton_aide_rouge a
{
text-decoration : none;
color : white;
}

.bouton_aide_rouge
{
background-image : url(./../images/bouton_contact.gif);
}

.pub_conseil
{
float : left;
}

.fond_titre_aide
{
height : 35px;
width : 930px;
margin-top : 10px;
background-image : url(./../images/fond_titre.gif); 
color : white;
}

.fond_titre_texte_aide
{
font-family: arial ;
font-size: 16pt ;
font-weight: bold;
padding-left : 10px;
padding-top : 5px;
}







