/* ========================== CSS Reset ========================== */
* {
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: middle;
}

/* ========================== General Styles ========================== */
body {
	background: #FFF url("/images/css/bg_body.jpg") repeat-x top left;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 1000px;
}

.alert {
	color: #9F090A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border:none;
}

.warning {
	background: #eeeeee url(/images/css/warning.png) center no-repeat;
	background-position: 5px 50%;
	border-bottom: 2px solid #9F090A;
	border-top: 2px solid #9F090A;
	margin:0px 15px 0px 2px;
	padding: 5px 20px 5px 45px;
	text-align: justify;
	color:#31353E;
}

.information {
	background: #eeeeee url(/images/css/info.png) center no-repeat;
	background-position: 15px 50%; 
	border-bottom: 2px solid #003399;
	border-top: 2px solid #003399;
	padding: 5px 20px 5px 45px;
	text-align: left;
	color:#31353E;
}

.tip {
	background: #eeeeee url(/images/css/tip.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	border-bottom: 2px solid #31353E;
	border-top: 2px solid #31353E;
	padding: 5px 20px 5px 45px;
	margin:0px 0px 0px 2px;
	text-align: justify;
	color:#31353E;
}

a {
	color: #3f454f; 
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

h2 {
	color: #FB5404;
	font-size: 21px;
}

h3 {
	color: #F60;
	font-size: 16px;
}

h3.blue-f {
	color: #20b2c5;
	font-size: 16px;
	text-transform:uppercase;
}

h3.blue-j {
	color: #516cb5;
	font-size: 16px;
	text-transform:uppercase;
}

h3.green {
	color: #7CA600;
	font-size: 16px;
	text-transform:uppercase;
}


h4 {
	color: #3f454f;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4.yellow {
	color: #f08b34;
	font-size: 14px;
}
h5 {
	color: #3f454f;
	font-size: 13px;
	margin-bottom: 12px;
}

h6 {
	color: #415e7e;
	font-size: 12px;
}

iframe {
	margin-bottom: 15px;
}

img { margin-bottom: 10px; 
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

ol {
	list-style-type: none;
}


ol li {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 8px 0 8px 30px;
}

ol li.first {
	background: #FFF url("/images/css/ol_1.png") no-repeat 3% 50%;
		
}

ol li.second {
	background: #FFF url("/images/css/ol_2.png") no-repeat 3% 50%;
}

ol li.third {
	background: #FFF url("/images/css/ol_3.png") no-repeat 3% 50%;
}

ol li.fourth {
	background: #FFF url("/images/css/ol_4.png") no-repeat 3% 50%;
}
ol li.fith {
	background-color: #FFF;
	background-image: url(/images/css/ol_5.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}
ol li.sixth {
	background-color: #FFF;
	background-image: url(/images/css/ol_6.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}
ol li.seventh {
	background-color: #FFF;
	background-image: url(/images/css/ol_7.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}


ol li:hover {
	background-color: #e6f0fb;
}

p, li {
	color: #898989;
	font-size: 12px;
	line-height: 18px;

}

ul {
	list-style-position: inside;
	list-style-type: disc;
}

.puce {
	color: #ffffff;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(/images/css/puce.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0px 10px 8px 5px;
}

.puce2 {
	color: #ffffff;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(/images/css/puce.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0px 6px 6px 5px;
}


.clear {
	clear: both;
}

.left-orange {
	color: #FF6600;
	font-size: 20px;
	margin-bottom: 10px;
}
.titre-orange {
	color: #FF6600;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
}
.titre-vert-adhesion {
	color: #7CA600;
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
}

.titre-bleu-adhesion {
	color: #20b2c5;
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
}

.titre-turquoise-adhesion {
	color: #516cb5;
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
}

.orange {color: #FF6600;}


/* ========================== Info Column Styles ========================== */
#infoColumn {
	background: url("/images/css/bg_infoColumn2.jpg") no-repeat top left;
	float: left;
	position: relative;
	width: 161px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 45px;
	padding-left: 30px;
}

#infoColumn h1 {
	margin-top: 25px;
	text-indent: -9999px;
}

#infoColumn h1 a {
	background: url("/images/css/logo-blanc3.png") no-repeat top left;
	display: block;
	height: 180px;
	width: 164px;
	float: s;
}

#infoColumn #languages {
	height: 28px;
	margin: 103px 0 33px 0;
	overflow: hidden;
	padding-top: 12px;
	width: 161px;
}

#infoColumn #languages a {
	background: url("/images/css/button_arrow.jpg") no-repeat top left;
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999px;
	width: 21px;
}

#infoColumn #languages p {
	color: #3f454f;
	float: right;
	font-size: 11px;
	padding-right: 28px;
}

#infoColumn ul, .location {
	list-style: none;
	list-style-position: outside;
	margin-bottom: 20px;
}

#infoColumn ul li, .location li {
	color: #898c8d;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0;
}


/* ========================== Content Styles ========================== */
#content {
	background: url("/images/css/bg_content.jpg") no-repeat top left;
	float: left;
	padding-top: 8px;
	width: 781px;
}

#content #slideshow {
	height: 240px;
	margin: 0 -23px;
	overflow: hidden;
}

#contentWrapper {
	background: url("/images/css/bg_contentWrapper.png") no-repeat bottom right;
	z-index: 10;
	padding-top: 0;
	padding-right: 33px;
	padding-bottom: 0;
	padding-left: 23px;
}

/* ========================== Main Navigation Styles ========================== */
#mainNav {
	float: left;
	height: 29px;
	list-style: none;
	list-style-position: outside;
	margin-top: 10px;
}

#mainNav li {
	background: url("/images/css/bg_mainNav.jpg") no-repeat bottom right;
	float: left;
	height: 29px;
	margin: 0;
	padding: 0 5px 0 5px;
}

#mainNav li a {
	color: #d1d6de;
	font-size: 11px;
	line-height: 27px;
	text-transform: uppercase;
}

#mainNav li.active {
	background-color: #FFF;
}

#mainNav li.active a, #mainNav li.active a:hover {
	color: #353434;
}

#mainNav li a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ========================== Search Form Styles ========================== */
.searchForm {
	float: right;
	margin-top: 6px;
	width: 190px;

}

.searchForm div {
	float: left;
}

.searchForm input {
	background-color: #d8e6f7;
	border: 1px solid #687891;
	color: #46596e;
	font-size: 10px;
	padding: 3px 2px 3px 2px;
	width:65px;
}


.searchForm input.submit {
	background: url("/images/css/submit_search.jpg") no-repeat top left;
	border: none;
	display: block;
	height: 21px;
	margin: 2px 0px 0px 3px;
	padding: 0;
	width: 23px;
}

/* ========================== Main Content Styles ========================== */
#mainContent {
	clear: left;
	float: left;
	margin-right: 20px;
	padding: 25px 0 0 0;
	width: 470px;
}

/* ========================== Full Width Content Styles ========================== */
#full_width_content {
	clear: left;
	/*overflow: hidden;*/
	float: left;
	width: 725px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#full_width_iframe_content {
	clear: left;
	/*overflow: hidden;*/
	float: left;
	width: 750x;
	margin:0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	float: right;
	padding: 25px 0 10px 0;
	width: 235px;
}

#sidebar p, #sidebar a {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

#sidebar li {
	font-size: 12px;
	line-height: 16px;
	color: #FF6600;
}
#sidebar li a{
	font-size: 12px;
	line-height: 16px;
	color: #FF6600;
	text-decoration:none;
}

#sidebar h3 {
	margin-bottom: 12px;
	font-size: 20px;
}

#sidebar .button {
	line-height: 19px;
	color: #CCCCCC;
}

#sidebar h5 {
	font-size: 11px;
	font-weight: bold;
}

/* ========================== Sort Div Styles ========================== */
#sort {
	overflow: hidden;
	width: 725px;
}

#sort select, #sort p {
	float: right;
}

#sort select {
	margin-left: 8px;
}

#sort p {
	margin-top: 1px;
}

.paginator {
	clear: both;
	float: right;
	margin-bottom: -10px;
}

.paginator p, .paginator ul, .paginator li {
	float: left;
}

.paginator ul {
	list-style: none;
	margin-left: 5px;
}

.paginator li {
	margin-left: 5px;
}

.paginator li a {
	color: #898c8d;
}

.paginator li a:hover, .paginator li a.active {
	color: #415e7e;
	text-decoration: underline;
}

/* ========================== Boxes Styles ========================== */
.boxes {
	list-style: none;
}

.box {
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
	width: 235px;
}
.box-bottom {
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
	width: 235px;
}
.box-atouts {
	float: left;
	margin-bottom: 8px;
	margin-right: 15px;
	width: 220px;
}
.table-adhesion {
	
	border: 1px dotted #999;
}


.box-bottom.last {
	margin-right: 0;
}
.box.last {
	margin-right: 0;
}

.box .social {
	float: right;
}

.box .role {
	clear: left;
}

.boxes.team h4 {
	float: left;
	margin-bottom: 2px;
}

/* ========================== Social List Styles ========================== */
.social {
	list-style: none;
	margin-bottom: 0;
}

.social li {
	float: left;
}

.social li a {
	background: url("/images/css/social_icons.jpg") no-repeat top left;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}

.social li a[title="Twitter"] {
	background-position: -20px 0;
}

.social li a[title="Facebook"] {
	background-position: -40px 0;
}

.social li a[title="Stumble"] {
	background-position: -60px 0;
}

/* ========================== Folio Details Styles ========================== */
.folioDetails {
	background-color: #c8cfcd;
	height: 255px;
	overflow: hidden;
	width: 725px;
}

.folioDetails img {
	margin-bottom: 0;
}

.folioDetails img.left {
	margin-right: 9px;
}

.folioDetails .container {
	float: right;
	padding: 9px 9px 0 0;
	width: 226px;
}

.folioDetails .container img {
	margin-bottom: 11px;
}

.folioDetails p, .folioDetails h6 {
	clear: left;
	color: #454b53;
	font-size: 11px;
}

.folioDetails p, .folioDetails .button {
	margin-bottom: 11px;
}

.folioDetails h6 {
	font-weight: bold;
}

.folioDetails .button {
	float: left;
}

.folioDetails .social {
	float: right;
}

.folioDetails .social a {
	background-image: url("/images/css/social_icons_folio.jpg");
}

.folioDetails .phone {
	background: url("/images/css/phone.jpg") no-repeat left center;
	padding-left: 20px;
}

.folioDetails .button {
	background-image: url("/images/css/button_folio.jpg");
}

.back {
	float: right;
}

/* ========================== News List Styles ========================== */
.news {
	list-style: none;
	list-style-position: outside;
}

.news li {
	margin-bottom: 25px;
}

.date {
	font-size: 11px;
	margin-bottom: 0;
}

.news h5 {
	color: #3f454f;
	font-weight: bold;
}

.news .imgContainer {
	background-color: #3f454f;
	float: left;
	margin-right: 15px;
}

.news .imgContainer img {
	margin: 0;
}

.news .imgContainer p {
	color: #FFF;
	font-size: 11px;
	margin: -1px 6px 6px 6px;
	text-align: center;
}

/* ========================== Content Footer Styles ========================== */
#contentFooter {
	clear: both;
	height: 30px;
	overflow: hidden;
	padding-top: 18px;
}

#contentFooter p {
	color: #6e7582;
	float: left;
	font-size: 11px;
}

#contentFooter ul {
	float: right;
	list-style: none;
}

#contentFooter ul li {
	float: left;
}

#contentFooter .button {
	background-image: url("/images/css/button_footer.jpg");
	line-height: 21px;
}

#contentFooter .button[title="Follow Us"] {
	background-image: url("/images/css/button_twitter.jpg");
	padding-left: 25px;
}

#contentFooter .rss {
	background: url("/images/css/button_rss.jpg") no-repeat top left;
	display: block;
	height: 17px;
	text-indent: -9999px;
	width: 48px;
}
#contentFooter a {text-decoration: none; color: #6e7582; 	font-size: 11px;}
#contentFooter a:hover {text-decoration: underline;}
/* ========================== Footer Styles ========================== */
#footer {
	background-color: #30353e;
	clear: both;
	margin-top: -45px;
}

#footer div{
	margin: 0 auto;
	padding: 20px 0 27px 45px;
	text-align: left;
	width: 980px;
}

#footer p {
	color: #6e7582;
	font-size: 11px;
}
#footer a{
	color: #6e7582;
	font-size: 11px;
	text-decoration:none;
}

/* ========================== DropDown Menu Styles ========================== */
/*.dropdown {
	background-color: #eef1f0;	
	display: none;
	left: 35%;
	position: absolute;
	top: 350px;
	z-index: 100;
}

.dropdown li {
	background: #eef1f0;
	padding: 25px;
	width: 250px;
	list-style-type: none;
}

.dropdown li a {
	color: #3f454f;
	display: block;
	font-size: 11px;
	/*height: 39px;
	line-height: 39px;
	padding-right: 28px;
	text-align: right;
} */
	
.dropdown li:hover {
	background-color: #d7dcda;
}

.dropdown li a:hover {
	text-decoration: none;
}

#stats_referer{float:left;width:100%;height:400px;margin:0;padding:0 5px 0 0 ;}
#stats_months{float:left;width:100%;height:400px;margin:0;padding:0 ;}
#stats_ref_months{float:left;width:100%;height:400px;margin:0;padding:5px 12px 0 0;}
/* ========================== Temoignages Styles ========================== */


/*#more {
	overflow: hidden;
	float: left;	
}

#more a {
	background: url("images/button.jpg") no-repeat top left;
	display: block;
	float: left;
	height: 21px;	
	width: 200px;
	color : #ffffff;
	font-size : 11px;
	text-decoration : none;
	padding-left:5px;
}

#more p {
	color: #3f454f;
	float: right;
	font-size: 11px;
	
}*/


