html, body {
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	background: url('/images/layout/bg-body.jpg') repeat-x;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}	
.left_img {
float: left;
margin-right: 20px;
}
hr {
color: #dee9e9;
border: 1px solid #dee9e9;
height: 1px;
}

h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	color: #cc1354;
	font-weight: 500;
	border-bottom: 5px solid #f4a5be;
	font-size: 18px;
}

h3 {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	color: #688686;	
	font-weight: 500;
	
}

a {
	color: #cc1354;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 151px;
	display: block;
}
	
	#header #top ul {
		width: 950px;
		height: 20px;
		display: block;
		text-align: right;
	}
	#header #top ul li {
		font-size: 10px;
		line-height: 20px;
		display: inline;
		margin-right: 5px;
		padding-right: 5px;
		border-right: 1px solid #898989;
	}
	#header #top ul li.last {
		border-right: 0px;
		margin-right: 0px;
		padding-right: 0px;
	}
	
	#header #top ul li a {
		text-decoration: none;
		color: #898989;
	}
	
	#header #top ul li a:hover {
		text-decoration: none;
		color: #ffffff;
	}
	
	#header h1 {
		width: 200px;
		height: 130px;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
	}
		#header h1 a {
			width: 200px;
			height: 130px;
			display: block;
			background: url('/images/layout/logo-bulle.gif') no-repeat;
			text-indent: -5000px;
		}
		
	#header ul#navigation {
		height: 130px;
		float: right;
	}
		#header ul#navigation li {
			line-height: 130px;
			display: inline;
			padding: 0px 4px 0px 4px;
			margin-right: 20px;
		}
		#header ul#navigation li.last {
			margin-right: 0px;
		}
		#header ul#navigation li.active {
			border-bottom: 5px solid #ef2d9f;
		}
		#header ul#navigation li.active a {
			color: #ffffff;
		}
		#header ul#navigation li a {		
			color: #999999;
			text-decoration: none;
			font-size: 14px;
		}
		
		#header ul#navigation li a:hover {
			color: #ffffff;
		}
		

.col {
	width: 230px;
	margin-right: 20px;
	display: block;
	float: left;
}
.intcol {
	width: 450px;
	display: block;
	float: left;
	margin-right: 20px;
}
.col2 {
	width: 220px;
	margin: 0px;
	display: block;
	float: left;
}
.bigcol {
	width: 450px;
	display: block;
	float: left;
	margin-right: 0px;
}

#main {
	width: 700px;
	display:block;
	float: left;
}

#footer_wrapper {
	clear: both;
	height: auto;
	min-height: 200px;
	background: url('/images/layout/bg-footer.gif') repeat-x #313131;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background-color: #313131;
}



p.more {
	padding-bottom: 30px;
}
p.more a {
	color: #cc1354;
	text-decoration: none;
    background: url('/images/layout/icon-more.gif') no-repeat;
    padding-left: 24px;
    padding-top: 3px;
}
	p.more a:hover, a#news_archive:hover {
		text-decoration: underline;
	}


.date {
	height: 33px;
	width: 32px;
	display: block;
	float: left;
	background: url('/images/layout/bg-date.gif') no-repeat;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	overflow: hidden;
	color: #9a9f9c;
	margin-right: 10px;
}

ul#actualites {
	border-bottom: 1px solid #fcdbe6;
	margin-bottom: 10px;
}

	ul#actualites li {
		height: 33px;
		display: block;
		clear: both;
		margin-bottom: 10px;
	}
		ul#actualites li .post_title {
			float: left;
			margin-top: 3px;
			display: block;
			width: 180px;
		}
		ul#actualites li .post_title a {
			color: #4a4a4a;
			text-decoration: none;		
		}
		ul#actualites li .post_title a:hover {
			color: #000000;
		}

ul.arrow {
	margin-bottom: 20px;
}
ul.arrow li {
	background: url('/images/layout/fleche.gif') no-repeat;
	text-indent: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ced5d0;
}

a#news_archive {
	background: url('/images/layout/icon-news.gif') no-repeat;
	height: 14px;
	display: block;
	line-height: 18px;
	padding-left: 24px;
	color: #cc1354;
	text-decoration: none;
}

.cleaner { clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0;	background:transparent; }
.cleaner_page { clear:both; height:20px; font-size:1px; border:none; margin:0; padding:0;	background:transparent; }
.nomargin {
	margin: 0px;
}

.post_footer {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;    
    font-size: 10px;
    color: #4a4a4a;
}
	.post_footer a {
    	color: #4a4a4a;

    }
.paginate {
	color: #4a4a4a;
    font-size: 10px;
}




#sitemap,
#copyright {
	margin-top: 0;
	}
#sitemap {
	float: left;
	width: 497px;
	}
#sitemap .column {
	float: left;
	width: 160px;
	}
#sitemap li {
	display: block;
	list-style: none;
	}
#sitemap li a {
	display: block;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #f96d9e;
    font-size:12px;
	}
	#sitemap li li a {
		padding-left: 10px;
		font-size: 11px;
		line-height: 1em;
		font-weight: normal;
		color: #eae7d2;
		background: url('/images/layout/minifleche.gif') left center no-repeat;
		}
#sitemap li a:hover {
	text-decoration: underline;
	color: white;
	}
	#sitemap li li a:hover {
		text-decoration: underline;
		}
#copyright {
	float: right;
	width: 256px;
	background: #1c1c1c;
	border: 1px solid #6b6b6b;
	}
#copyright p {
	margin: 15px 10px;
	font: normal 1em/1.2em 'lucida grande',tahoma,sans-serif;
	color: #eae7d2;
	}
#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: white;
	}
#copyright a {
	font-weight: bold;
	color: #c61452;
	}
#copyright a:hover {
	text-decoration: underline;
	color: white;
	}
span.grey {
	color: #b9c1c1;
}




#main form .instructions {
	clear: both;
	color: #92a4a9;
	padding: 0;
	margin: 10px 0px 15px 20px;
}

#main form fieldset {
	margin: 0px;
	padding: 0px 0px 40px 20px;
	border: 0px;
	clear: both;
}

#main form label {
	width: 200px;
	display: block;
	
	float: left;
	clear: both;
	background: #e4ecf3;
	height: 15px;
	line-height: 18px;
	padding: 5px;
	margin: 0px 20px 5px 0px;
	color: #1c2025;

}

#main form input.input_text {
	border: 1px solid #c2d1d5;
	height: 13px;
	padding: 5px;
	color: #1c2025;
	float: left;
	width: 200px;
}
	#main form input.input_text:focus {
		border: 1px solid #92a4a9;
	}
	
	#main form input.big {
		width: 438px;
	}
	
#main form select.select {
	padding: 3px;
	float: left;
	border: 1px solid #c2d1d5;	
	height: 23px;
	width: 212px;
	color: #1c2025;
}
	#main form select.big {
		width: 450px;
	}

	#main form option.selected {
		background-color: #e4ecf3;
		color: #000;
	}
	
#main form .formcol_left, #main form .formcol_right {
	margin-top: 5px;
	width: 200px;
	float: left;
}
	#main form .formcol_left {
		padding-right: 20px;
		border-right: 1px solid #cacaca;
	}
	#main form .formcol_right {
		padding-left: 30px;
	}
	
#main form input.input_checkbox {
	margin-right: 10px;
}	

#main form textarea.big_textarea {
	padding: 10px;
	border: 1px solid #c2d1d5;	
	width: 430px;
}

	#main form textarea.big_textarea:focus {
		border: 1px solid #92a4a9;
	}

select.client_select {
	width: 230px;
    font-size: 10px;
}
.noborder {
border: 0px;
}



.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 18000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('/images/layout/bubble.png') top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('/images/layout/bubble.png') bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
ul#competences li a, ul#competences li a:hover  {
	color: #000;
	text-decoration: none;
}

a.label, a.label_active {
	width: 117px;
	height: 22px;
	display: block; 
	float: left;
	margin-right: 20px;
	overflow: hidden;
	background: url('/images/layout/bg-label.gif') no-repeat top left;
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	font-size: 11px;
}

a.label:hover {
	background-position: 0 -22px;
}
a.label_active {
	background-position: 0 -44px;
}
