img, div, a, input { behavior: url(iepngfix.htc) }
/* ------------------------------------------------------------------------------------ */
/*                                          style                                       */
/* ------------------------------------------------------------------------------------ */

h1,h2,{
	padding:0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3,h4,h5{
	padding:0px;
	margin: 0px;
}
h1 {
	font-size:16px;
	font-weight:bold;
	color: #6AACDA;
}
h2 {
	font-size:15px;
	font-weight:bold;
	color: #6AACDA;

}
h3 {
	font-size:13px;
	font-weight:bold;
}

strong{
	font-weight:blod;
}

a, a:visited{
	text-decoration:none;
	color:#666;
}

.clear{
	clear:both;
	margin:0px;
}
.colorciel{
	color: #6AACDA;
}

/* You Will See This: */

:-moz-any-link:focus {
  outline: 1px dotted invert;
}

/* Change It To This: */

:-moz-any-link:focus {
  outline: none;
}

.newsletter{
	font-size: 14px;
	text-align: right;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	line-height: 38px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------------------------------------------------------------------ */
/*                                          structure                                   */
/* ------------------------------------------------------------------------------------ */

html {
	height: 100%;
}

body {
	font-family:Helvetica, Arial;
	height: 100%;
	background-color: #fff;
	text-align: left;
	color: #333;
	font-size: 14px;
}

#wrapper {
	min-height: 100%;
	min-width:940px;
	position: relative;
	height: auto !important;
	height: 100%;
}

/*workaround for IE*/
* html #wrapper {
	height: 100%;
	min-width:940px;
}

#page_wrapper{
	text-align:left;
	width:940px;
	background-color:transparent;
	margin:auto;
	zoom:1;
}

#page_wide_header{
	margin:0px;
	padding:0px;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:100px;
}

#page_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ------------------------------------------------------------------------------------ */
/*                                         header                                       */
/* ------------------------------------------------------------------------------------ */
div#header{
	float: left;
height: 100px;
margin: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 20px;
width: 100%;
}

div#header div#header_left{
	/*background-color:#053260;*/
	float:left;
	background-color:#fff;
	width:250px;
	height:100px;
	padding:0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

#div#header div#header_right{
	width:690px;
	margin-left: 0px;
	padding-left: 0px;
	float:left;
}
div#header div#header_right ul{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 1px;
}
div#header div#header_right ul li{
	display:block;
	float:left;
	margin-right:2px;
	padding-top:15px;
	margin-left: 9px;
}

/*div#header div#header_right{
	float:right;
	width:690px;
	margin:0px;
	padding:0px;
}*/


/* ------------------------------------------------------------------------------------ */
/*                                          left                                        */
/* ------------------------------------------------------------------------------------ */

#left{
	float:left;
	background-color:transparent;
	width:250px;
	padding-top:62px;
}

#left div.block{
	margin-bottom:40px;
}

#left h3{
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:right;
	border-bottom:1px solid #84b5e9;
	margin-bottom:10px;
}

#left ul{
	margin:0px;
	padding:0px;
	text-align:right;
	color:#999;
}

#left ul li{
	font-size:100%;
	padding-top:3px;
	padding-bottom:3px;
}

#left ul li a, #left ul li a:visited{
	color:#6aacda;	
}

#left ul li a:hover{
	color:#053260;
}

#left ul li.current_page_item a{
	color:#053260;
	font-weight:bold;
}

#left ul li.current-cat a{
	font-weight:bold;
	color:#053260;
}

ul.jobs_cat li a{
	
}

/* ------------------------------------------------------------------------------------ */
/*                                        content                                       */
/* ------------------------------------------------------------------------------------ */
#content{
	float:right;
	width:690px;
	margin-top:15px;
}

#ads_row{
	width:690px;
	margin-left: 0px;
	padding-left: 0px;
	float:left;
}
#ads_row ul{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 1px;
}
#ads_row ul li{
	display:block;
	float:left;
	margin-right:2px;
	padding-top:15px;
	margin-left: 9px;
}

/* ------------------------------------------------------------------------------------ */
/*                       main (partie centrale ou vient le contenu)                     */
/* ------------------------------------------------------------------------------------ */
#main{
	float:left;
	margin:auto;
	width:420px;
	margin-right:20px;
	padding-left:30px;
	background-color:transparent;
	padding-top:62px;
	text-align:justify;
}

#sidebar{
	/*background-color:#E4F2FD;*/
	float:right;
	width:200px;
}

#main h2{
	margin-bottom:20px;
}

#main h3{
	color:#053260;
}

#main h3 a, #main h3 a:visited{
	display:block;
	margin-bottom:0.3em;
	color:#053260;
}

#main h3 a:hover{
	background-color:#E4F2FD;
}

#breadcrumb{
	font-size:85%;
	margin-bottom:5px;
	padding:8px;
	height:30px;
	background-image: url("../assets/breadcrumb_bkgr.gif");
	background-repeat: repeat-x;
	background-position:left top;
}

ul.navigation{
	margin:0px;
	display:block;
	height:30px;
}

ul.navigation li{
	display:block;
	float:left;
	margin-right:20px;
}

div.post{
	color:#333;
	border-top:1px dotted #aaa;
	display:block;
	margin-bottom:30px;
}

#sidebar div.block{
	background-image: url("../assets/block_bkgr.gif");
	background-repeat: repeat-x;
	background-position:left top;
	margin-bottom:1px;
}

div.block_search{
	height:30px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom:1px;
}

#searchform{
	float:right;
}

.post_id{
	color:#999;
	font-size:85%;
	margin-bottom:10px;
}
.post_left{
	float: left;
	color: #6AACDA;
}

.post_right{
	float: right;
}

small{
	color:#84b5e9;
}

.entry{
	font-size:87%;
}


ul.contacts{

	padding-top:20px;
	margin:0px;
}

ul.contacts li{
	border-top:1px dotted #ddd;
	padding-top:5px;
	padding-bottom:5px;
}

ul.contacts li label{
	float:left;
	width:200px;
}

ul.contacts li label a, ul.contacts li label a:visited{
	font-weight:bold;
	color:#333;
}

ul.contacts li label a:hover{
	text-decoration:underline;
}

/* ------------------------------------------------------------------------------------ */
/*                                          news                                         */
/* ------------------------------------------------------------------------------------ */
.post_preview{
	border-top:1px dotted #aaa;
	padding-bottom:20px;
}

.post_preview h3{
	
}

.post_preview div.tags{
	font-size:85%;
	padding-bottom:10px;
}

.post_preview div.post_content{
	color:#777;
}

a.more-link{
	margin-top:5px;
	display:block;
	text-indent: -9999px;
	width:100px;
	height:20px;
	background-color:transparent;
	background-image: url(../assets/more_link_bkgr.gif);
	background-repeat: no-repeat;
	background-position:right top;
	clip: rect(auto,0px,auto,auto);
}

a.more-link:after{
	content:'.';
	display:block;
	clear:both;
}

li.next_page a{

	display:block;
	text-indent: -9999px;
	width:130px;
	height:20px;
	background-color:transparent;
	
	background-image: url("../assets/next_page.gif");
	background-repeat: no-repeat;
	background-position:left top;
}

li.previous_page a{

	display:block;
	text-indent: -9999px;
	width:130px;
	height:20px;
	background-color:transparent;
	
	background-image: url("../assets/previous_page.gif");
	background-repeat: no-repeat;
	background-position:left top;
}
/* ------------------------------------------------------------------------------------ */
/*                                     last_minute                                      */
/* ------------------------------------------------------------------------------------ */
.last_minute{
	font-size:85%;
	padding:8px;
	background-color:#FFF !important;
	margin-top: 10px;
}

.last_minute h2{
	color:#333;
	font-weight:bold;
	font-size:14px;
	border:none;
	text-align:right;
	margin-bottom:10px;
}

.last_minute h3{
	color:#666;
	font-weight:bold;
	font-size:12px;
}

.last_minute p{
	color:#5b94bb;
	font-weight:normal;
	border:none;
}

/* ------------------------------------------------------------------------------------ */
/*                                     most_popular                                     */
/* ------------------------------------------------------------------------------------ */
ul.most_popular{
	font-size:85%;
	padding:10px;	
}

ul.most_popular h2{
	color:#333;
	font-weight:bold;
	font-size:14px;
	border:none;
	text-align:right;
	margin-bottom:10px;
}

ul.most_popular h3{
	color:#666;
	font-weight:bold;
	font-size:12px;
}

ul.most_popular p{
	color:#5b94bb;
	font-weight:normal;
	border:none;
}
/* ------------------------------------------------------------------------------------ */
/*                                          footer                                      */
/* ------------------------------------------------------------------------------------ */


#footer{
	padding-top:10px;
	font-size:78%;
	}

#footer #copyright{
	
}


