@charset "utf-8";
/* CSS Document */

body {
   margin:0px;
   padding:0px;
   background:#D7E5F0 url(/css/media/body_bg.gif) repeat-x;
}

img {
   border:0px;
}

#main {
	margin: 0 auto;
	width:808px;
}

h1 {
	font-family: Georgia, 'Times New Roman', Times, 'New Century Schoolbook', 'Nimbus Roman No9 L', serif;	
	font-size:22px;
	color:#de0029;	
	font-weight:bold;
	margin-top:0px;
}

h2 {
	font-family: Georgia, 'Times New Roman', Times, 'New Century Schoolbook', 'Nimbus Roman No9 L', serif;	
	font-size:16px;
	color:#de0029;
	font-weight:bold;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#032d4c;	
	font-weight:normal;
}

.bold {
	font-weight: bold;
	}

.page_title {
	margin-top:0px;
}

/* Header */
#header {
	height:133px;	
	width:808px;
	background:url(/css/media/header_bg.gif) repeat-x;
}

#logo {
	float:left;
	padding:21px 0px 0px 0px;
	width:190px;
}

#banner {
	float:left;
	padding:21px 0px 0px 18px;
	width:600px;
}

#navigation {
	float:left;
	padding-top:20px;
	height:38px;
	width: 808px;
	background: white;	
}

#navcontainer {
	clear: both;
	}

.nav_el {
	float:left;
	margin-left:38px;
}

/* Content */

#content {
	float:left;
	width:768px;
	background-color:#dae9f3;	
	border:solid 20px #FFF;
	font-family:Verdana, Geneva, sans-serif;
	color:#032d4c;
	font-size:12px;
}

#content a {
	color:#032d4c;	
}

#inner_content {
	padding:20px;
}

#resultats {
	padding: 20px;
	}

/* Footer */

#footer {
	clear:both;
	width:788px;
	height:20px;
	padding:30px 10px 0px 10px;
	background:url(/css/media/footer_bg.gif) repeat-x;
	color:#79b7e1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-bottom:30px;
}

#footer a {
	color:#79b7e1;	
	text-decoration:none;
}

.footer_nav_sel {
	text-decoration:underline;	
}

/* Home page */

#hp_illu {
	float:left;
	margin:0px 20px 20px 0px;
	width:411px;
}

#hp_text {
	float:left;	
	width:292px;
}

#hp_mini_banners {
	float:left;	
	padding-top:20px;
	background-color:#FFF;
}

#hp_mini_ban_1 {
	margin-right:48px;	
}

/* Products */

.product {
	float:left;
	width:728px;
	padding-bottom:30px;
}

.product_illu {
	float:left;
	width:240px;
	padding-right:20px;
}

.product_description {
	float:left;	
	width:468px;
}

.product_contact_us {
	padding-top:20px;
	text-align:right;	
}

.contact_us {
	background:url(/css/media/contact_us.gif) no-repeat left;
	padding-left:20px;
	font-size:11px;
}

/* Contact */

#contact_col_1 {
	float:left;
	width:344px;
	padding-right:20px;
	padding-bottom:20px;
}

#contact_col_2 {
	float:left;	
	width:364px;
}

.contact_table {
	width:324px;	
}

#intro-concour {
	width: 728px;
	float: left;
	}
	
#portrait {
	width: 708px;
	float: left;
	background-color:#dae9f3;
	margin-bottom: 40px;
	margin-top: 25px;
	padding: 10px;
	}	

.contact_text_input {
	border:1px solid #6699cc;
	width:260px;
	height:17px;
	padding:4px;
}

.contact_text_textarea{
	border:1px solid #6699cc;
	width:316px;
	height:209px;
	padding:4px;	
}

#submit_bt {
	text-align:right;	
}

.contact_sub_bt {
	background:url(/css/media/contact_us.gif) no-repeat left;
	padding-left:20px;
	font-size:11px;
	text-decoration:underline;
	cursor:pointer;
}

.contact_coord {
	margin-top:47px;
	background-color:#6699cc;
	padding:20px;
	margin-bottom: 20px;
}

table.contact_table td {
	vertical-align:middle;
	padding-bottom:10px;
}

.table_rounded {
	background-color:#FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}