@charset "utf-8";
/* CSS Document */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	float: none;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.float-left {
	display: block;
	float: left;
}
.float-right {
	float: right;
	display: block;
}
p {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
}

ul {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	margin-left:15px;
	list-style:bullet;
}

li{
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	}
	
h1 {
	font: bold 12px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
h2 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
}
h3 {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
}
.titre {
	color: #fff;
	font: bold 12px/24px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 100px;
	background: url(../images/titre-bg.gif) right top no-repeat;
	padding-left: 4px;
}
.soustitre {
	color: #aa1a1a;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	padding-left: 4px;
}
.soussoustitre {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #034f5e;
}
.red {
	color: #aa1a1a;
}
.blue {
	color: #4696a6;
}
.blue-dark {
	color: #034f5e;
}
a {
	color: #aa1a1a;
	text-decoration: underline;
}

html {
	height: 70%;
	margin:auto;
}
body {
	background: #fff;
}

#page {
	width: 740px;
	margin:0;
}
#header {
	background: #4696a6 url(../images/bg-header.jpg) top left no-repeat;
	width: 100%;
	height: auto;
}

.header_bg{
	background: url(../images/header1.jpg) no-repeat;
	width:585px;
	height:130px;
}

#head-left {
	float: left;
	width: 130px;
}
#head-right {
	float: left;
	width: 585px;
}
#logo {
	width: 100%;
	height: 180px;
	background: url(../images/logo-index.gif) top left no-repeat;
}
#logo a {
	width: 100%;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
#logo2 {
	width: 100%;
	height: 128px;
	background: url(../images/logo.gif) top left no-repeat;
}
#logo2 a {
	width: 100%;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
#head-left form {
	background: #aa1a1a;
	height: 70px;
	padding: 10px 5px 10px 5px;
	display:none;
}
#head-left form label {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
}
#head-left form input {
	border-left: 1px solid #261f0d;
	border-top: 1px solid #453615;
	width: 90px;
}
#head-left form .submit {
	border: 1px solid #d58d8d;
	width: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background: transparent;
	cursor: pointer;
}
#menu {
	list-style: none;
	height: 20px;
	margin-left:0px;
	background: #aa1a1a;
	padding-left: 40px;
	display:none;
}
#menu li {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	line-height: 0px;
	margin-right: 20px;
	margin-left:0px;	
	position: relative;
}
#menu li a {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 2px 5px 4px 15px;
	text-decoration: none;
	background: url(../images/btn-img.gif) 4px center no-repeat;
}
#menu li a:hover {
	background: #333 url(../images/btn-img_over.gif) 4px center no-repeat;
}
#menu li a:active {
	background: #333 url(../images/btn-img_over.gif) 4px center no-repeat;
}
#menu li a.activ {
	background: #333 url(../images/btn-img_over.gif) 4px center no-repeat;
}
#menu li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	margin-left:0px;
	width: 209px;
	height: auto;
}
#menu li:hover ul, #menu li.p7hvr ul {
	display: block;
	margin-left:0px;
}
#menu li ul li {
	float: none;
	width: 182px;
	height: auto;
	background: #333;
	line-height: 0px;
	font-size: 0px;
	padding: 0px 5px 5px 5px;
	margin: 0px;
}
#menu li ul li a {
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	display: block;
	text-decoration: none;
	background: #333;
	width: auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
}
#menu li ul li a:hover {
	background: #ccc;
	color: #333;
}
#menu li ul li a:active {
	background: #ccc;
	color: #333;
}
#content {
	width: 740px;
	background: url(../images/bg-content.gif) repeat-x top left #fff;
	height: 100%;
}

#index-content {
	width: auto;
	background: url(../images/bg-content.gif) repeat-x top left #fff;
	height: 239px;
}
	.widget {
		padding: 15px 15px 15px 0px;
		width: 120px;
		height: auto;
	}
	.widget h2 {
		background: url(../images/en-bref-title.gif) left top no-repeat;
		text-indent: -9999px;
		height: 20px;
	}
	.widget div {
		padding: 4px 15px 4px 25px;
	}
	.widget h3 {
		font: bold 11px/14px Arial, Helvetica, sans-serif;
		color: #1c545f;
	}
	.widget div p {
		font: 10px/12px Arial, Helvetica, sans-serif;
		color: #1c545f;
	}
	.news {
		width: 550px;
		padding: 15px 15px 15px 0px;
	}
	.news h1 {
		text-indent: -9999px;
		background: url(../images/a-savoir-title.gif) no-repeat;	
	}
	.news div {
		display: block;
		float: left;
		width: 250px;
		height: 170px;
		padding: 10px;
		padding-top: 15px;
		background-image:url(../images/news-bg.gif);
		background-repeat: no-repeat; 
	}
	.news div img {
		float: left;
		margin-right: 10px;
	}
	.news div p {
		color: #797c7d;
	}
	
	/*contact form*/
	
	#c-left{
		width:356px;
		float:left;
	}
	
		#c-contact{
			margin:20px 0px 20px 20px;
			padding-bottom:20px;
			width:317px;
			text-align:right;
			background-color:#e3eff2;
		}
		
		#c-contact p{
			padding-top:10px;
			margin-right:20px;
			color:#333333;
		}
		
		#c-contact input{
			width:195px;
			height:18px;
			border:1px solid #ccc;
		}
		
		#c-contact .titles{
			font: 14px Arial;
			color:#4696a6;
			font-weight:bold;
			margin-right:150px;
			margin-bottom:20px;
			margin-top:20px;
		}
		
		.titles-red{
			font: 14px Arial;
			font-weight:bold;
			color:#4696a6;
			border:1px solid #aa1a1a;
			padding:2px;
			margin-right:150px;
			margin-bottom:20px;
			margin-top:20px;
		}
	
	#c-info{
		width:316px;
		margin:20px 10px 10px 20px;
	}
	
	h1{
		font:12px/14px arial bold;
		color:#4696a6;
	}
	
	h2{
		font:12px/14px arial;
		color:#000;
	}
	
	#c-right{
		width:623px;
		float:left;
		border-left:1px solid #4696a6;
	}
	
		
		#c-right .cont-title{
			width:570px;
			height:25px;
			padding-top:10px;
			padding-left:10px;
			margin-left:20px;
			margin-top:10px;
			background-color:#f6fafa;
		}
		
		.cont-title label{
			margin:-3px 0px 0px 10px;
		}
		
		#c-right .cont{
			width:580px;
			margin-bottom:20px;
			margin-left:20px;
			background-color:#f6fafa;
		}
		
		
			.cont-title .titles{
				font: 14px Arial;
				color:#4696a6;
				font-weight:bold;
				padding-top:3px;
			}
			
			.cont label{
				font: 12px Arial;
				color:#aa1a1a;
				font-weight:bold;
				margin-left:5px;
			}
			
			.cont .description{
				color:#000000;
				font-weight:normal;
				margin-left:70px;
			}
			
			.cont .description2{
				color:#000000;
				font-weight:normal;
				margin-left:30px;
			}
			
			.cont .price{
				color:#4696a6;
				font-weight:bold;
				margin-left:45px;
			}
			
			.cont p{
				margin-bottom:8px;
				margin-left:20px;
			}
		
		/*second box*/
		
		.cont .half{
			width:290px;
			float:left;
		}
		
		.half label{
			color:#000;
			font-weight:normal;
		}
		
		/*classes that apply to the validation form*/
		.required label-red{
			color:#aa1a1a;
			font-weight:bold;
		}
		
		.input-red{
			border:1px solid #aa1a1a;
			background:#f2dddd;
		}
		
		.title-red{
			border:1px solid #aa1a1a;
			background-color:#CCCCCC;
			color:#FF0000;
		}
		
		
#footer {
	width: 740px;
	margin: 0 auto;
	clear: both;
	background:#4696a6;
	margin-top:10px;
}
#footer p {	
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer p a {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
	color: #eee;
}
#footer p span, #footer p span a {
	color: #c3c6c6;
}

/* templates */

#temp-cont{
	padding-top:20px;
}

#temp-cont #left{
	width:450px;
	float:left;
}

#left #title{
	background:url(../images/title-bg.jpg) repeat-y;
	font:12px/24px arial bold;
	color:#FFFFFF;
	padding-left:10px;
}

#left .left-text{
	padding:10px 0px 10px 10px;
	}

	.left-text p{
		text-align:justify;
	}
	
	.left-text h1{
		line-height:14px;
		color:#034F5E;
		font-weight:bold;
	}
	.left-text table{
		width:680px;
	}

#temp-cont .box{
	width:200px;
	float:left;
	margin-left:5px;
	border:1px solid #c0dbe1;
	margin:5px;
	padding:5px;
}
.box p{
	font:12px/14px Arial;
	color:#034f5e;
}

.text-box{
	width:278px;
	float:left;
	border-right:1px dotted #ccc;
	padding:0px 10px 0px 10px;
	margin:0px 10px 20px 10px;
}

.text-box p{
	font:12px/14px arial;
	font-weight:normal;
}

.text-box h1{	
	line-height:14px;
	font-weight:bold;
	color:#4696a6;
	margin-bottom:5px;
	margin-left:10px;
}

.text-box h3{
	line-height:14px;
	color:#aa1a1a;
	font-weight:normal;
	margin-left:10px;
}

.text-box h2{
	line-height:14px;
	text-align:justify;
	padding:10px;
	color:#000;
	font-weight:normal;
	margin-bottom:5px;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:25px;
background:url(../images/pdf.jpg) center left no-repeat;
}

a[href$='.doc'] {
display:inline-block;
padding-left:20px;
line-height:25px;
background:url(../images/doc.jpg) center left no-repeat;
}

a[href$='.xls'] {
display:inline-block;
padding-left:20px;
line-height:25px;
background:url(../images/xls.jpg) center left no-repeat;
}

/* subscription confirm */
.confirm{
	font:12px/20px arial;
	color:#000000;
	text-align:left;
	margin-left:25px;
}

.confirm2{
	margin-left:10px;
	color:#4696a6;
}

.error-msg{
	font:12px/14px arial bold;
	color:#aa1a1a;
	margin:4px 0px 4px 190px;
}

