@import url(home.css);
@import url(content.css);
@import url(forms.css);
@import url(update.css);
@import url(gamme.css); 

* {
margin:0;
padding:0;
} 
           
a {
   color: #ecc02c;  
   text-decoration: none;
}   

a img { text-decoration: none; }   
a:hover img { text-decoration: none; }              
h1, h2, h3, h4 {
	color: #ecc02c;
}
.clear { clear: both;}
.right { float: right;}
.left { float: left;}

img {
border:0;
}

body {
background:url(img/bg.jpg) left top repeat-x;
font-family: Helvetica, Arial, sans-serif;
background-color:#2d2d2d;
}

#global {
width:886px;
position:relative;
margin:0 auto; 
background-color: #fff; 
margin-top: 40px;
}

li {
list-style-type:none;
}   


#menu_principal  {
  list-style-type: none;
}   
#menu_principal  li {
	float: left;
	margin-right: 20px; 
	padding: 3px 6px 2px 6px;
} 
#menu_principal li a  {
	color: white;
}  
#menu_principal  li:hover, #menu_principal  li:hover > a {
	color: black;
	background-color: #ecc02c;
}  
#menu_principal li:hover a:hover  {
	color: black;
	background-color: #ecc02c;
}   
#menu_principal li > a:active  {
	color: #ecc02c;
}

#menu_principal li.yellow, #menu_principal li.yellow a {
	color: black;
	background-color: #ecc02c;
}
  

#disclaimer {
width:866px;
color: #888a8a;  
padding: 10px;  
font-size: 11px;  
clear: both; 
background-color: #2d2d2d;
text-align: center;
}

#bas_de_page {
width:866px;
height:18px;  
background-color: black;
color: white;  
padding: 10px;  
font-size: 12px;  
clear: both;
}        

#bas_de_page ul {
	list-style-type: none;
}    

#bas_de_page ul li {
	float: left;
	padding: 2px 8px;  
	border-right: 1px solid white;
}    

#bas_de_page ul li a {
	color: white;
	font-size: 12px;
	text-decoration: none;  
	font-weight: normal;
}

#bas_de_page ul li a:hover {
	text-decoration: underline;
}  

#bas_de_page img {
float:left;
margin-bottom:20px;
}


#news_col_left {
	padding: 5px;
	border: 1px solid #d1d1d1;
	
}
#news_col_left h1 {
	margin: 0;
	margin-bottom: 5px;  
	color: black;
	font-weight: 400;
}

#news_col_left img {
	margin-bottom: 5px;
} 

#call_us_button {
	position: fixed;
}  

#categories_contact {
	height:30px;
	margin-top: 20px; 
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	clear: both;
}

#categories_contact li{
  float: left;
  height: 29px;
  line-height: 25px;
  color: black;
  padding: 3px 34px 3px 6px;  
  margin-top: 15px;                                      
  margin-right: 5px;
  padding-right: 30px;
  background: #fed146 url(img/bgmenuitem.jpg) top right no-repeat;
} 
#categories_contact li a{
  color: black;  
  font-size: 12px; 
}   

.notification.success {
	background-color:#effeb9 ;
	border-color:#6b8b01;     
	color:#6b8b01;     
}
.notification.error {
	background-color:#fccac3 ;
	border-color:#ea5338;  
	color:#ea5338;  
}
.notification.warning {
	background-color:#ffeaa7 ;
	border-color:#f9b418;  
    color:#f9b418;  
}
.notification.info {
	background-color:#d1e4f3 ;
	border-color:#4d8fcc;    
	color:#4d8fcc;  
}
.notification.tip {
	background-color:#feeac9 ;
	border-color:#d38e49;    
	color:#d38e49;    
}
.notification {
	border-width:1px;
	border-style:solid;
	padding: 5px; 
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:3px;
}
  



