#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 20px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
margin-top:10px;
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		width: ;
		  text-align : center;
		  min-width:1024px;
		 
		
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #c4c8e2; /* couleur de fond */        
        color :black; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 126px; /* largeur */
		text-align:center;
		  
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 2px solid #6188e1; /* on met une bordure blanche à droite de chaque élément */
		 
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 2px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
		 
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 126px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		 
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 2px solid #c4c8e2 /* on met une bordure blanche en haut de chaque élément d'une sous liste */
		 
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 2px solid transparent; /* on met une bordure transparente en haut de chaque élément */
		
}

#menu li ul ul 
{
        margin    : -22px 0 0 126px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #c4c8e2; /* Petite bordure à gauche pour ne pas coller ... */ 
 	
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 2px solid transparent ; /* on met une bordure transparente sur la gauche de chaque 
	élément */

}
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        background: #e63723; /* ... et au contraire, le fond en blanc */
		 
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
#haut_de_page 
{ 

 text-align: center;
 color:black;
height: 180px; 
min-width:1024px;


}

#connect
{
font-family : Verdana;
font-size: 10px;
padding-left:15px;
padding-top:10px;
background-color:#d1d5e9;
margin-top:20px;

text-align:center;
width:1010px;
height:35px;

}

#new
{
font-family : Verdana;
font-size: 10px;
background-color:#d1d5e9;
margin-top:20px;
margin-bottom:10px;
float:left;
text-align:center;
width:150px;
height:620px;
padding-top:8px;


}
.textnew
{
margin-left:10px;
font-family : Arial;
color:black;
display:block;
background-color:#767eb6;
padding-top:7px;
width:130px;
height:70px;
font-size: 16px;
text-decoration: underline ;
 font-weight : bold; /* on met le texte en gras */
}
#accueil
{
height:458px;
width:1024px;
background-color:white;
margin-top:10px;
}
#accueil2
{
height:102px;
width:1014px;
background-color:white;
margin-top:10px;
text-align:left;
font-size:13px;
padding:5px;
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
}


#flash
{

margin:auto;
height:300px;
}
#photo
{
border-bottom:solid 3px #9499c3;
border-right:solid 3px #9499c3;
float:right;
width:510px;
height:122px;

}
.a img 
{
border: none;
}

body
{
background-color:#767eb6;

min-width:1024px;
 text-align : center;


}

#contenu
{
	min-height:1000px;
	margin:auto;
 	 	
	width:1024px;
	}

#central2 
{
background-color:#d1d5e9;
margin-top:20px;
width:840px;
min-height:605px;
float:right;
padding-top:10px;
color:black;
}
.black{
color:black;
 text-decoration : none;

}

#textefinancement
{
padding-left:30px;
padding-right:20px;
padding-top:20px;
text-align:left;
}
#texteAssurance
{
text-align:left;
padding-left:30px;

}

#central
{
margin-top:20px;
text-align:right;
min-height:650px;
float:right;

}

#formulaire
{
margin-top:20px;
background-color:#d1d5e9;
float:right;
text-align:left;
width:800px;
height:380px;
padding-left:30px;

}
#formulaire2
{

background-color:#d1d5e9;
float:right;
height:620px;
margin-top:20px;


}

label
{
padding-left:15px;
display:inline-block;
width:190px;
float:left;

}


}
#textb
{
float:left;
padding:15px;
margin-top:15px;

}
#ajout
{
float:left;
text-align:left;

width:490px;
height:750px;
}

#ajout2
{
float:right;
text-align:left;

width:490px;
height:750px;
padding-bottom:50px;
}

#pied_de_page
{
height:26px;
min-width:1024px;
margin-top:15px;
}
#lien_firefox
{

padding-top:20px;
}
#liens a
{
        font-family : Arial; 
		text-align:center;
		font-size: 10px;
		padding-top: 5px;
		color:black;
		height:26px;

		

}
#links a
{

        font-family : Arial; 
		text-align:center;
		font-size: 14px;
		padding-top: 5px;
		color:black;
		font-weight : bold;
	
}

#description
{
color:#767eb6;
font-size: 1px;
}


table {
border: 4px outset #d1d5e9;
 font-family : Arial; 
 font-size: 12px;
width: 840px;

text-align:left;
margin-bottom:15px;

}
td {

width: 128px;
text-align:center;

}
th {
background-color:#767eb6;
width: 128px;
text-align:center;
}
tr
{
border:2px black;
text-align:left;
}

#gras
{
 font-family : Arial; 
		text-align:center;
		font-size: 18px;
color:black;
background-color:#d1d5e9;
width: 840px;
}

.red{
color:red;

}
#im
{
width=: 128;
 height:96 ;

}
#im2
{
width=: 128;
 height:96 ;
border:none;
position:absolute;
}
#recherche
{
font-family:arial;
font-size:12px;
padding-top:8px;
margin-bottom:4px;
width:840px;
}
#textz
{
float:right;
width:180px;
}
#texty
{
display:inline-block;
float:left;
width:210px;
}
fieldset
{

padding-top:5px;
padding-right:45px;
}
