/* Encodé en UTF-8 */



/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body, blockquote {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -10000px;
}

.clear{
	clear: both;
}

textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}


/* Begin Typography & Colors */
html {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #08C0E0 url('/wp-content/themes/afm/images/body-bg.png') repeat-x 0 0;
	color: #069eb8;
	height: 100%;
	}

	
/* Page */	
#page {
	min-height: 100%; 
	background: url('/wp-content/themes/afm/images/html-bg.png') repeat-x 0 100%;
}

/* Header */
#header {
	height: 120px;
	min-height: 120px;
	background: url('/wp-content/themes/afm/images/body-bg.png') repeat-x 0 0;
}
#sub-header {
	position: relative;
	width:980px;
	margin:0 auto;
}

#logo a{
	display: block;
	width: 187px;
	height: 116px;
	position: absolute;
	top: 0;
	left: 4px;
	background: url('/wp-content/themes/afm/images/logo.png') repeat-x 0 0;
}


/* NAV LANG*/
#header ul#lang-nav{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
}
#header ul#lang-nav li{
	display: inline;
	list-style: none;
	text-transform: uppercase;
	padding: 0 6px;
	background: url('/wp-content/themes/afm/images/navlang-sepa.png') no-repeat 0 4px;
	font-size: 1em;
}
#header ul#lang-nav li.first{
	background: none;
}
#header ul#lang-nav li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}
#header ul#lang-nav li.active a,
#header ul#lang-nav li a:hover{
	border-bottom: 1px solid #83C9D5;
}

/* NAV */
#header ul#nav{
	position: absolute;
	top: 38px;
	right: 4px;
	color: #fff;
	padding-right: 2px;
	background: url('/wp-content/themes/afm/images/nav-sepa.png') no-repeat 100% 0;
}
#header ul#nav li{
	display: block;
	float: left;
	height: 55px;
	list-style: none;
	background: url('/wp-content/themes/afm/images/nav-sepa.png') no-repeat 0 0;
	padding-left: 2px;
}
#header ul#nav li a{
	display: block;
	float: left;
	height: 55px;
	background: url('/wp-content/themes/afm/images/nav-en.png') no-repeat 0 0;
}

	
	ul#nav li a#nav-id-15, 
	#nav li a#nav-id-15:visited {
		width: 110px;		
		background-position: 0px 0;
	}
	
	ul#nav li a#nav-id-15:hover, 
	ul#nav li.active a#nav-id-15 {
		background-position: 0px -55px;
	}
	
	ul#nav li a#nav-id-5, 
	#nav li a#nav-id-5:visited {
		width: 114px;		
		background-position: -110px 0;
	}
	
	ul#nav li a#nav-id-5:hover, 
	ul#nav li.active a#nav-id-5 {
		background-position: -110px -55px;
	}
	
	ul#nav li a#nav-id-7, 
	#nav li a#nav-id-7:visited {
		width: 134px;		
		background-position: -224px 0;
	}
	
	ul#nav li a#nav-id-7:hover, 
	ul#nav li.active a#nav-id-7 {
		background-position: -224px -55px;
	}
	
	ul#nav li a#nav-id-13, 
	#nav li a#nav-id-13:visited {
		width: 87px;		
		background-position: -358px 0;
	}
	
	ul#nav li a#nav-id-13:hover, 
	ul#nav li.active a#nav-id-13 {
		background-position: -358px -55px;
	}
	
	ul#nav li a#nav-id-10, 
	#nav li a#nav-id-10:visited {
		width: 103px;		
		background-position: -445px 0;
	}
	
	ul#nav li a#nav-id-10:hover, 
	ul#nav li.active a#nav-id-10 {
		background-position: -445px -55px;
	}

ul#nav  li a span {
	position: absolute;
	left: -5000px;
}

/*** CONTENT ***/

#content {
	width: 975px;
	padding: 0 2px;
	margin:0 auto;
	background: url('/wp-content/themes/afm/images/content-box-bg.png') repeat-y center 0;
	padding-bottom: 3px;
}

#content h1 {
	font-size: 1.8em;
	background: url('/wp-content/themes/afm/images/content-h1-bg.png') repeat-x 0 0;
	margin: 0 2px;
	height: 58px;
	line-height: 54px;
	color: #bdf59e;
	font-weight: normal;
	padding: 0 15px;
	font-family: Trebuchet, helvetica, Arial, Verdana, Sans-Serif;
}
#content h2 {
	font-size: 1.7em;
	color: #04849a;
	font-weight: bold;
}
#content h3 {
	font-size: 1.6em;
	font-weight: bold;
}
#content h4 {
	font-size: 1.5em;
	color: #04849a;
	font-weight: normal;
}
#content a{
	font-size: 1.4em;
	color: #fba222;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}

#content p{
	font-size: 1.4em;
	line-height: 140%;
	margin: 12px 0;
	text-align: justify;
}

#content ul,
#content ol {
	margin: 8px 0 8px 26px;
}

#content li {
	font-size: 1.4em;
	margin: 3px 0;
}

#content ul li {
	list-style: none;
	background: url('/wp-content/themes/afm/images/puce-1.png') no-repeat 0 3px;	
	padding: 0 0 0 16px;
}
#content ol li {
	list-style-position: inside;
}

#content p a,
#content li a,
#content td a,
#content li li,
#content li p,
#content li h1,
#content li h2,
#content li h3{
	font-size: 1em;
}

#content strong{
	color: #04849a;
}


/*** PAGES NORMALeS ***/	
	
.content-box{
	padding: 2px 10px 6px;
	margin: 0 7px 0;
	background: url('/wp-content/themes/afm/images/home-box-bottom-gradient.png') repeat-x 0 100%;
	color: #04849a;
}
.content-bottom{
	width: 975px;
	padding: 0 2px;
	margin: 0 auto;
	background: url('/wp-content/themes/afm/images/content-box-bottom.png') no-repeat center 0;
	height: 4px;
}


/*** HOME ***/	
	
.home-picture{
	float: left;
	height: 265px;
	width: 605px;
	background: url('/wp-content/themes/afm/images/home-picture-bg.png') no-repeat 0 0;
}
.home-picture img{
	margin: 10px 0 0 15px;
}

body.home #content{
	background: none;
	width: 980px;
	padding: 0;
}
body.home .content-bottom{
	background: none;
}
.home-box-content{
	float: right;
	width: 369px;
	background: url('/wp-content/themes/afm/images/home-box-bg.png') repeat-y 0 0;
	padding-bottom: 4px;
}
.home-box-bottom{
	clear: right;
	width: 369px;
	float: right;
	background: url('/wp-content/themes/afm/images/home-box-bottom.png') no-repeat 0 0;
	height: 4px;
}
body.home #content .home-box-content h1{
	text-align: center;	
}
body.home #content .home-box-content p{
	text-align: left;	
}

/*** NEWS ***/
#content ul.news{
	margin: 0;
	padding: 0;
}
#content ul.news li{
	padding: 5px 3px;
	margin: 0;
	font-size: 1em;
	background: url('/wp-content/themes/afm/images/news-li-sepa.png') repeat-x 0 100%;
}
#content ul.news li:hover{
	background-color: #F7F7F7;
}
#content ul.news li p{
	font-size: 1.4em;
}
#content ul.news li p.post-infos{
	position: relative;
	color: #04849a;
	font-size: 1.3em;
	margin: 0 0 6px;
}
#content ul.news li p.post-infos strong{
	position: relative;
}
#content ul.news li p.post-infos span{
	position: absolute;
	right: 0;
	top: 0;
	color: #fba222;	
}
#content ul.news li h2 a{
	font-size: 2em;
	color: #04849a;
	text-decoration: none;
	margin: 0;	
}
#content ul.news li h2{
	position: relative;
}
#content ul.news li h2 a strong{
	font-size: 0.7em;
	font-weight: normal;
	/*position: absolute;
	right: 0;
	top: 0;*/
	color: #fba222;
}
#content ul.news li p.more{
	text-align: right;
}
#content ul.news li p.more a{
	color: #d9840a;
	text-decoration: none;
}
#content ul.news li p.more a span{
	color: #08c0e0;
	padding-left: 4px;
	text-decoration: underline;
}

#content ul.news li p.more a:hover span {
	text-decoration: none;
}



/*** CONTACT ***/
#googlemap{
	float: left;
	width: 300px;
	height: 315px;
	position: relative;
}
#content #googlemap h2{
	font-size: 1.4em;
	font-weight: normal;
	margin: 5px 0 0;
}
#googlemap a{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 302px;
	height: 290px;
	font-size: 1.1em;
	color: #04849A;
	text-align: right;
}
#googlemap a img{
	border: 1px solid #B0B0B0;
}
#googlemap a span{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 292px;
	background: url('/wp-content/themes/afm/images/trans-bg.png') repeat 0 0;
	padding: 6px 4px;
	text-align: right;
	margin: 0;
}






form#contactform{
	float: right;
	width: 620px;
}
#content form#contactform p{
	margin: 6px 0;
}
#content label{
	display: block;
	font-size: 1.1em;
}

#content .comment{
	border: 1px solid #B0B0B0;
	background: #fff;
	color: #069eb8;
	font-size: 1em;
	padding: 3px 2px;
}
#content .comment:focus{
	border: 1px solid #FBA222;
}

#content .halfp{
	width: 48%;
	float: left;
}

#content .halfp2{
	float: right;
}

#content input.comment,
#content textarea.comment{
	width: 100%;
}

#content p.p-submit{
	text-align: right;
}
#content input.submit{
	border: 0;
	width: 105px;
	height: 35px;
	background: url('/wp-content/themes/afm/images/contact-submit-en.png') no-repeat 0 0;	
	font-size: 0.001em;
	padding-top: 18px;
	color: #08C0E0;
	outline: none;
	cursor: pointer;
}

body.page-template-contact-php #content p.msg-ok{	
	float: right;
	width: 530px;
	margin: 25px 0 0;
	padding: 15px 15px 15px 60px;
	background: #f9fafc url('/wp-content/themes/afm/images/ico-ok.png') no-repeat 15px 45%;		
	border: 1px solid #ddd;
}
body.page-template-contact-php #content ul.msg-err{	
	width: 548px;
	margin: 25px 0 0 321px;
	padding: 15px 15px 15px 60px;
	background: #FBF7F7 url('/wp-content/themes/afm/images/ico-err.png') no-repeat 15px 45%;
	border: 1px solid #E53333;
	color: #A35050;
}
body.page-template-contact-php #content ul.msg-err li{	
	background: none;
}

/*** SINGLE POST ***/
#content p.navigation{
	margin: 30px 0 0;
	padding: 8px 0 22px;
	color: #FBA222;
}
#content p.navigation span.alignleft{
	float: left;
}
#content p.navigation span.alignright{
	float: right;
}
#content p.navigation span a{
	color: #08c0e0;
	text-decoration: underline;
	font-size: 0.9em;
}
#content p.navigation span a:hover{
	text-decoration: none;
}



/* Commentaires */

form#commentform,
.comments-box{
	background: url('/wp-content/themes/afm/images/news-li-sepa.png') repeat-x 0 0;
	padding-top: 10px;
}
#content  h2.light{
	text-transform: uppercase;
	font-weight: normal;
	color: #069eb8;
}
#content  h2.light span{
	text-transform: none;
	font-size: 0.8em;
}

#content ol.comments{
	margin: 0;
	padding: 0;
}
#content ol.comments li{
	margin: 0;
	padding: 4px 0;
	list-style: none;
	font-size: 1em;
}
#content ol.comments li p{
	font-size: 1.2em;
	margin: 4px 0;
}

#content p.comment-infos{
	color: #04849a;
	font-size: 1.2em;
	font-weight: bold;
}

#content p.comment-infos span{
	color: #fba222;
	font-size: 1.2em;
	font-weight: normal;
}

/*** IMAGES ***/
#content p img {
	padding: 0;
	max-width: 100%;
	border: 3px solid #D3D3D3;
}
#content img.centered {
	display: block;
	margin: 6px auto;
}

#content img.alignright {
	margin: 0 0 6px 12px;
	display: inline;
}

#content img.alignleft {
	margin: 0 12px 6px 0;
	display: inline;
}

#content .alignright {
	float: right;
}

#content .alignleft {
	float: left;
}

	
/* Footer */
#spacer-footer {
	height: 430px;
	clear: both;
}


#footer {
	width: 980px;
	height: 424px;
	margin: -424px auto;
	position: relative;
}

/* BASELINE */
#footer blockquote{
	position: absolute;
	top: 5px;
	left: 4px;
	height: 35px;
	width: 972px;
	color: #fff;
	font-family: Trebuchet, helvetica, Arial, Verdana, Sans-Serif;	
	font-size: 1.3em;
	background: url('/wp-content/themes/afm/images/baseline.png') no-repeat 0 0;
	text-align: center;
	line-height: 35px;
}


/* Footer news */
#footer-news {
	position: absolute;
	top: 61px;
	left: 4px;
	width: 598px;
	height: 275px;
	color: #fff;
	background: url('/wp-content/themes/afm/images/footer-news-bg.png') no-repeat 0 0;
}
#footer-news h2 {
	position: absolute;
	top: 20px;
	left: 23px;
	height: 30px;
	width: 300px;
	background: url('/wp-content/themes/afm/images/footer-news-h2-en.png') no-repeat 0 0;
}
#footer-news ul {
	position: absolute;
	top: 65px;
	left: 23px;
	width: 540px;
}
#footer-news ul li {
	position: relative;
	list-style: none;
	padding: 0 0 0 70px;
	min-height: 60px;
	margin: 0 0 20px;
	font-size: 1em;
}
#footer-news ul li h3 {	
	color: #03b1cf;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 3px;
}
#footer-news ul li h3 a {	
	color: #03b1cf;
	font-size: 1em;
	text-decoration: none;
}
#footer-news ul li p {
	color: #fff;
	font-size: 1.2em;
}
#footer-news ul li p.date-news {
	position: absolute;
	top: 0;
	left: 0;
	background: url('/wp-content/themes/afm/images/footer-news-date.png') no-repeat 0 0;
	height: 52px;
	width: 60px;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}
#footer-news ul li p.date-news span {
	display: block;
	font-size: 3em;
	margin-top: -6px;
}
#footer-news a.more-news {
	position: absolute;
	right: 20px;
	bottom: 14px;
	color: #d9840a;
	text-decoration: none;
	font-size: 1.1em;
}

#footer-news a.more-news span {
	color: #08c0e0;
	padding-left: 4px;
	text-decoration: underline;
}

#footer-news a.more-news:hover span {
	text-decoration: none;
}
	
/* Footer contact */
#footer-contact {
	position: absolute;
	top: 61px;
	right: 3px;
	width: 369px;
	height: 274px;
	color: #fff;
	background: url('/wp-content/themes/afm/images/footer-contact-bg.png') no-repeat 0 0;
}

#footer-contact h2 {
	position: absolute;
	top: 19px;
	left: 23px;
	height: 30px;
	width: 300px;
	background: url('/wp-content/themes/afm/images/footer-contact-h2-en.png') no-repeat 0 0;
}
#footer-contact address {
	position: absolute;
	top: 80px;
	left: 23px;
	width: 180px;
	background: url('/wp-content/themes/afm/images/footer-contact-address-bg.png') repeat-y 100% 0;
	padding: 0  14px 0 0;
	font-style: normal;
	color: #494747;
	font-size: 1.2em;
	line-height: 140%;
}
#footer-contact address span.title {
	display: inline-block;
	color: #717171;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.1em;
}
#footer-contact address span.infos {
	display: inline-block;
	margin: 12px 0 0;
}
#footer-contact address span.infos span {
	display: inline-block;
	width: 20px;
}
#footer-contact address span.infos a {
	color: #40abb2;
}
#footer-contact address span.infos a:hover {
	text-decoration: none;
}

#footer-contact a.contact-more{
	position: absolute;
	top: 80px;
	right: 10px;
	width: 105px;
	height: 35px;
}

#footer-contact a.more-map {
	background: url('/wp-content/themes/afm/images/footer-contact-map-en.png') repeat-y 100% 0;
}

#footer-contact a.more-infos {
	top: 120px;
	background: url('/wp-content/themes/afm/images/footer-contact-info-en.png') repeat-y 100% 0;
}
	
#footer-contact a.contact-more span{
	position: absolute;
	left: -10000px;
}

/*** FOOTER INFOS ***/
#footer-infos{
	width: 972px;
	position: absolute;
	bottom: 25px;
	left: 4px;
	color: #fff;
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 1.1em;
}
#footer-infos a{
	color: #69e3e3;
}

#footer-infos span.by{
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer-infos span.by a{
	color: #95d325;
}
	
	
	