/*******************************************/
/*Styles génériques*/

body, html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*color: #993300;*/
    color:#333333;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align:center;
}

body
{
    background-color: #f6f3f3;
    background-image: url(images/fond.png);
    background-repeat: repeat-y;
    background-position: center;
}

a
{
    text-decoration:none;
    color:#993300;
}
a:hover
{
    text-decoration:underline;
}

/*******************************************/
/*Styles de structure*/


#common-wrapper
{
    width: 950px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

#common-header
{
  height:80px;
}

#common-linkLogo
{
    display:block;
    width: 230px;
    height: 80px;
    float:left;
}

#common-menuheader
{
    width:400px;
    float:right;
    text-transform: uppercase;
    text-align:right;
    padding-right:10px;
}
#common-menuheader a,#common-menuheader a:visited
{
    text-decoration:none;
    color:#333333;
}
#common-menuheader a:hover
{
    text-decoration:underline;
    color:#333333;
}
.common-menuheader-baseline
{
    color: #993300;
}

#common-menuflash
{
    width:500px;
    float:right;
    margin-top:20px;
    text-align: right;
    padding-right:45px;     
}

#common-main
{
    border:1px solid transparent;    
}


#common-main-menu
{
    border:1px solid transparent;
    margin-left:40px;
    margin-top:14px;
    float:left;
    width:169px;
}
#common-main-menu-haut
{
    width:169px;
    height:10px;
    background-image:url(images/menu_fond_haut.png);
    background-repeat:no-repeat;     
}
#common-main-menu-milieu
{
    width:164px;
    background-image:url(images/menu_fond_milieu.png); 
    background-repeat:repeat-y;
    padding-left:5px;
    padding-bottom:10px;
}

#common-main-menu-milieu ul
{
    list-style-image:none;
    list-style-type:none;
    padding:0;
    margin:0;
    margin-left:10px;
    margin-top:10px; 
    width:140px;
}


#common-main-menu-milieu li
{
    background-image:url(images/puce2.gif);
    background-repeat:no-repeat;
    background-position:left 2px;
    padding-left:14px;
}

#common-main-menu-milieu li a
{
    text-decoration:none;
    letter-spacing: 1px;
}

#common-main-menu-milieu .lvl1  {border-bottom: 1px dotted #CCCCCC;	padding-bottom: 5px;margin-top:10px;}
#common-main-menu-milieu .lvl1 a {font-size: 12px;color: #3d5b58;font-weight: bold;}
#common-main-menu-milieu .lvl1actif {border-bottom: 1px dotted #CCCCCC;	padding-bottom: 5px;margin-top:10px;}
#common-main-menu-milieu .lvl1actif a {font-weight: bold;font-size: 12px;color: #990000;}

#common-main-menu-milieu .lvl2 {background-image:none;padding-bottom: 0px;margin-top:10px;}
#common-main-menu-milieu .lvl2 a {font-size: 10px;color: #3d5b58;font-weight: normal;}
#common-main-menu-milieu .lvl2actif {background-image:none;padding-bottom: 0px;margin-top:10px;}
#common-main-menu-milieu .lvl2actif a {font-size: 10px;color: #990000;font-weight: bold;}


#common-main-menu-bas
{
    width:169px;
    height:10px;
    background-image:url(images/menu_fond_bas.png);
    background-repeat:no-repeat;    
}

#common-main-contenu
{
    margin-left:240px;
    margin-top:0px;
    width:674px;
}

.common-main-contenu-bandeau
{
	margin-top:15px;
	margin-bottom:0px;
}

#common-main-contenu-haut
{
    width:674px;
    height:29px;
	margin::0px;
    background-image:url(images/main_fond_haut.png);
    background-repeat:no-repeat;     
}
#common-main-contenu-milieu
{
    width:634px;
    background-image:url(images/main_fond_milieu.png);
    background-repeat:repeat-y;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
    min-height:700px;
}
#common-main-contenu-bas
{
    width:674px;
    height:11px;
    background-image:url(images/main_fond_bas.png);
    background-repeat:no-repeat;    
}


#common-main-menu-level3
{
    background-image:url(images/level3.png);
    background-repeat:no-repeat;   
    margin-top:5px;
    width:173px;
    height:49px;   
}

#common-adresse
{
    width:938px;
    padding:0px;
    background-image:url(images/adresse_barre.jpg);
    background-repeat:repeat-x;
    background-position:top;    
    margin-top: 20px;
    text-align: right; 
    text-transform: uppercase;
    padding-right:10px; 
    padding-top:5px;
}



/*******************************************/
/*Styles de contenu*/
#common-main-contenu-milieu h1
{
	font-size: 20px;
	font-weight: normal;
	color: #ab1428;
	letter-spacing: 2px;
    
}
#common-main-contenu-milieu h2
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-left: 20px;    
}
#common-main-contenu-milieu ul
{
    list-style-image: url(images/puce.gif);
	font-size: 11px;
}
#common-main-contenu-milieu p
{
 	font-size: 12px;
	text-align: justify;
	color: #000000;
}
#common-main-contenu-milieu .intro
{
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 20px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	background-color: #F4F4F4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
    
}



/************s*******************************/
/*Page Home*/


#home-global
{
    width: 100%;
    background-image: url(images/home_fond.jpg);
    background-repeat: no-repeat;
    background-position: center top;    
    margin-left:auto;
    margin-right:auto;    
}
#home-diaporama
{
    padding: 0;    
    padding-top:45px;
    text-align:center;
    height: 323px;
    display:block;
    clear:both;
}
#home-blocnews
{
    background-image: url(images/home_fond_news.png);
    background-repeat: no-repeat;
    width: 850px;
    height: 162px;
    margin-left: 52px;
    margin-top: 0px;
    border: 1px transparent solid;
}
#home-blocnews-image
{
    width: 166px;
    height: 132px;
    margin-left: 1px;
    margin-top: 22px;
    float: left;
}
#home-blocnews-news
{
    width: 465px;
    margin-left: 10px;
    margin-top: 32px;
    float: left;
    display: block;
}
#home-blocnews-news-titre
{
    color: #993300;
    text-transform: uppercase; 
}
#home-blocnews-news-texte
{
    font-size: 11px;
    color: #000000;
    margin-left: 10px;
}
#home-blocnews-news-readmore
{
    color: #993300;
    margin-left: 10px;    
}
#home-linkLevel3
{
    display: block;
    width: 150px;
    height: 35px;
    margin-left:650px;
    margin-top:20px;     
}
#home-linkOverview
{
    display: block;
    width: 150px;
    height: 100px;
    margin-left:650px;
    margin-top:3px; 
}

#home-adresse
{
    margin-top: 35px;
    text-align: right; 
    text-transform: uppercase;
    padding-right:45px;     
}



/*******************************************/
/*Page Services*/
#services-global
{
    width: 100%;
    background-image: url(images/services_fond.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height:720px;
    margin-left:auto;
    margin-right:auto;     
}



/*******************************************/
/*Page Customers*/
#customers-global
{
    width: 100%;
    background-image: url(images/customers_fond.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height:720px;
    margin-left:auto;
    margin-right:auto;     
}



/*******************************************/
/*Page News*/
#news-global
{
    width: 100%;
    background-image: url(images/news_fond.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height:720px;
    margin-left:auto;
    margin-right:auto;     
}


/*******************************************/
/*Page Globales*/
#globale-global
{
    width: 100%;
    background-image: url(images/global_fond.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height:720px;
    margin-left:auto;
    margin-right:auto;     
}