body {
  background:#233B67;    
  font-family: arial;  
  margin:0;
  padding:0;
}    

.clear {
  clear:both;
}

#content {
  margin:auto;
  width:948px; 
  background:#FFF;
  border:1px solid #FFF;   
  overflow:hidden;
}       

h1.triangle {    
/*  float:left;   */
  width:100%;
  background: url(../images/h1_triangle.gif) no-repeat;
  font-size: 21px;
  padding-left:25px;
  line-height:25px;          
  font-weight: normal;
  margin:10px 0 10px 15px;    
  display:inline;     
  font-family: "Trebuchet MS", arial;
}     

img {
  border:0px;
} 

hr {
  border:none;
  height:3px;
  background: url(../images/hr_bg.gif) repeat-x;
}

/* Generic header*/
#header {        
  float:left;
  margin-top:10px;
  width:950px;
  height:105px;
  background: url(../images/header.png);
}             

#header a.logo {  
  float:left; 
  margin: -40px 0 0 40px;
  top:20px;
  left:40px;
  width:87px;
  height:86px;
  background: url(../images/logo.gif);  
}    
#header a.logo:hover {  
  background: url(../images/logo.gif);  
}   
/* Lang */
#lang {   
  margin:0; 
  float:right;
  padding:0;
  width:200px;
  height:19px;
  text-align:right;
  margin-right:10px;
}     
     
#lang a {
  text-decoration:none;
  color:#272525;
  font-size:10px;    
  font-variant:small-caps;
  margin-right:7px;
}            

#lang a.current { 
  color:#30468C; 
}              
  
#lang a:hover {
  text-decoration:underline;
}

/* Menu */
#menu {   
	float:left;   
	padding-left:120px;
	text-align:left;
	margin:10px 0 0 0;
}       
*HTML #menu{
	margin:0;
}
#menu a {
  text-decoration:none;
  color:#FFF; 
  font-size:14px;
  margin:0 0 0 5px;
  line-height:30px;
  padding:2px 3px;
}   

#menu a:hover {
  background:#09184A;
}
      
#menu a.current {
  background:#286DEB;
}
/* Header home page */
#header_home {        
  float:left;
  margin-top:10px;
  width:948px;
  height:260px;
  background: url(../images/header_home.png);  
  color:#FFF;
  font-weight: lighter;
}  

#header_home h1 {     
  margin-top:20px; 
  margin: 40px 0 10px 30px;
  font-size:34px;
  float:left;
}                    

#header_home p {  
clear: left;    
  float:left;
  margin-left: 30px;
  width:430px;   
  font-size:13px;
}                    
              
/* Header other page */
#header_page {        
  float:left;
  margin-top:10px;
  width:948px;
  height:152px;
  background: url(../images/header_page.png);  
  color:#FFF;
  font-weight: lighter;
}  
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* Footer */
#footer {      
  float:left;      
  width:100%;
  text-align:center;   
  font-size:12px;       
  margin:20px 0;
}
/* News column */
#news {
  float:left;
  width: 418px;
  border: 1px solid #d1d2d4;
  background: #e7e8e9 url(../images/news_bg.png) repeat-x top left;  
  margin:10px 0 0 10px;   
  font-size:12px;    
  font-weight:bold;
}

#news_logo {
  float:right;
  width:82px;    
  height:82px;
  background: url(../images/news.png) no-repeat top left;    
  margin: -21px -9px 0 0;
}              

#news_corner {
  position:relative;
  width:21px;    
  height:21px;
  background: url(../images/news_corner.png) no-repeat top left;   
  margin:-1px 0 0 -1px;
}            

#news img { 
  float:left;
  margin:0px 5px 0 10px;
}
.news_content{
float: left;
width: 100%;
margin-top: -60px;
}
#news h2 {    
float: left;    
  color: #F15B29;
  font-size:13px; 
  margin-top:0px;
}              
    
/*IntÈgration de page.css*/
  

/* Two columns */
/* Two columns */
#col_left {
  float:left;
  width:450px; 
  margin:10px 25px 0 0;
}

#col_right {
  float:left;
  width:450px;
}
table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
                  
            
/* Left col */
#col_left .header {
  font-weight: bold;
  font-size: 14px;
}                  
#col_left ul {
  font-size:13px;  
  margin:20px 0 0 35px;
  padding:0;
}

#col_left ul li {
  list-style-image: url(../images/green_check.gif);  
  padding: 0 0 10px 5px;  
}    
/* Right col*/
#col_right h2 {
  color: #272525;     
  margin-left:30px;     
  font-weight: bold;   
}            

#col_right h3 {
  color:#30468C;
  padding-left:10px; 
  margin-bottom:0px;
}

#col_right p {
  padding-left:10px;     
  margin-right:10px;
}      

#col_right img.picture {
  float:left;
  margin: 10px 0 10px 0;
  border-top: 10px solid #EEC148;
}

#col_right hr.orange {
  border:none;
  border-top:10px solid #EEC148;
  height:10px;  
  background:none;
}  

#col_right a {
  text-decoration:none;
  color:#4171B0;
}             

#col_right ul {
  margin:0;
  padding:0 0 0 20px;
}          

#col_right ul li{
  padding-bottom:10px;
}
           

#col_right .name {
  color: #30468C;
  font-size:14px;
  font-weight: bold;
}


body.mceContentBody {
background: #fff !important;
background-image: none;
width:100%;
height:100%;
} 
/* Contact */
#contact {   
 float:left; 
 width:100%;
 margin:20px 0;
 padding-top: 10px;
 background: url(../images/contact_bg.png) no-repeat center;
 height:31px;
 text-align:center;
 color:#2C5490;
 font-size:12px;
}                     

#contact form{
  display:inline;
}                  

input.contact {
  border:1px solid #2B5590;
}      

input.register {
  vertical-align: top;
}
/* Poles */
.pole {
  float:left;
  width:212px; 
  font-size: 11px;
  color:#231F20;
  margin: 0 0 0 20px; 
  display:inline;
}      

.pole h2{
  margin:0px;
  padding:0 0 0px 0;
  font-size:13px;
  color:#2A3990;
  text-decoration:none;
}                 
.pole h2 a {
  margin:0px;
  padding:0 0 0px 0;
  font-size:13px;
  color:#2A3990;
  text-decoration:none;
}                 
.pole_header {
  float:left;  
  width:212px;  
  height:23px;
  background: url(../images/pole_header.png);
}

.pole_content {
  float:left;  
  width:190px;    
  height:130px;
  background: #e2e3e4 url(../images/pole_bg.gif) no-repeat top left;  
  border: 1px solid #d1d2d4;
  border-top:none;          
  padding: 0 10px 10px 10px;
}       
.card {
  float:left;
  width: 280px;
  background: url(../images/card_bg.png) repeat-y;   
  margin-right: 20px;
  
}
.card_header {
  width:280px;
  height:27px;
  float:left;
  background: url(../images/card_header.png);
}         

.card_footer {
  width:280px;
  height:39px;
  float:left;
  background: url(../images/card_footer.png);
}           

.card_content {
  margin: 0px 10px 0 10px;
  font-size:12px;
}          

.card_content img {
  float:left;
  margin: 0 5px 5px 0;
}
   
.card_content p {
  margin:0;
  padding:0;
}

a.contact {
  float:left;
  width:100px;
  height:30px;
}          

a.import {
  float:left;
  width:180px;
  height:30px;
}
