#new_menu, #new_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 : left; /* on centre le texte qui se trouve dans la liste */
}

#new_menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 13px; /* hauteur du texte : 15 pixels */
		margin-left:200px;
		text-align : center;		
}
#new_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 : white; /* couleur de fond */        
        color : #FF0000; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 150px; /* largeur */
}
#new_menu li /* Éléments des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 0px solid #fff; /* on met une bordure blanche à droite de chaque élément */	
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #new_menu li
{
        border-right: 0px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}
#new_menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 110px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		
}
#new_menu li ul li /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 0px 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 #new_menu li ul li                
{
        border-top : 0px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}
#new_menu li ul ul 
{
        margin    : -22px 0 0 110px ; /* 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     : 0px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}
/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #new_menu li ul ul                
{
        border-left     : 0px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}
#new_menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #FFF; /* On passe le texte en blanc... */
        background: #FF0000; /* ... et au contraire, le fond en rouge */
}
#new_menu li:hover ul ul, #new_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 */
}
#new_menu li:hover ul, #new_menu li li:hover ul, #new_menu li.sfhover ul, #new_menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-listes lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

#menu
{
	margin:auto;
	width:970px;	
	height:30px;
	border-top:1px solid red;
	border-bottom: 1px solid red;
	margin-top:10px;
}
#contenu_menu
{
	width:1000px;
	margin:auto;	
}
#pied_de_page
{	
	width:980px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	font-family:verdana,arial,comic;
	font-size:12px;
	color:#000;
	background-color:white;
	border-top:1px solid red;
	float:left;
}
body
{
	background: url("../images/FondBody.png") center;
	background-attachment:fixed;
}
#banniere
{
	width:1020px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	background-image:url(../images/Banniere.jpg);
	background-repeat:no-repeat;
}
#corps
{
	width:1000px;
	font-family:verdana,arial,comic;
	font-size:12px;
	padding:10px;
	margin:0 auto;
	background-color:rgba(255, 255, 255, 0.8);
}
#pied_de_page
{
	Color:#ED242E;	
}
#AccueilGauche
{
	width:220px;
	min-height:450px;
	border-right:1px solid red;	
	margin-left:15px;
	margin-top:10px;
	float:left;
	background-color:white;
}
td.DeposeTotale
{
	width:250px;
	text-align:center;	
}
td.DeposeTotale img
{
	border:2px solid red;
	width:130px;
}
td.NosRealisations
{
	width:160px;
	text-align:center;	
}
td.NosRealisations img
{
	border:1px solid red;
}
strong.rouge
{
	color:red;
}
div.GacheSecurite
{
	width:220px;
	float:left;
	font-size:10px;
	text-align:center;
}
div.FerrageSymetrique
{
	width:220px;
	float:left;
	font-size:10px;
	text-align:center;
}
div.BattementCentral
{
	width:220px;
	float:left;
	font-size:10px;
	text-align:center;
}
div.NosProduits
{
	width:708px;
	border-bottom:1px solid red;	
	float:left;
}
div.NosRealisations
{
	margin-top:20px;
	margin-left:68px;
	float:left;

}
div.RougeMilieu
{
	color:red;
	text-align:center;
}
div.DescriptifNosProduits
{
	width:708px;
	height:100px;
	float:left;
}
div.PhotoNosProduits img
{
	border:1px solid red;	
	
}
div.BlocDevisPerso
{
	padding-top:5px;
	width:196px;
	height:100px;
	background-image:url(../images/FondDevisPerso.png);
	background-repeat:no-repeat;
	font-size:15px;
	text-align:center;
}
div.DevisPerso
{
	color:red;
	font-size:15px;
	text-align:center;
}
div.tel
{
	font-size:20px;
	color:black;
	text-align:center;
}
div.Camion
{
	margin-top:20px;
	width:196px;
	height:125px;
	background-color:#ED242E;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:14px;
}
div.Camion img
{
	margin-top:10px;
	width:170px;
	border:2px solid white;		
}

div.DeposeTotaleDroite
{

	padding-left:20px;
	margin-top:10px;
	margin-left:250px;
}
div.NosRealisationsDroite
{

	padding-left:20px;
	margin-top:10px;
	margin-left:250px;
}
div.AccueilDroite
{

	padding-left:20px;
	margin-top:10px;
	margin-left:250px;
}
div.ProduitDroite
{
	padding-left:20px;
	margin-top:10px;
}
div.AccueilDroite img {
	border:2px solid #ED242E;
	width:150px;
	margin-left:10px;
}
div.AccueilDroite img:hover {
	
	border:2px solid #ED242E;
	width:150px;
	margin-left:10px;
		
    -moz-transform: rotate(3deg) scale(1.90);
    -webkit-transform: rotate(3deg) scale(1.90);
    -o-transform: rotate(3deg) scale(1.90);
    -ms-transform: rotate(3deg) scale(1.90);
    transform: rotate(3deg) scale(1.90);
    opacity: 1;
}
div.ContactDroite
{
	border:1px solid red;
	padding-left:20px;
	margin-top:10px;
	margin-left:250px;
	
}
div.ContactDroite img
{

	margin-bottom:-3px;
}
p.centre
{
	text-align:center;
	font-family:verdana,arial,comic;

}

div.rouge
{
	color:red;
}
h2.TitrePages
{
	font-size:12px;	
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/galerie/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/galerie/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

