/* CSS Document */
body
{ 
font: 11px verdana, sans-serif;
margin: 0; 
padding: 0;
}
table{
font-size:11px;
}

#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 : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}
#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 : #3B4E77; /* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 134px; /* largeur */
}
#menu li /* Éléments des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid #fff ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 134px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* 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 : 1px solid #fff; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 134px ; /* 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 #fff ; /* 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     : 1px solid #fff ; /* 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: #F2462E; /* ... 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 */
}







.coins2 {
background-color:#E4EFFF;
}
#hg {
background:url(images/coin1.png) no-repeat top left;
}
#hd {
background:url(images/coin2.png) no-repeat top right;
}
#bd {
background:url(images/coin3.png) no-repeat bottom right;
}
#bg {
background:url(images/coin4.png) no-repeat bottom left;
}



/* Chamfer Borders*/
.chamfer {background: transparent; width:100%; margin:0 auto;}
.chamfer h1, .chamfer p {margin:0 10px;}
.chamfer h1 {font-size:2em; color:#000; letter-spacing:1px;}
.chamfer p {padding-bottom:0.5em;}

.chamfer .top, .chamfer .bottom {display:block; background:transparent; font-size:1px;}
.chamfer .b1, .chamfer .b2, .chamfer .b3, .chamfer .b4, .chamfer .b5 {display:block; overflow:hidden; height:1px; background:#CCCCCC; border-left:1px solid #000; border-right:1px solid #000;}
.chamfer .b1 {margin:0 5px; background:#000;}
.chamfer .b2 {margin:0 4px;}
.chamfer .b3 {margin:0 3px;}
.chamfer .b4 {margin:0 2px;}
.chamfer .b5 {margin:0 1px;}

.chamfer .boxcontent {display:block; background:#CCCCCC; border-left:1px solid #000; border-right:1px solid #000;}


.boite {
	width: 100%;
	padding-bottom: 10px;
	background: white url(Images/border/bas.png) no-repeat;
	background-position: left bottom;
	font-size: 100%;
}
.boite h2 {
	margin: 0;
	padding: 10px ;
	background: transparent url(Images/border/haut.png) no-repeat;
	background-position: left top;
	text-align: left;
}

.boite p {
	margin: 1em 20px;
	text-align: justify;
}

.boite_c {
	width: 100%;
	padding-bottom: 10px;
	background: white url(Images/border/bas_contenu.png) no-repeat;
	background-position: center bottom;
	font-size: 100%;
}
.boite_c h2 {
	margin: 0;
	padding: 10px ;
	background: transparent url(Images/border/haut_contenu.png) no-repeat;
	background-position: center top;
	text-align: left;
}

.boite_c p {
	margin: 10px 10px 10px 10px;
	text-align: justify;
}
.boite_autres_pages {
	width: 100%;
	padding-bottom: 10px;
	background: white url(Images/border/bas_autres_p.png) no-repeat;
	background-position: center bottom;
	font-size: 100%;
}
.boite_autres_pages h2 {
	margin: 0;
	padding: 10px ;
	background: transparent url(Images/border/haut_autres_p.png) no-repeat;
	background-position: center top;
	text-align: left;
}

.boite_autres_pages p {
	margin: 1em 20px;
	text-align: justify;
}
.boite_intro {
	width: 100%;
	padding-bottom: 10px;
	background: white url(Images/border/bas_intro.png) no-repeat;
	background-position: center bottom;
	font-size: 100%;
	clear:both;
}
.boite_intro h2 {
	margin: 0;
	padding: 10px ;
	background: transparent url(Images/border/haut_intro.png) no-repeat;
	background-position: center top;
	text-align: left;
}

.boite_intro p {
	/*margin: 1em 20px;*/
	margin: 0;
	padding: 10px ;
	background: transparent url(Images/border/haut_intro.png) no-repeat;
	background-position: center top;
	text-align: justify;
}















div#bandeau_pic {
	width:946px;
	height:76px;
	/*background-color: #00FF00;*/
	/*margin-left:120px;*/
	position: relative;
	}
div#bandeau_menu {
	width:946px;
	height:20px;
	background-color:#000099;
	/*margin-left:120px;*/
	}
	
div#contenu_references {
	width:293px;
	height:259px;
	background-color:#FFCC00;
	margin-left:655px;
	margin-top:-791px;
	overflow:hidden;
	}
	
div#contenu_actualites {
	width:293px;
	height:550px;
	background-color:#FFCC00;
	margin-left:655px;
	margin-top:3px;
	overflow:hidden;
	}

div#contenu_presentation {
	width:664px;
	height:260px;
	background-color:#FFFF00;
	/*margin-left:403.8px;*/
	margin-left:-6px;
	margin-top: 2px;
	overflow:hidden;
	}

div#contenu_solutions {
	width:664px;
	height:550px;
	background-color:#FFCCF0;
	/*margin-left:403.8px;*/
	margin-left:-6px;
	margin-top: 2px;
	overflow:hidden;	
	}

div#piedpage {
	width:946px;
	height:15px;
	background-color: #999999;
	/*margin-left:120px;*/
	margin-top:0px;
	}


	
div#contenu_solutions_hg {
	width:314px;
	height:250px;
	/*background-color:#00CCF0;*/
	/*margin-left:420px;*/
	margin-left:5px;
	margin-top: -510px;
	overflow:hidden;
	}

div#contenu_solutions_bg {
	width:314px;
	height:250px;
	/*background-color: #00FF00;*/
	/*margin-left:420px;*/
	margin-left:5px;
	margin-top: 11px;
	overflow:hidden;
	}
	
div#contenu_solutions_hd {
	width:314px;
	height:250px;
	/*background-color:#AFAAF0;*/
	/*margin-left:734px;*/
	margin-left:320px;
	margin-top: -489px;
	overflow:hidden;
	}
div#contenu_solutions_bd {
	width:314px;
	height:250px;
	/*background-color: #000066;*/
	/*margin-left:734px;*/
	margin-left:320px;
	margin-top: 11px;
	overflow:hidden;
	}
	
div#contenu_autres_pages {
	width:946px;
	height:905px;
	margin-top:2px;	
	/*background-color:#00CCFF;*/
	/*margin-left:120px;*/
	overflow:hidden;
	}

div#piedpage2 {
	width:946px;
	height:15px;
	background-color: #999999;
	/*margin-left:120px;*/
	margin-top:0px;
	}
div#contenu_intro {
	width:900px;
	height:50px;
	margin-top:2px;
	clear:both;	
	/*background-color:#00CCFF;*/
	/*margin-left:120px;*/
	}
