/* Getting the new tags to behave */
div.article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* Global properties ======================================================== */
body { 
	background: #292f3b; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	color: #000/*8a8989*/;
	min-width: 1000px;
}
body {background: /*url(../images/boy-bg.gif) 0 0 repeat-x*/ #292f3b; }
html, body { height: 100%;}

p { padding: 9px 0; }

.top0 {padding: 0 !important;}
.top { padding-top: 6px; }
.top1 { padding-top: 10px; }
.top2 { padding-top: 20px; }
.top3 { padding-top: 22px; }
.top4 { padding-top: 26px !important; }
.top5 { padding-top: 16px !important; }
.top6 { padding-top: 18px !important; }

.h-top {padding-top: 21px;}

.h-pad {margin-bottom: 26px;}
.h-pad1 {margin-bottom: 24px;}

.bot { padding-bottom: 3px; }
.bot1 { padding-bottom: 11px; }

.margin {margin-top: -6px;}
.margin-bot {margin-bottom: -4px;}

a {	color: #ec6900; outline: none; }
a:hover{ text-decoration: none; }

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
	position: relative;
	z-index:2;
	padding-bottom: 10px;
}

div.centered{width:980px;margin:0 auto;}


/* Header */
div#header{background:#eee;}   
div#header #header-top{height:12px;background:#D3D8DC;}

div#header #header-main{height:124px;background:#F2F3F6;color:#6E798D;}
div#header #header-main .logo{float: left;margin: 35px 0 0 12px;}
div#header #header-main .slogan{float: left;font-size: 16px;margin: 71px 0 0 49px;}
div#header #header-main .flags{float:right;margin: 36px 30px 0 0;}
div#header #header-main .flags a{text-decoration:none;opacity:0.4;margin-left:5px;}
div#header #header-main .flags a:hover, div#header #header-main .flags a.active{opacity:1;}

div#header #header-menu{height:70px;background:#F8F8F8;}
div#header #header-menu ul{float:left;height:70px;}
div#header #header-menu li + li{margin-left:1px;}
div#header #header-menu li{float:left;text-transform:uppercase;font-weight:bold;}
div#header #header-menu li a{font-size:15px;color:#282E3A;display:block;line-height:70px;padding:0 5px;}
div#header #header-menu li a:hover,div#header #header-menu li a.active{background:#282E3A;color:#F8F8F8;}

div#header #header-menu #header_unlogged{color:#282E3A;position:relative;float:right;font-size:12px;margin:5px 0 0 0;}
div#header_logged{color:#282E3A;float:right;font-size:12px;margin:5px 0 0 0;}
div#login_incorrect{background:#FFFFFF;display:none;border: 1px solid #000000;color: #990000;font-size: 10px;left: 0;padding: 5px;position: absolute;text-align: center;top: -34px;}


div#header #header-menu li a{
	transition: all  .25s ease-in-out;
}


/* Content */
div#content {
	background: #eeeeee;
	position: relative;
	z-index: 1;
}			
/* Footer */
div#footer{
	height: 189px;
	background: url(../medias/images/footer--bg.gif) 0 0 repeat-x #292F3B;
}
/* Left & Right alignment */

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both;}

.col-1, .col-2, .col-3, .col-4, .col-5 { float: left;}

.alignright { text-align: right;}
.aligncenter { text-align: center;}

.wrapper { 
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
	/*border-radius:4px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px; 
  background:#dfdfdf;
  color: #000;
  border: medium none;*/
  padding:3px;
  
}

input[disabled],select[disabled]{
	background:#f0f0f0;
	color:#dfdfdf;
}



/*----- other -----*/
.img-indent { margin: 0 24px 0 0; float: left; padding-top: 4px;}
.img-indent1 { margin: 0 20px 0 0; float: left; padding-top: 6px;}
.img-indent2 { margin: 0 22px 0 0; float: left; padding-top: 4px;}

.extra-wrap { overflow: hidden; }
.phone { display: inline-block;	width: 74px; }

/*=============================================================================== text =====*/
h1 {
	font-size: 38px;
	padding: 10px 0;
	position: relative;
	background: url(../medias/images/h2-bg.gif) left bottom repeat-x;
	margin:0 0 7px 0;
}

h2 {
	font-size: 40px;
	line-height: 1.2em;
	color: #292f3b;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px /*-*/7px 0px;
	background: url(../medias/images/h2-bg.gif) left bottom repeat-x;
}
	.bg {background: none;}
h3 {
	font-size: 45px;
	line-height: 1.2em;
	color: #292f3b;
	padding: 11px 0px 10px 0px;
	margin: 0px 0px -7px 0px;
}

h4{
	font-size: 26px;
  line-height: 1.2em;
  padding: 10px 0px 10px 0px;
}

h5 {
	font-size: 21px;
	line-height: 1.2em;
	color: #292f3b;
	padding: 17px 0px 10px 0px;
}
	h5 span {
		display: block;
		margin: -4px 0 0;
	}

.size {font-size: 14px; line-height: 18px;}
.letter {letter-spacing: -1px}
.color {color: #444444;}
.color1 {color: #8a8989;}

.line-height {line-height: 21px;}
/*=================================================================================================================== header =====*/
#menu {background: #e8e8e8;}
#slider {background: #e8e8e8;}


/*================================== menu logged ================================================== */

#menu_logged{background:url(../medias/images/menu_logged_arrow.png) top right no-repeat/* #eeeeee*/;width:980px;margin: 0px auto 0;}
#menu_logged .liens{background:#292F3B;float:right;padding:5px 10px;margin-top:6px;width:960px;position:relative;}
#menu_logged a{color:white;text-decoration:none;font-weight:bold;font-size:0.95em;letter-spacing:1px;margin:0px 10px;}
#menu_logged a:hover{text-decoration:underline;}

#menu_logged a.selected {
	color: #EC6900;
}

#menu_logged #menuaffiliation {
	position:absolute;background:#292F3B;color:#FFF;z-index:999;right:0;top:23px;width:266px;opacity:0.75;
}
#menu_logged #menuaffiliation a{
	display:block;padding:0 2px 2px 2px;
}

/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent { padding: 0px 0px 46px 0px }
.indent1 { padding: 0px 0px 40px 0px }
.indent2 { padding: 0px 0px 43px 0px }
/*=============================================================================== col-indents =====*/
.col-indent { padding-right: 50px; }
.col-indent1 { padding-right: 50px; }
.col-indent2 { padding-right: 44px; }
.col-indent3 { padding-right: 21px; }
.col-indent4 { padding-right: 32px; }
/*=============================================================================== images =====*/
.images {padding: 23px 0 0;}
/*=============================================================================== line-hor =====*/

/*=============================================================================== lists =====*/
.list {
	padding: 20px 0 0;
	margin-bottom: -4px;
		position: relative;
}
	.list li {
		line-height: 18px;
		background: url(../medias/images/list-bg.gif) 1px 2px no-repeat;
		position: relative;
		width: 100%;
	}
		.list li a {
			font-size: 14px;
			color: #ec6900;
			padding-left: 31px;
		}
		.list li span {
			display: block;
			overflow: hidden;
			padding: 0 0 23px 31px;
		}
	.list .last span {padding-bottom: 19px;}
	.list .last1 span {padding-bottom: 9px;}
	.span span {padding-bottom: 26px !important;}

.list1 {padding: 7px 0 0;}
	.list1 dt {
		display: block;
		font-weight: bold;
		color: #444444;
		padding: 19px 0 0;
	}
		.list1 .dt {padding-top: 21px;}
		.list1 .dt1 {padding-top: 25px;}
		.list1 .dt2 {padding-top: 22px;}
		.list1 .dt3 {padding-top: 16px;}

.list2 {}
	.list2 li {
		width: 100%;
		overflow: hidden;
		padding-bottom: 40px;
	}
		.list2 li img {
			float: left;
			margin-right: 22px;
			padding: 4px 0 0;
		}
		.list2 li div {
			overflow: hidden;
		}
			.list2 li div strong {
				color: #444444;
			}
			.list2 li div p {
				padding: 10px 0 0;
			}
	.list2 .last {padding-bottom: 0; margin-bottom: -1px;}
/*=============================================================================== links =====*/
.link {
	line-height: 24px;
	color: #444444;
	font-weight: bold;
	background: url(../medias/images/link-bg.gif) right 10px no-repeat;
	padding-right: 12px;
	text-decoration: none;
	margin: 7px 0 0;
	display: inline-block;
	text-transform: capitalize;
}
	.link:hover {color: #ec6900;}

.block-link {
	font-weight: bold;
	color: #444444;
}
.link_1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	background: #353e4d;
	text-transform: capitalize;
	padding: 3px 15px 5px;
	margin: 0 0 5px 1px;
	text-decoration: none;
	display: inline-block;
}
	.link_1:hover {text-decoration: underline;}
/*.links {
	position: absolute;
	right: 0;
	bottom: -31px;
	display: block;
	height: 23px;
	width: 58px;
	text-decoration: none;
	background: url(../medias/images/links.gif) 0 0 no-repeat;
}*/
/*=============================================================================== gallery =====*/
.gallery {padding: 38px 0 37px 0px; width: 100%; overflow: hidden;}
	.gallery img {
		float: left;
		margin: 0 9px 0 5px;
	}
/*=============================================================================== block =====*/
.block {line-height: 21px;}
.block img {
	padding: 0 0 1px 26px;
	margin: -6px 0 0;
}
/*=============================================================================== contact =====*/
.contact span {
	display: inline-block;
	vertical-align: baseline;
	width: 84px;
}
.contact a {
	font-size: 14px;
}

.company p {
	overflow: hidden;
}
/*=================================================================================================================== footer =====*/
div#footer b {
	font-size: 18px;
	line-height: 1.2em;
	color: white;
	display: block;
	padding: 15px 0 9px;
}
div#footer li {
	font-size: 12px;
	line-height: 28px;
	background: url(../medias/images/footer-a-bg.gif) 0 10px no-repeat;
	padding-left: 12px;
}
div#footer li a {
		color: #b1b6be;
		text-decoration: none;
	}
div#footer li a.selected {
	color: #EC6900;
	text-decoration: none;
}
div#footer strong {
	display: block;
	padding: 51px 0 0;
	color: white;
}
div#footer strong span {
		display: block;
		/*margin: -4px 0 0 2px; */
		font-weight: normal;
	}
div#footer strong span a {
			color: white;
		}
div#footer p {color: white;}

div#footer .col-1 {width: 156px; margin-right: 20px;}
div#footer .col-2 {width: 159px; margin-right: 20px;}
div#footer .col-3 {width: 282px; margin-right: 20px;}
div#footer .col-4 {width: 323px;}



/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#SearchForm {
	padding: 20px 0px 0px 0;
	width:193px;
	float:right;
}
	#SearchForm label {
		display:inline-block;
		vertical-align:top;
		background: url(../medias/images/search-label-bg.gif) 0 0 no-repeat;
	}
	#SearchForm input {
		vertical-align:top;
		border: none;
		background: none;
		text-transform: lowercase;
	}
	#SearchForm .input {
		width: 144px; 
		padding: 7px 0px 8px 10px;
		border: none;
		color: #626262;
	}
#newsletterform {
	background: #e45d16;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.htc);
	position: relative;
	padding: 26px 0px 0px 14px;
	width: 265px;
	height: 60px;
	margin: 0px 0 0;
	border-top: 1px solid #e67a41;
}
	#newsletterform label {
		float:left;
		border:none;
		padding:0px 0 0px 0px;
	}
	#newsletterform span {
		display:block; 
		width:159px;
		padding:0px 10px 0px 10px;
		overflow:hidden;
		background:url(../medias/images/NewsletterForm-input-bg.gif) 0 0 no-repeat; 
		border:none;
	}
	#newsletterform input {
		width:159px; 
		padding:8px 0px; 
		overflow:hidden;
		background:none;
		border:none;
		line-height:14px; 
		color:#8f8f8f;
	}
	#newsletterform a {
		text-decoration:none;
		margin:0px 0 0 4px; 
		float:left;
		display: inline-block;
		background: url(../medias/images/NewsletterForm-a-bg.gif) 0 0 no-repeat;
		height: 25px;
		width: 68px;
		text-align: center;
		font-size: 16px;
		line-height: 1.2em;
		color: #292f3b;
		text-transform: capitalize;
		padding: 6px 0 0;
	}
		#newsletterform a:hover {color: #e45d16;}

#ContactForm {
	padding-top: 22px;
	width: 278px;
}
	#ContactForm label {
		height: 40px; 
		display: block;
		background: url(../medias/images/ContactForm-label-bg.gif) no-repeat 0 0; 
	}
	#ContactForm a {
		background:url(../medias/images/link-left-bg.gif) left top no-repeat; 
		display:inline-block;
		text-decoration:none;
		margin:19px 0 0 6px;
		color:#fff; 
		cursor:pointer; 
		font-size:16px;
		line-height: 1.2em;
	}
		#ContactForm a strong {
			background:url(../medias/images/link-right-bg.gif) right top no-repeat;
			display:inline-block; 
			padding:0 7px;
		}
			#ContactForm a strong strong {
				background:url(../medias/images/link-tail-bg.gif) top repeat-x;
				padding:5px 9px 8px;
			}
		#ContactForm a:hover {color:#ec6900;}
		
	#ContactForm input {
		width: 261px;
		border: none; 
		padding: 6px 8px;
		background: none; 
		color: #8a8989;
		font-size: 12px;
		line-height: 15px;
	}
	#ContactForm textarea {
		width: 261px; 
		height: 345px;
		background: none;
		border: none;
		padding: 0px 8px;  
		color: #8a8989;
		font-size: 12px;
		line-height: 18px;
		overflow: auto; 
	}
	#ContactForm span {
		width: 277px; 
		display: block;
		background: url(../medias/images/ContactForm-textarea-bg.gif) no-repeat 0 0;
		border: none;
		padding: 3px 0px;
	}

/*==========================================*/

div.style-1 div.style-1-head {
    background: url("../medias/style-1/style-1-head.jpg") repeat-x left top #F5F5F5;
    border-color: #DDDDDD;
    border-radius: 10px 10px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #000000;
    display: block;
    /*font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;*/
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
}

div.style-1 div.style-1-body {
    background: url("../medias/style-1/style-1-body.jpg") repeat-x left bottom #FDFDFD;
    border-color: #EEEEEE #DDDDDD #DDDDDD;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;
    padding: 0 18px 18px;
    position:relative;
    
}

div.style-1 ul.style-1-list li {
    border-bottom: 2px solid #EAEAEA;
    height: 38px;
    line-height: 38px;
    padding-left: 4px;
}
div.style-1 ul.style-1-list li.lastItem {
    border: medium none;
}

div.style-1 ul.style-1-list a {
    background: url("../medias/style-1/more-span-bg.png") no-repeat scroll left -30px transparent;
    color: #272727;
    font-weight: bold;
    padding-left: 15px;
}
div.style-1  div.test-author {
    font-weight: bold;
    text-align: right;
}

div.style-1 a.moduleItemReadMore {
    background: url("../medias/style-1/more-bg-1.png") repeat-x left bottom transparent;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 2px #D4D4D4;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    padding: 8px 10px;
}
div.style-1 a.moduleItemReadMore:hover {
		background-position: left top;
    border: medium none;
    color: #FFFFFF;
    margin: 1px;
}

div.style-1 a.moduleItemReadMore:hover span {
    background-position: right 3px;
}
div.style-1  a.moduleItemReadMore span {
    background: url("../medias/style-1/more-span-bg.png") no-repeat scroll right -29px transparent;
    padding-right: 20px;
}