/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#f7f7f7;
	font-family:arial,sans-serif;
	font-size:small;
	color:#333;
}


h2 {
		color:#999;
		font-size:22px;
		margin:25px 0 10px 0;
		clear:both;
	}


	h1 {

		font-size:20px;
		clear:both;
		margin: 20px 0 20px 0;
		padding: 8px 0 8px 20px;
		width: 98%;
		/*height:30px;*/
		color: #ffffff;	
		background:#333;
		
	}


	h3 {
		color:#333333;
		font-size:24px;
		margin:20px 0 10px 0;

	}
	a:link, a:visited {
		color:#1860a8;
		text-decoration:none;
	}


	a:hover {
		color:#ffa500;
		text-decoration:underline;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#f7f7f7;
	
	
}

div#header {
	/*padding:1em;*/
	height 				: 220px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	#pre-header
{
	width 				: 100%;
	height 				: 15px;
	background-color 	: #000000;
	text-align 			: center;
}



#bandeau
{
	width 				: 100%;
	height 				: 120px;
	/*background-color 	: #e1e1e1;*/
	background:URL(images/bg_brush_metal.jpg) repeat-x;
	text-align 			: center;
}

#placement_bandeau
{
	margin:0 auto;
	width 				: 960px;
	height 				: 120px;
	/*background-color 	: #e1e1e1;*/
	background:URL(images/bg_brush_metal.jpg) repeat-x;
	
}

#logo
{
	background:URL(images/logo.png);
	width 				: 110px;
	height 				: 110px;
	position:relative;
	top:5px;
	z-index:9999;

}



#slogan
{

	width 				: 830px;
	height 				: 80px;
	position:relative;
	top:-100px;
	margin-left:130px;
	z-index:9999;
	color:#333;
	text-align:left;
	font-size:16px;
	vertical-align:middle;
	line-height:1.2em;
	
}

#slogan span.denomination{
	font-size:22px;	
}

#slogan span.telSociete{
	letter-spacing:1px;
	font-weight:bold;
	margin-left:700px;
	font-size:22px;	
}

div#content {
	
	margin:0 auto;
	width:960px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
	


div#footer {
	clear:both;
	width:100%;
	background:#333;
	border-top:1px solid #e1e1e1;
	margin:0 auto;
	text-align:center;
}
div#footer-content {
	width:960px;
	margin:0 auto;
	text-align:center;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	#div-menu
{
	margin 				: 0;
	padding 			: 0;
	margin-left			: auto;
	margin-right		: auto;
	margin-top 			: 20px;
	width 				: 960px;
	height 				: 80px;
	position:relative;
	top:-20px;
	z-index:9999;
	/*background-color 	: #999;*/
	
}



#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 : 80px; /* 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 */
{
        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 */
}

#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 : #999; /* couleur de fond */        
		/*border-right:1px #fff solid;*/
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 159px; /* largeur */
		text-transform:uppercase;
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #fff; /* On passe le texte en noir... */
        background: #000000; /* ... et au contraire, le fond en blanc */
}
#menu a:active /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        background: #000000; /* ... et au contraire, le fond en blanc */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas  */
        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 transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 144px; /* 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  (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 transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* 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  (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 transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

/* PAGE CONTACT */
	#content_contact{
		margin 			: 10px 0 0 0;
	}

	#content_contact h2{
		margin 			: 0 0 20px 0;
		padding 		: 5px 0 5px 5px;
	}

	#left_contact{
                width                           : 410px;
                /*float                                 : left;*/
                display:inline-block;
                margin-left                             : 20px;
                padding                         : 0;            
        }

        #right_contact{
                width                           : 460px;
                /*margin-left           : 470px;
                position:absolute;*/
                display:inline-block;
                float:right;
                margin-right: 20px;
        }


	
	.tableContact {
	width:415;
	border:1px #dedede solid;
	background: url(images/fondtabContact.gif) repeat-x 0 0;
}


#slider_actu{
	margin 			: 10px 0 0 30px;
	width 			: 960px;
	height 			: 200px;	

}

#actualite{
	padding 			: 0 0 0 0;
	width 				: 960px;
	margin:0 auto;
	/*background:#fff;*/
}

#slider_actu, #slider_actu li
{ 
	width:700px;
}


.nivo-caption {
	background:#999999;
	color:#fff;
	width:960px;
}

.nivoSlider {
	height:450px;
	width:960px;
}

.nivoSlider img {
	height:350px;
	width:960px;
}

.nivo-caption h3 {	
	width 				: 430px;
	margin 				: 10px 0 10px 0;
	padding 			: 25px 0 25px 0;
	font-size			: 20px;
	color:#fff;
	border-right:1px silver solid;
}

.slider-text {	
	width 				: 400px;
	margin 				: 10px 0 10px 450px;

}

ul.ul-sitemap{
	line-height:2em;
	list-style-type:square;
	color:silver;
}

ul.ul-sub-sitemap{
	margin-left:-35px;
	line-height:2em;
}

table.table-sitemap{
	width:960px;
	border:0px;
}

table.table-sitemap a{
	color:#fff;
}

table.table-sitemap a:hover{
	color:#000000;
}

td.td-sitemap{
	width:293px;
	text-align:center;
}


/* ############ MSG FORM COLORS ############### */


form#LeadInfoForm {
  background: #333;
}

form#LeadInfoForm legend {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

form#LeadInfoForm fieldset fieldset legend {
  color: #fff;
}

form#LeadInfoForm ol li {
  color: #333;
  background-color: #DFDFDF;
  border-color: #fff;
}

form#LeadInfoForm fieldset fieldset label:hover {
  cursor: pointer;
}

form#LeadInfoForm input:not([type=radio]),
form#LeadInfoForm textarea {
  background: #ffffff;
}

form#LeadInfoForm input:not([type=submit]):focus,
form#LeadInfoForm textarea:focus {
  background: #999;
}

form#LeadInfoForm button {
  background: #fff;
  color: #333;
  text-shadow: 0 1px 1px #999;
}
form#LeadInfoForm button:hover {
  background: #000;
  color: #fff;
}

.divHasForm {
  text-align:right;  
  display:block;
  margin:10px 0 0 10px;
}

a.linkHasForm, a.linkHasForm:visited{
	display: inline-block; 
	padding: 5px 10px 6px; 
	position: relative;
	-moz-border-radius: 20px;
  	-webkit-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	border-radius: 20px;
  	text-decoration:none;
  	font-size: 14px; padding: 8px 14px 9px;
  	background-color: #333;
  	color:#fff;
	font-weight:bold;
  	text-decoration:none;
}

a.linkHasForm:hover{
	background-color: #999;
	color:#fff;
	text-decoration:none;
}


#actualite #date_actu {
    background: none repeat scroll 0 0 #999;
    color: #FFFFFF;
}


#actualite {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #333;
}
