/*
Theme Name: theme
Description: Theme description

Version: 1.0
Author: Afoulki Design
Author URI: http://www.afoulki.com/


*/
@import url("http://fonts.googleapis.com/css?family=Lato");
@import url("http://fonts.googleapis.com/css?family=Raleway+Dots");


body {
    font-family: "Raleway",Arial,Verdana,sans-serif !important;
    font-size: 14px !important;
    font-weight: 500;
    background: url(img/bgbody.jpg) repeat scroll 0 0 transparent !important;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}

body,button,input,select,textarea{ 
	color:#333; 
	font-size:12px;
	line-height:16px;

}

/* Balises block */
.post-content h1{ }
.post-content h2{ }
.post-content h3{ }
.post-content h4{ }
.post-content h5{ }
.post-content h6{ }
.post-content p{ }
.post-content ul{ }
.post-content ol{ }
.post-content blockquote{ }
.post-content pre{ }
.post-content address{ }
.post-content address{ }

/* Balises inline */
.post-content strong{ }
.post-content em{ }
.post-content acronym{ }
.post-content code{ }
.post-content del{ }
.post-content ins{ }

/* Classes des images */
.alignleft{ display:inline; float:left;}
.aligncenter{ clear:both;	display:block; margin-left:auto; margin-right:auto;}
.alignright{ display:inline; float:right;}
.size-auto{ }
.size-medium{ }
.size-large{ }
.size-full{ }
.wp-caption{ }
.wp-caption img{ }
.gallery{ }
.gallery .gallery-item{ }

#logo {
	background: url("img/logo_fnaa.png") no-repeat;
	height: 115px;
	padding-left: 96px;
}

#logo h1 {
    font-size: 40px;
    font-weight: 600;
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#logo small {
    font-size: 20px;
    color: #f5f5f5;
    display: block;
    margin-top: 10px;
   
}

.mapglobale {
	margin-top: 30px;
}

/*----------------------------------------------
Login Fnaa
----------------------------------------------*/
.login_fnaa a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 3px;
    float: right;
    margin-right: 20px;
    font-weight: bold;
    text-decoration: none;
}

.login_fnaa a:hover, .login_fnaa a:focus {
    color: #97C600;
    border: 2px solid #97C600;
}

#wp-submit {
	background: #8dc641;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
}

.form_lostpassword_fnaa .input, .form_login_fnaa .input {
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    width: 100%;
    background: #efefef;
    border-radius: 3px;
    
}

#lostpasswordform .cptch_input, #loginform .cptch_input {
	border: 1px solid #e0e0e0 ;
    padding: 5px 10px;
    background: #efefef;
    border-radius: 3px;
}

/*----------------------------------------------*/
.header {
    background: url("img/bgheader.jpg") no-repeat scroll 0 53% / 100% auto transparent;
    padding: 20px 0;
}

#Navbar #topNav{
	border-radius: 0;
	border: none;
	background: #8dc641;
	color: #fff;
	margin: 10px 0 0 0;
}
#Navbar #topNav ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
#Navbar #topNav ul li a:hover, .current_page_item{
	color: #fff;
	background: #0072b9;
	transition-duration: 1s;
}

#copyright {
    background-color: #292929;
    clear: both;
    color: #f3f3f3;
    overflow: hidden;
    padding: 12px 0;
}
#copyright .copyright {
    margin: auto;
    overflow: hidden;
    padding-top: 7px;
}
#copyright .to {
    float: left;
    font-size: 11px;
    margin: 0;
}
#copyright .by {
    float: right;
    font-size: 10px;
    width: 134px;
    margin: 0;
}
#copyright .ad {
    background: url("img/afoulkifooter.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 31px;
    margin-top: -9px;
    width: 35px;
}
#copyright .ad span {
    display: none;
}
.footer {
    background: url("img/bgfooter.jpg") repeat scroll 0 0 transparent;
    color: #fff;
    margin-top: 20px;
    padding: 20px 0;
}

.morevideo {
	margin-top: 15px;
	background: #91C848;
	color: #fff;
	padding: 10px 20px;
}

.footer .widget-title{
	color: #fff;
}
.footer .wysija-input{
	width: 100%;
	padding: 10px;
	border: none;
	color:#555 !important;
}
.footer .wysija-submit{
	background: #98c52e;
	text-align: center;
	color: #fff;
	width: 100%;
	border: none;
	padding: 10px;
	opacity: 1;
}
.footer .wysija-submit:hover{
	opacity: 0.7;
	transition-duration 1s;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited{
	background: none !important;
}
#socialmedia{
	float: right;
}
#socialmedia .em{
	background: url(img/social.png) no-repeat scroll 0 center transparent;
}
#socialmedia .fb{
	background: url(img/social.png) no-repeat scroll -59px center transparent;
}
#socialmedia .tw{
	background: url(img/social.png) no-repeat scroll -29px center transparent;
}
#socialmedia .gp{
	background: url(img/social.png) no-repeat scroll -123px center transparent;
}
#socialmedia .yt{
	background: url(img/social.png) no-repeat scroll -89px center transparent;
}
#socialmedia a {
    display: block;
    float: right;
    height: 19px;
    margin: 0 5px;
    width: 22px;
}
#socialmedia a span{
	display: none;
}
#form{
	float: right;
	margin-bottom: 20px;
	position: relative;
}
#form #s {
    border: 0 none;
    padding: 12px 10px;
    width: 100%;
    border-radius: 3px;
}
#form #submit {
    background: url("img/btnsend.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: transparent;
    height: 30px;
    position: absolute;
    right: -2px;
    top: 13px;
    width: 30px;
}
#lang_sel_list{
	float: right;
}
#actus .item .title {
    color: #8dc641;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
}
#actus .item .title:hover {
    text-decoration: none;
    color: #0071BD;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
.datebox {
    background: url("img/dateico.png") no-repeat scroll 0 center transparent;
    color: #a1a1a1;
    display: block;
    float: left;
    font-size: 12px;
    padding: 6px 0 0 16px;
}
.nbrevisite {
    background: url("img/views.png") no-repeat scroll 0 center transparent;
    color: #a1a1a1;
    display: block;
    float: right;
    font-size: 12px;
    padding-left: 16px;
    padding-top: 5px;
}
.title-bloc{
	background: url("img/bgh3.png") no-repeat scroll 0 center transparent;
	padding-left: 30px;
	color: #8dc641;
}
#actus .item {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bebebe;
    margin: 0 10px;
    min-height: 408px;
    padding: 0;
    position: relative;
    margin-bottom: 15px;
}
#actus .col-md-3{
	padding: 0;
}
#actus .item .thumb {
    margin-bottom: 15px;
    max-height: 170px;
    overflow: hidden;
}
#actus .item .infoboxx{
	margin: 0 10px;
	border-bottom: 1px solid #bebebe;
	overflow: hidden;
}
#actus .item .more {
    background: none repeat scroll 0 0 #8dc641;
    bottom: 0;
    color: #fff;
    display: block;
    opacity: 1;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#actus .item .more:hover{
	opacity: 0.7;
	transition-duration: 1s;
	text-decoration: none;
}
#actus .item .excerpt {
    font-family: "Raleway";
    font-size: 13px;
    padding: 10px;
    text-align: justify;
}
.extrait .thumb{
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 60px;
	max-height: 60px;
}
.extrait .thumb img {
    width: 141%;
}
.extrait {
	padding: 0;
}
.extrait .content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bebebe;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px 15px;
}
.extrait .excerpt {
    float: left;
    font-size: 12px;
    height: 50px;
    line-height: 21px;
    overflow: hidden;
    padding: 7px 5px 7px 0;
    text-align: justify;
    width: 77%;
}
.extrait .title {
    color: #1980c0;
    font-size: 13px;
    font-weight: bold;
    height: 31px;
    line-height: 21px;
    overflow: hidden;
    padding: 7px 5px 7px 0;
    text-align: justify;
    width: 77%;
}
.extrait .item{
	padding: 0;
	background: none repeat scroll 0 0 #f1f1f1;
	margin: 5px 0;
}
.extrait .more span{

}
.extrait .more {
    background: none repeat scroll 0 0 #8dc641;
    color: #fff;
    display: block;
    float: right;
    height: 60px;
    padding-top: 20px;
    text-align: center;
    width: 34px;
    opacity: 1;
}
.extrait .more:hover {
	opacity: 0.7;
	transition-duration: 1s;
	text-decoration: none;
}
#events .content{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #bebebe;
    margin-right: 10px;
    padding: 10px 15px;
}
#events .ai1ec-date-title {
    border-radius: 0 !important;
    margin: 0 5px 0 0;
    border: none;
    border-right: 1px solid #0072b9 !important;
    background: none;
}
#events .ai1ec-date {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0072b9;
    margin: 5px 0;
   
}
#events .ai1ec-weekday {
    color: #fff;
    background: #0072b9;
   
}
#events .ai1ec-agenda-widget-view .ai1ec-month, #events .ai1ec-agenda-view .ai1ec-month{
	border-radius: 0;
	border: none;
	padding: 0;
}
#events .ai1ec-btn{
	color: #0072b9;
	border: none;
	background: none;
}

#fnaa h3{
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	color: #0072b9;
	font-weight: bold;
}
#fnaa .content {
    background: url("img/bgfooter.jpg") repeat scroll 0 0 transparent;
    color: #fff;
    line-height: 40px;
    padding: 30px 60px;
}
#fnaa{
	margin: 20px 0;
}
#missions .content{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #bebebe;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px 15px;
}
#missions .panel-group{
	margin: 0;
}
#president{
	background: url("img/bgpresident.jpg") repeat fixed 0 0 transparent;
	background-size: 100% auto;
}
#president h3{
	 background: url("img/bgh3w.png") no-repeat scroll 0 center transparent;
    padding-left: 30px;
    color: #fff;
}
#slider .tp-caption {
    background: url("img/bgcaption.png") repeat scroll 0 0 transparent !important;
    color: #fff;
    padding: 10px !important;
    float: left;
    position: absolute;
    left: 0 !important;
    width: 100%;
    border-left: 4px solid #0072b9;
}
#slider .moreslider {
    background: none repeat scroll 0 0 #8dc641;
    color: #fff;
    float: right;
    padding: 2px 8px !important;
    text-align: center;
}
#slider .moreslider:hover{
	opacity: 0.7;
	transition-duration: 1s;
	text-decoration: none;
}
#slider .excerpt{
	float: left;
	font-size: 15px;
}
#slider .excerpt p{
	margin: 0;
}

.author{
	position: relative;
}


.author:hover span{
	display: block;
	transition: all 0.3s ease-in-out;
}
#slider .tp-bullets {
    bottom: -32px !important;
    display: block !important;
    opacity: 1 !important;
}
#slider{
	margin-bottom: 60px;
}
#slider .tp-bullets .bullet{

}
#slider .tp-bullets .last{

}
.tabsfooter ul li a {
    border-radius: 0;
    height: 110px;
    padding: 15px;
    width: 160px;
    color: transparent;
}
.tabsfooter ul .active a {
    border: none !important;
    color: transparent !important;
}
.tabsfooter ul a:hover {
    border: none !important;
    color: transparent !important;
}
.tabsfooter ul .tel a{
	background: url("img/telico.png") no-repeat scroll center center #0072b9 !important;
}
.tabsfooter ul .email a{
	background: url("img/emailico.png") no-repeat scroll center center #0072b9 !important;
}
.tabsfooter ul .adresse a{
	background: url("img/adresseico.png") no-repeat scroll center center #0072b9 !important;
}

.tabsfooter ul .tel.active a{
	background: url("img/telico.png") no-repeat scroll center center #34a5ec !important;
}
.tabsfooter ul .email.active a{
	background: url("img/emailico.png") no-repeat scroll center center #34a5ec !important;
}
.tabsfooter ul .adresse.active a{
	background: url("img/adresseico.png") no-repeat scroll center center #34a5ec !important;
}
.tabsfooter .nav-tabs{
	border-bottom: none;
}
.tabsfooter .tab-pane {
    
    color: #393939;
    margin-top: 1px;
    padding: 20px;
}
.tabsfooter .telpicto{
	
}
.tabsfooter .telpicto{
	background: url("img/teliconb.png") no-repeat scroll 0 0 transparent !important;
}
.tabsfooter .emailpicto{
	background: url("img/emiconb.png") no-repeat scroll 0 0 transparent !important;
}
.tabsfooter .adressepicto{
	background: url("img/adresseiconb.png") no-repeat scroll 0 0 transparent !important;
}

.tab-content #pane-0-0 {
    background: url("img/teliconb.png") no-repeat scroll 10px center #fff;
    padding-left: 35px;
}
.tab-content #pane-0-1{
	padding-left: 35px;
	background: url("img/emiconb.png") no-repeat scroll 10px center #fff;
}
.tab-content #pane-0-2{
	padding-left: 35px;
	background: url("img/adresseiconb.png") no-repeat scroll 10px center #fff;
}

#owl-demo .owl-item{
	padding: 0 5px !important;
}

#owl-demo .authorAvatar {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b9b9b9;
    position: relative;
}
#owl-demo .authorAvatar img{
    position: relative;
    margin: auto;
}
.post-title {
    color: #0072b9;
    font-size: 25px;
}
.post-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 15px;
}
#contactForm{
	padding-left: 0;
}
#mapContact{
	padding-right: 0;
}
#contactForm .wpcf7 input{
	width: 100%;
	background: #ececec;
	border: none;
	padding: 5px;
}
#contactForm .wpcf7-textarea{
	width: 100%;
	background: #ececec;
	border: none;
	padding: 5px;
}
#contactForm .wpcf7-submit{
	background: #8dc641 !important;
	color: #fff;
	margin-top: 10px;
}
#contactForm .wpcf7-submit:hover{
	background: #0072b9 !important;
	transition-duration: 1s;
}
#contactForm .img-captcha{
	float: left;
}
#contactForm .wpcf7-captchar {
    float: left !important;
    width: 81% !important;
}
.mainsingle {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    overflow: hidden;
    padding: 15px;
}
.mainsingle .post-content {
	background: none repeat scroll 0 0 #fff;
    border: none;
    padding: 0;
}

.authorAvatar .authorName {
    background: url("img/png.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: none;
    font-size: 19px;
    height: 100%;
    left: 0;
    padding: 19% 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
	-webkit-transition: 1s ease-in-out; 
	-moz-transition: 1s ease-in-out; 
	-o-transition: 1s ease-in-out; 
	transition: 1s ease-in-out;
}

.authorAvatar:hover .authorName{
	position: absolute;
	text-decoration: none;
	display: block;
	-webkit-transition: 1s ease-in-out; 
	-moz-transition: 1s ease-in-out; 
	-o-transition: 1s ease-in-out; 
	transition: 1s ease-in-out;
	animation-name: slideInUp;
	animation-duration: 1s;
    animation-fill-mode: both;
}
.sidebar {
    padding: 0 !important;
    margin-top: 15px;
}
.sidebar .widget{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
}
#comment{
	width: 100%;
	border: 1px solid #dcdcdc;
}

#commentform #submit{
	background: #8dc641;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px;
}
#commentform #submit:hover{
	background: #0072b9;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px;
}

#associations .item .authorAvatar{
	background: #fff;
}
#associations .author {
    margin-bottom: 15px;
    padding: 0 10px;
}
#associations{
	margin-top: 15px;
}



#associations .authorAvatar .authorName {
    background: url("img/png.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: none;
    font-size: 19px;
    height: 100%;
    left: 0;
    margin-left: 10px;
    padding: 19% 20px;
    position: absolute;
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 90%;
    z-index: 100;
}

#associations .img-responsive {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
}

#associations .authorAvatar:hover .authorName{
	position: absolute;
	text-decoration: none;
	display: block;
	-webkit-transition: 1s ease-in-out; 
	-moz-transition: 1s ease-in-out; 
	-o-transition: 1s ease-in-out; 
	transition: 1s ease-in-out;
	animation-name: bounceIn;
	animation-duration: 1s;
    animation-fill-mode: both;
}
#authorPage {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 15px;
}

.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.imgBox {
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 200px;
}

#authorPage h3{
	color: #8dc641;
}
#authorPage h4{
	color: #0072b9;
}

#authorPage .table{
	border: 1px solid #ccc;
}
#authorPage tbody tr:nth-child(odd) {
   background-color: #efefef;
}

.abs-req{
	display: none !important;
}
.authorpost {
    background: url("img/authorico.png") no-repeat scroll 0 center transparent;
    border-bottom: 1px solid #bebebe;
    margin: 0 10px;
    overflow: hidden;
    font-size: 11px;
    padding: 7px 0 7px 20px !important;
    display: block;
    color: #a3a3a3;
}
.authorpost:hover {
    color: #8dc641;
    text-decoration: none;
}
.extrait1 .excerpt {
    width: 72% !important;
}

#presse .content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bebebe;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px 15px;
}

#presse .item .thumb {
    float: left;
    margin-right: 10px;
    width: 134px;
}
#presse .item{
	margin-bottom: 10px;
	clear: both;
	padding: 0;
}
#presse .item .title{
	color: #97c32e;
}

.post-info .date {
    background: url("img/dateicon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.post-info span {
    display: block;
    float: left;
    margin-right: 10px;
    padding-left: 23px;
    color: #a3a3a3;
}
.post-info .category {
    background: url("img/catico.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.post-info .catlist {
    display: block;
    float: left;
    margin-right: 10px;
    color: #a3a3a3;
    padding-left: 23px;
}
.post-info .author {
    background: url("img/author.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.post-info .comments {
    background: url("img/comments.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.sidebar .widget .widget-title {
    background: none repeat scroll 0 0 #8dc641;
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
}
#search-2 #form #s {
    border: 1px solid #d5d5d5;
}
#search-2 #form {
    margin: 0;
    width: 100%;
}
.widget_recent_entries ul li a{
	color: #4b4b4b;
}
.widget_recent_entries ul li {
    background: url("img/pictolist.png") no-repeat scroll 0 center transparent;
    padding: 3px 0 3px 22px;
}
.widget_categories ul li {
    background: url("img/pictolist.png") no-repeat scroll 0 center transparent;
    padding: 3px 0 3px 22px;
}
.widget_categories ul li a{
	color: #4b4b4b;
}

.mp img{
	display: block;
	margin: 0 auto;
}

#owl-demo{
	direction: ltr !important;
}

.post-content ul li {
    background: url("img/pictolist.png") no-repeat scroll 0 7px transparent;
    padding: 3px 0 3px 22px;
}


.post-content{
	margin-top: 10px;
}

.post-comments #respond h3{
	color: #0072b9;
    font-size: 25px;
}

#commentform input {
    border: 1px solid #d5d5d5;
    padding: 5px;
}

#commentform textarea{
	border: 1px solid #d5d5d5;
	padding: 5px;
}

.catpage .post, .catpage .page {
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    padding: 10px;
}
.catpage .post-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}
.catpage .post-title a:hover{
	text-decoration: none;
}

.catpage .thumb{
	float: left;
	margin-right: 10px;
	width: 100px;
	overflow: hidden;
}
.catpage .thumb img{
	width: 100%;
}
#wpsimplegallery_container li{
	background: none;
}
.post-content .thumb{
	width: 30%;
}


#colorbox{

}

.widget_ai1ec_agenda_widget{
	overflow: visible !important;
}
#socialmedia a:hover{
	opacity: 0.8;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.mainsingle .post-content .thumb{
	float: left;
	margin-right: 10px;
}
.mainsingle .post-content{
	text-align: justify;
}
.widget_recent_entries li {
    background: none repeat scroll 0 0 #e5e7e8 !important;
    margin: 6px 0;
    padding: 10px !important;
}


#topNav .navbar-collapse{
	padding: 0 !important;
}

.association{
	background: #fff;
	
}

#association .title-bloc {
    background: transparent url("img/bgh3.png") no-repeat scroll 0 center;
    color: #8dc641;
    margin: 20px 0;
    padding-left: 30px;
}

.download{
	color: #fff;
	background: url(img/download1.png) no-repeat scroll right center #8bc72a;
	padding: 15px;
	margin: 15px 0;	
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.download:hover{
	text-decoration: none;
	color: #fff;
	background: url(img/download1.png) no-repeat scroll right center #a4dd49;
}

.contactinfos{
	background: #0072B9;
	padding: 15px 15px;
	margin-bottom: 15px;
	color: #fff;
}
.contactinfos .tel{
	background: url(img/telico1.png) no-repeat scroll left center transparent;
	padding-left: 25px;
}
.contactinfos .em{
	background: url(img/emico1.png) no-repeat scroll left center transparent;
	padding-left: 25px;
}
.contactinfos .ad{
	background: url(img/adico1.png) no-repeat scroll left center transparent;
	padding-left: 25px;
}























































































