/* 
    Document   : styles
    Created on : 30-déc.-2013, 15:04:53
    Author     : Mini
    Description:
        Purpose of the stylesheet follows.
*/
html, body, div{
    margin:0;
    padding:0;
}
.clear{
    clear: both;
}
sc{
	text-transform: uppercase;
	font-weight: bold;
}
body{
    background-color: #60aecf;
    top:0;
    font-family: 'Roboto Condensed', sans-serif;
    background-image: none;
}
.conteneur_global{
    width: 100%;
    height: 100%;
}
.conteneur_central{
    width: 960px;
    margin:0 auto;
    height: auto;
    min-height: 100%
}
.membre{
	box-shadow:inset 4px  0px 0px #cf9920;
}
.logo{
	box-shadow:inset -4px  0px 0px #cf9920;
}
.soutenez, .plaquette{
	box-shadow:inset -4px 0px  0px #44809e;
}
.coordonees{
	box-shadow:inset 4px 0px  0px #44809e;
}
a{
	color:#f9bb31
}
a:hover{
	background-color: transparent;
	color:rgb(81, 146, 178);
}
li{
	list-style-image: url(img/puce.gif);
}
img{
	border: none;
	outline: none;
}
h2{
	font-size: 30px;
text-transform: uppercase;
font-weight: 300;
margin:0;
padding:0;
color: #f9bb31;
}
/*------------------------------HEADER----------------------*/

.lang{
	position: absolute;
	right: 0px;
	width: 150px;
	color: #5192b2;
}
.header{	
    height: 100px;  
    width: 960px; 
    margin:0 auto;
    position: relative;
}
#header{
	background-color: white;
	position: relative;
	top:0;
	height: 100px!important;
}
#logo{
    float: left;
    width: 290px;
    height: 121px;
    padding-top: 38px;
    padding-right: 15px;
}
/*------------------------------NAV----------------------*/
.nav{
	margin-top: 75px;
	width: 630px;
	float:right;
	text-align: right;
}

.nav ul li{
    list-style: none;
    display: inline-block;
    margin-left: 5px;   
}
.nav ul li a{
    text-decoration: none;
    color:#60aecf;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.nav ul li a:hover{
    color:#f9bb31;
    background-color: transparent;
}
.nav ul li a:active{
    color:#f9bb31;
}

/*-----------------------------TOP----------------------------*/

.top, .top2{
    margin-top: 40px;
    background-color: white;
    margin-bottom:30px;
}
.soutenez{
    width: 60%;
    background-color: #5192b2;
    float: left;
    height: 200px;
    padding: 20px;
}
.soutenez h1, .soutenez p{
    color:white;
    margin:0;
    padding:0;
    
}
.soutenez h1{
    font-size: 40px;
    font-weight: 700;
}
.soutenez p{
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.triangle{
    width: 0;
    height: 0;
    border-top:15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #60aecf;
    display: inline-block;
    margin-top: 60px;
    margin-left: 5px;
}
.newsletter{
	position: absolute;
	top: 10px;
	left: 60px;
	width: 250px;
}
.newsletter .formulaire_spip input.text, .newsletter .formulaire_spip textarea{
	width: 100%;
}
.newsletter  li {
	list-style: none;
	display: inline-block;
	width: 110%;
	margin: 0;
}
.newsletter li label{
	color: #60aecf;
	font-size: 12px;
}
.newsletter li label{
	color: white;
	display: inline-block;
}
.newsletter .choix{
	display: inline-block;
	margin-left: 25px;
}
.newletter .choix label{
	display: inline-block;
}
.newsletter .submit{
	background-color:#60aecf; 
	display: inline-block;
	top:24px;
	right:5px;
	color: white;
	border:none;
	padding: 4px 5px;
	text-transform: uppercase;
	width: 110%;
}
.membre{
    width: 40%;
    background-color: #f9bb31;
    float: left;
    height: 200px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.membre a{
    text-decoration: none;
    color:#60aecf;        
}
.portfoliobox li{
	display: inline-block;
}
.membre h1{
    width: 400px;
    margin-left: 40px;
    margin-top: -40px;
}
.actus{
    padding:15px;
    overflow: hidden;
    text-align: center;
}
.encart{
    width: 32%;
    height: auto;
    min-height:380px;
    vertical-align: top;
    display: inline-block;
    padding: 10px 10px 0 7px;
    background-color: whitesmoke;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 5px 0;
    position: relative;
}
.encart .savoirPlus{
	width: 100%;
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	margin: 0;
	margin-left: -7px;
	box-shadow:inset 0px -4px 0px #44809e;
	font-size: 15px;
	color: white;
	text-align: center;
}

.encart h3{
    text-transform: uppercase;
    color:#60aecf;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    clear: both;
	text-align: left;
}
.encart p{
    color:#162932;
    text-transform: none;
    font-size: 14px;
    margin-top:6px;
    font-weight: 300;
    line-height: 17px;
	text-align: justify;
}
.encart:hover {
	background-color: white;
	border: 1px solid whitesmoke;
}
.encart:hover .savoirPlus{
	background-color: #f9bb31;
	box-shadow:inset 0px -4px 0px #cf9920;
}
.encart img{
	border:5px solid #60aecf;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	width: 98%;
}

.encart img:hover, .encart:hover img{
	border:5px solid #f9bb31;
}
/*---------------------------------CONTENT------------------------------*/

.content{
    background-color: white;
    margin-bottom: 30px; 
    
    
}
.logo{
    width: 55%;
    height: 200px;
    background-color: #f9bb31;
    float: left;
}
.logo img{
    margin-left: 50px;
    margin-top: 15px;
    width: 400px;
}
.logo p{
    font-size: 14px;
    margin-top:-80px;
    margin-left: 205px;
    font-weight: 400;
	letter-spacing: 0.069em;
	color: white;
}
.coordonees{
  	width: 45%;
    height: 200px;
    background-color: #5192b2;
    float: right;
    padding-left: 25px;
    padding-top: 20px;
    
}
.coordonees p{
    font-weight: 300;
    line-height: 35px;
    font-size: 25px;
    margin-top:-8px;
    color: white;    
}
.middle-content{
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    padding-left: 25px;
    min-height: 270px;
}
.middle-content p{
	text-transform: uppercase;
	color:#5192b2!important;
	font-weight: 300;
}
.equipe{
	height:auto;
	clear:both;
	min-height: 200px;
	padding: 0;
	
}
.equipe p{
	margin: 0;
	text-transform: none;
}
.article{
    width:60%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    padding-top:6%;
    margin-left: 10px;
}
#art1{
	padding-top: 4%
}
.img-art{
    height: 200px;
    width: 30%;
    display: inline-block;
    
    text-align: center;
     

}
.img-art img{
	float: none;
}
.article h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin:0;
    padding:0;
    
}
.article p{
    text-transform: none;
    font-size: 17pt;
    font-weight: 300;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    font-weight: 300;
    
}

#art1 p{
    color: #f9bb31!important;  
    font-size: 16px;
    
}
#art1 h2{
    color: #5192b2;   
}
#art2{
    text-align: right;
}
#art2 h2{
    color: #f9bb31;
}
#art2 p{
    color:#5192b2;
    font-size: 16px;
}
.img-art2{
    height: auto;
    width: 250px;
    display: inline-block;
    padding: 20px;
}
#art3 p{
    color:#f9bb31!important;
    font-size: 16px;
}
#art3 h2{
    color:#5192b2;
}
.img-art3{
    height: auto;
    width: 250px;
    display: inline-block;
    padding: 20px;
}
.img-art3 img{
	float: none;
}
.savoirPlus{
   
    width: 960px;
    background-color: #5192b2;
    padding:10px 0;
    margin-bottom: 25px;
    text-align: center;
    box-shadow:inset 0px -4px 0px #44809e;
}
.savoirPlus a{
    text-transform: uppercase;
    color:#f9bb31;
    font-size: 28px;
	text-align: center;
    text-decoration: none;
}
.inc_plquette{
	margin-top:30px;
}
.plaquette{
    height: 321px;
    width: 539px;
    float: left;
    background-color: #5192b2;
    color:white;
}
.plaquette h3{
    margin-top:15%;
    margin-left: 10%;
    display: block;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
}
.plaquette p{
    width: 400px;
    margin-left: 10%;
    line-height: 25px;
    font-size: 25px;
    font-weight: 300;
}
.inc_plaquette{
	padding-bottom: 25px;
}
.img-plaket{
    float: right;
    background-color: white;
    height: 321px;
    width: 421px;
}

/*-------------------------------------------FOOTER--------------------------------------*/

.footer{
    width: 100%!important;
    background-color: #162932;
    margin-top: 25px;
    position: relative;
    bottom:0;
    clear: both;
    overflow: hidden;
}
.btn{
    width: 300px;
    height: 60px;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 23px;
}
#charte{
    background-color: white;
    background-image: url('img/charte.png');
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
#charte a{
    text-decoration: none;
    color:#387897;
    display: block;
    padding-top: 15px;
    padding-left: 85px;
    font-weight: 700;
}
#facebook{
    background-color: #5192b2;
    background-image: url('img/like.png');
    background-repeat: no-repeat;
    background-position: 15px 5px;
    margin-left: 30px;
    margin-right: 30px;   
}
#facebook a{
    text-decoration: none;
    color:#f9bb31;
    display: block;
    padding-top: 15px;
    padding-left: 100px;
    font-weight: 700;
}
#contact{
    background-color: #f9bb31;
    background-image: url('img/contact.png');
    background-repeat: no-repeat;
    background-position: 2px 15px;
}
#contact a{
    text-decoration: none;
    color:#5192b2;
    display: block;
    padding-top: 15px;
    padding-left: 90px;
    font-weight: 700;
}
.soutient{
	text-align: center;
	border-bottom: 1px solid #f9bb31;
	padding-bottom: 15px;
}
.soutient p{
    font-size: 12px;
    color: #5192b2;
    margin-top:20px;
    text-transform: none;
    font-weight: 300;
}
.soutient img{
}
.copyright{
    font-size: 11px;
    float: left;
    color:#FFF;
    text-transform: none;
    display: block;
    font-weight: 300;
    margin-bottom: 0;
}
.graphisme{
    font-size: 11px;
    float: right;
    color:#FFF;
    text-transform: none;
    display: block;
    margin-bottom: 0;
}
.graphisme a{
    color:#f9bb31;
    font-weight: 300;
}
/*-----------------------------------CONTACT---------------------------------*/
#rubrique .spip_forms{
	margin-top:-100px;
	border:none;
}
#rubrique .spip_forms fieldset{
	border:none;
}
#rubrique .spip_forms .spip_form_label,.spip_form_label_obligatoire{
	color:#60AECF;
}
#rubrique .spip_forms .forml, .spip_forms .fondl{
	background-color: white;
	border:1px solid rgb(249, 187, 49);
}
#rubrique .spip_forms .spip_form_label label, .spip_forms .spip_form_label .label{
	color:#5192b2;
	text-transform: uppercase;
}
#rubrique .spip_forms .spip_form_label_details{
	color:#5192B2
}
#rubrique .spip_bouton{
	text-align: center!important;
	margin-left:-50px;
}
#rubrique .spip_forms .spip_bouton input{
	background-color:rgb(249, 187, 49);
	border-radius: 10px;
	border-color: white;
	text-transform: uppercase;
	color:white;
	 
}
/*-----------------------------------PAGES---------------------------------*/


.qui p{
	font-size:15px;
	color:rgb(81, 146, 178);
	margin-left:15px;
	text-transform: none;
}
.qui ul li{
	font-size:15px;
	color:rgb(81, 146, 178);	
	text-transform: uppercase;
	margin-left: 15px;
}

.qui h2{
	font-size: 22px;
	color:rgb(249, 187, 49);
	margin:15px;
	margin-top: 0;
}
.qui h1{
	font-size: 30px;
	color:rgb(249, 187, 49);
	margin-left:25px;
}
.qui_img{
	float:left;
	width:130px;
	margin-left:20px;
}
#texte_img{
	margin-left: 160px;
	margin-top:-7px;
}
#rubrique{
	padding:25px;

}

#content{
	background-color: white;
    margin-bottom: 30px;
    margin-top:100px;
	padding:25px;
	height: auto;
}

#content p{
	color:black;
	
}
.menu_articles p{
	text-transform: none;
	color:#5192b2;
}
#article h1{
	font-size: 30px;
}
.citation{
	font-weight: 300;
	color:#F9BB31;
	margin:0 auto;
	margin-left:200px;
	padding-bottom: 15px;
}
.auteur{
	font-weight: 400;
}
#formulaire_contact li{
	list-style: none;
}
#formulaire_contact label{
	font-weight: 300;
	text-transform: uppercase;
	color:#f9bb31;
}
#formulaire_contact input{
	background-color: #5192B2;
	border:none;
	color:white;
	width: 100%;
}
 .formulaire_spip li.editer_texte textarea{
	 width: 100%;
 }
#marge{
	padding-top;25px;
}
.middle{
	padding:25px;
	overflow: hidden;
}
.middle h4{
	color:#f9bb31;
	font-size:25px;
}
.middle h3{
	color:#f9bb31;
	font-size:30px;
}
.middle p{
	color:#5192B2;
	padding:5px;	
	margin-left: 0;	
	margin-bottom: 0.7em
}
.middle li{
	color:#5192B2;;
	text-transform: uppercase;
}
.descriptif img{
	padding:0;
}
.titrEquipe{
    width: 100%;
    background-color: #5192b2;
    padding:5px 15px;
    margin-bottom: 25px;
    margin-top:25px;
    margin-left: -15px;
    display: inline-block;	
    font-size: 30px;
	color:rgb(249, 187, 49);
	text-transform: uppercase;
}
.titrEquipe h1{
	display: inline;
	padding-bottom:10px;
}
#documents_joints h2{
	color:#5192B2;
}
.equipes{
	padding-bottom: 0px;
	padding: 0 5px;
	margin: 0 5px;
	width: 320px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-left:0;
	min-height: 340px;
	font-weight: 400;
}
.erreur{
	margin-left:15%;
	margin-top:80px;
	
}
.equipes .spip_documents_left{
	float: none!important;
	margin: 0!important;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.equipes img{
	border: 5px solid #f9bb31;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.equipes .img-art img{
	border: 5px solid #5192b2;
}
.texteencadre-spip, .citation{
color: #000033;
background: whitesmoke!important;
font-size: 15px;
line-height: 18px;
text-align: center;
padding: 15px 50px;
border: 0px;
border-top: 0.15em dotted #DCDCDC;
border-bottom: 0.15em dotted #DCDCDC;
color: #666666;
margin: 10px 0;
background-image: none;
text-align: left;
}
.citation{
	text-align: center;
}
#documents_portfolio li{
	list-style-image: none;
}
#documents_portfolio li img{
	border: 4px solid #5192b2;
}
 .spip-admin-float {
	 left:20%;
	 right: inherit!important;
 }
 li.editer.editer_listes{
	 display: none;
 }
 @font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fairedon{
	clear: both;
	overflow: hidden;
	position: absolute;
	right: 15%;
	-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
}
.a-btn{
    border-radius: 50px;
    padding: 10px 30px 0px 70px;
    position: relative;
    float:left;
    display: block;
    overflow: hidden;
    margin: 10px;
    background: whitesmoke;
    box-shadow: 
        0px 0px 7px rgba(0,0,0,0.2), 
        0px 0px 0px 1px rgba(188,188,188,0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.a-btn-symbol{
	position:absolute;
    font-family: 'WebSymbolsRegular', cursive;
    color: #d7565b;;
    font-size: 28px;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
    position:absolute;
    left: 20px;
    line-height: 32px;
    transition: opacity 0.3s ease-in-out;
}
.a-btn-text{
    font-size: 26px;
    color: #d7565b;
    line-height: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
    display: block;
}
.a-btn-slide-text{
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
.a-btn:hover{
    background: #fff;
    box-shadow: 
        0px 0px 9px rgba(0,0,0,0.4), 
        0px 0px 0px 1px rgba(188,188,188,0.1);
}

.a-btn:hover .a-btn-symbol{
    -webkit-animation: pulse 0.7s linear infinite;
}
.a-btn:active{
    background: #d7565b;
    box-shadow: 
        0px 2px 2px rgba(0,0,0,0.6) inset, 
        0px 0px 0px 1px rgba(188,188,188,0.1);  
}
.a-btn:active .a-btn-text, .a-btn:active .a-btn-symbol{
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.a-btn:active .a-btn-slide-text{
    color: rgba(0,0,0,0.4);
    text-shadow: none;
}
.formulaire_forum #session_nom, .formulaire_forum #session_email,  #formulaire_contact input, .formulaire_spip input{
	 	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#formulaire_contact input.submit, .formulaire_spip input.submit{
	    width: 50%;
	    background-image: -webkit-linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-image: -o-linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e72510), color-stop(6%, #d9230f), to(#cb210e));
    background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #a91b0c;
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
        -webkit-border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    margin-top: 10px;
}
