@charset "UTF-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f8f8f8;
	height:100%;
}



.wrapperall {
	width:1000px;
	margin:0 auto;
	background-color:white;
	min-height:100%;
	position:relative;
	-webkit-box-shadow: 0 0 20px 5px#888;
	box-shadow: 0 0 20px 5px #888;
	padding-top:25px;
	top:-20px;
	bottom:-50px;
}

.page {
	width:900px;
	margin:auto;
	min-height:100%;
	padding-bottom:80px;
}

.pagerub {
	width:900px;
	margin:0 auto;
	min-height:100%;
	padding-bottom:200px;
}

#footerrub {
	width:1000px;
	margin:auto;
}

h1 {
	color:#e46431;
	text-transform:uppercase;
	margin-left:-25px;
	border-bottom : solid 1px #ebebeb;
	padding-bottom : 10px;
}

h2 {
	font-size:1.4em;
}

.mainli a {
	color:#ffffff;
}

ul li {
	list-style:none;
}

/*Header*/

#headerdroite {
	background-image:url(../../IMG/backadhesion.png);
	background-repeat:no-repeat;
	text-align:center;
	float:right;
	width:240px;
	height:50px;
	margin-top:20px;
}

#headerdroite a {
	text-decoration:none;
	color:#000;
	line-height:50px;
	margin-left:20px;
	letter-spacing:-1px;
}

/*Menu Déroulant CSS*/

.menuder {
    height: 60px;
    list-style: none;
    padding: 0px;
    margin: 40px;
}

.menuder li {
    float:left;
    width: 200px;
}

.menuder li a:link, .menu li a:visited {
    display:block;
    background: #e46431;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
}

.menuder li a:hover {background-color: #ea8b52;}

/*Test*/
.menuder .sousmenurubrique {
    list-style-type: none;
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
	z-index:1;
}

.menuder .sousmenurubrique li {
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.menuder .sousmenurubrique li a:link {
    display: block;
    text-decoration: none;
    background-color: #431f0d;
}

.menuder .sousmenurubrique li a:hover {
    background-color: #ea8b52;
}
.menuder li:hover .sousmenurubrique {
    display: block;
}

/*Old menu déroulant*/

#menu ul {
	margin-left:2px;
	padding:0;	
	line-height:30px;
	z-index:1;
}

#menu li {
	list-style:none;
	position:relative;
	height:2.7rem;
	display:block;
	text-align:center;
	border-left:solid 2px #fff;
	border-right:solid 2px #fff;
	margin-left:-2px;
}

.mainli {
	 letter-spacing:normal;	
}


#menu li ul li {
	font-size:0.8em;
	letter-spacing:normal;
	border:none;
}

.mainli ul {  
	display:block;
	line-height:20px;
	height:auto;
}


#menu ul li a { 
	color:#FFFFFF;;
	text-decoration:none;
	margin-top:0px;
}

#menu ul ul {
	position:absolute;
	visibility:hidden;
}

#menu ul li:hover ul {
	visibility:visible;
}

.sousmenularge {
	z-index:1000;
	
	
}

.sousmenularge li{
	width:200px;
}

.sousmenurubrique {
	width:500px;
}


/*Barre de recherche*/

div#recherche {
    margin-top: -20px;
}

input#recherche {
    width: 200px;
    padding: 0.3rem;
}

#formulaire_recherche {
    float: inline-end;
    margin: auto;
}

.submitrech {
	background:url(../../IMG/recherche.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	border:none;
	font-size:0px;
	margin-top:-20px;
	padding-top:-10px;
	position:relative;
}


.tipafriendh1 {
	margin-left:20px;
	padding-left:40px;
}

/* Pagination */

li.pagination-item {
    display: inline-block;
}

a.laraquo {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.pagination-items.pagination_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
}

li.pagination-item.on.active {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #e46431;
    color: white;
    border: 1px solid #ddd;
}

a.pagination-item-label.lien_pagination {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

a.pagination-item-label.lien_pagination:hover:not(.on active) {
    background-color: #e2e2e2;
}

a.laraquo:hover:not(.on active) {
    background-color: #e2e2e2;
}

/* Liste Article */

ul.spip li a {
    color: black;
    text-decoration: none;
}

ul.spip li {
    list-style: disc;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0.4rem;
}

ul.spip li:hover {
    background-color: #e0e0e0;
}

/*Main*/

/*Main page d'accueil*/
#articles_recents {
	margin-top:100px;
}

.divimagearticle img {
	margin-right:10px;

}



/*Main articles*/
.main {
	margin-top:100px;
	border:solid 1px #E2E2E2;
	padding:15px 40px 100px;
	text-align:justify;
}

.wrapper hfeed {
	border-left:solid 1px #E2E2E2;
	margin-left: 150px;
}

#actu {
	border: solid 1px #e2e2e2;
	width:665px;
	padding-bottom:20px;
	min-height:300px;
	padding-left:0px;
	padding-right:10px;
}

.imgactu {
	float:left;
}


#actu ul li {
	border-bottom:solid 1px #E2E2E2;
	list-style:none;
	padding-bottom:45px;
	margin-right:25px;
	/*margin-bottom:15px;
	margin-top:-10px;
	/*padding-bottom:90px;*/
}

#actu img {
	float:left;
}

#actu ul li h3 {
	font-size:1.2em;
	margin-left:10px;
}

#actu ul li h3 a {
	text-decoration:none;
	color:#000;	
}

.resumearticle {
	text-align:justify;
}

.boutonsuite {
	width:90px;
	height:23px;
	background-image:url(../../IMG/boutonlire.png);
	background-position:center;
	float:right;
	text-align:center;
	margin-top:0px;
	margin-bottom:20px;
}

.boutonsuite a {
	clear:both;
	color:#FFF;
	text-decoration:none;
	font-size:0.85em;
	display:inline-block;
	vertical-align:middle;
	margin-top:3px;
}
	

.titre {
	text-transform:uppercase;
	background-image:url(../../IMG/bouton.png);
	background-repeat:no-repeat;
	width:151px;
	height:36px;
}

.titre h1 {
	color:#FFF;
	font-size:18px;
	padding-top:9px;
	padding-left:40px;
	letter-spacing:-1px;
	border-bottom : none;
	
}

.mainarticle {
	border:solid 1px #E2E2E2;
	padding:15px 40px 100px;
	text-align:justify;
	margin-left:260px;
	width:570px;
}

/*Menu gauche*/

#sousmenugauche {
	background-color:#ebebeb;
	padding:15px;
	position:absolute;
	margin-top:85px;
	margin-left:0px;
	border-radius:10px;
	width:210px;
	
}

#sousmenugauche a {
	color:black;
	text-decoration:none;		
}


#sousmenugauche a:hover {
	color:#e46431;
}


#rubriqueli {
	margin-top:15px;
}

#sousmenugaucheul {
	margin-top:-5px;
}

.menurubriques li {
	display:list-item;
 	list-style-image:url(../../IMG/puce_orange.gif);
	margin-bottom:2px;
	margin-left:-10px;
}

.menurubriques li li {
	display:list-item;
 	list-style-image:url(../../IMG/puce_orange.gif);
	margin-bottom:3px;
	margin-left:10px;
}

.rubriqueg {
	background-color:white;
	border-radius:0px 10px 10px 0px;
	padding:6px 0px 3px 15px;
	margin-left:-15px;
	color: #e46431;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:0px;
}

.srubriqueg {
	text-transform:uppercase;
	font-size:0.9em;
}

.menurubriques li:hover .sousmenurub {
	display:block;
 }
 
 .sousmenurub {
	 display:none;
 }
 
 .sousmenurub li {
	 padding: 0.1em;
 }
 
 .articleg {
	 font-size:0.75em;
 } 

.srubriqueg .on {
	color:#e46431;
	font-weight:bold;
}

#intro {
	float:left;
	background-color:#BBB;
	padding:15px;
	border-radius:10px;
	color:white;
	margin-top:-115px;
	margin-left:260px;
	width:622px;
	height:100px;
	position:absolute;
	
}

#intro a {
	color:#e46431;
	text-decoration:none;
}

#intro a:hover {
	color:#e46431;
	text-decoration:underline;
}

#introconv {
	float:left;
	background-color:#BBB;
	padding:15px;
	border-radius:10px;
	color:white;
	width:622px;
	height:100px;
	margin-top:-202px;
	margin-left:260px;
	font-size:0.9em;
	
}

#introconv a {
	color:#e46431;
	text-decoration:none;
}

#introrub {
	float:left;
	background-color:#BBB;
	padding:15px;
	border-radius:10px;
	color:white;
	margin-top:-222px;
	margin-left:-40px;
	width:622px;
	height:100px;
	position:absolute;
	
}

#introrub a {
	color:#e46431;
	text-decoration:none;
}

#intro2 {
	float:left;
	background-color:#BBB;
	padding:15px;
	border-radius:10px;
	color:white;
	width:622px;
	height:100px;
	margin-top:-165px;
	margin-left:260px;
	
}

#intro2 a {
	color:#e46431;
	text-decoration:none;
}

#intropublic {
	float:left;
	background-color:#BBB;
	padding:15px;
	border-radius:10px;
	color:white;
	width:622px;
	height:100px;
	margin-top:-165px;
	margin-left:260px;
	
}


.mainrubrique {
	margin-top:20px;
	border:solid 1px #E2E2E2;
	padding:15px 40px 100px;
	text-align:justify;
	margin-left:260px;
	width:570px;
}


a.on {
	color:#e46431;
}

#socialtags {
	float:right;
	clear:both;
	text-align:right;
}

#socialtags li a {
	margin-left:300px;
	position:absolute;
}



/*Qui Sommes Nous*/

#sousmenugaucheqsn {
	float:left;
	background-color:#ebebeb;
	padding:15px;
	border-radius:10px;
	margin-top:30px;
	width:210px;
}

#sousmenugaucheqsn a {
	color:black;	
	text-decoration:none;
}

#sousmenugaucheqsn a:visited {
	color:black;	
}

#sousmenugaucheqsn a:hover {
	color:#e46431;	
}


#sousmenugaucheqsn li {
	display : list-item;
 	list-style-image : url(../../IMG/puce_orange.gif);
	margin-bottom:4px;
	margin-left:-20px;
}

.h3menugauche {
	background-color:white;
	border-radius:0px 10px 10px 0px;
	padding:3px 0px 3px 15px;
	margin-left:-65px;
	color: #e46431;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:-10px;
}



/*Pages rubriques et sous rubriques*/

.menu_articles_rubrique {
	padding-bottom:20px;
	margin-top:15px;	

}

.menu_articles_rubrique li {
	list-style:none;
}

.titrearticle {
	text-decoration:none;
	font-size:1.2em;
	color:#000;
}

.content {
	margin-top:-20px;
}

.divimagerubrique {
	float:left;
	margin-left:-40px;
	margin-right:10px;
}

#rubarticlesrecents  {
	text-transform:uppercase;
	letter-spacing:-1px;;
}

.rubli {
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:50px;
	border-bottom:solid 1px #ebebeb;
}

.boutonsuiterub {
	width:90px;
	height:23px;
	background-image:url(../../IMG/boutonlire.png);
	background-position:center;
	float:right;
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
}

.boutonsuiterub a {
	clear:both;
	color:#FFF;
	text-decoration:none;
	font-size:0.85em;
	display:inline-block;
	vertical-align:middle;
	margin-top:3px;
}

/*Section droite page d'accueil*/


#sectiondroite {
	margin-top:-55.5rem;
	right:0;
	margin-right:60px;
	width:200px;
	position:absolute;
}

#sectionautre {
	background-color:#e2e2e2;
	min-height:400px;
	padding-bottom:30px;
}

#sectionautre img {
	padding-top:10px;
	display:block;
	margin-right:auto;
	margin-left:auto;
}

#sectionautre p {
	padding:13px;
	margin-top:5px;
}

.h3section a {
	text-decoration:none;
	list-style:none;
	color:black;
	margin-bottom:-10px;
}

.resumesection {
	text-align:justify;
	padding:0px 15px 15px 15px;
}

.boutonsuitesection {
	width:90px;
	height:23px;
	background-image:url(../../IMG/boutonlire2.png);
	background-position:center;
	float:right;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
}

.boutonsuitesection a {
	clear:both;
	color:#FFF;
	text-decoration:none;
	font-size:0.85em;
	display:inline-block;
	vertical-align:middle;
	margin-top:3px;
}


/*Footer*/

#footer {
	background-color:#666;
	position:fixed;
	bottom:0px;
	width:980px;
	margin:auto;
	padding:10px;	
	color:#FFF;
	font-size:0.8em;
	text-align:center;
	overflow:hidden;
}

#menufooter {
	display:inline;
}


#footer ul {
	margin:auto;
	padding:0;	
	line-height:30px;
	text-align:center;
}

#footer li {
	list-style:none;
	display:inline;
	border-left:solid 2px #FFF;
	border-right:solid 2px #FFF;
	margin-left:-6px;
	padding-right:20px;
	padding-left:20px;
}

#footer a {
	text-decoration:none;
	color:#FFF;
}

#copyright {
	font-size:0.7em;
	margin-bottom:-10px;
}

/*Page contact*/

.identadresse {
	margin-left:210px;
}

/*Liens Utiles*/

.liensutiles li a {
	color: black
}

.liensutiles li {
	margin-left:50px;
	display : list-item;
 	list-style-image : url(../../IMG/puce_orange2.gif);
	margin-bottom:5px;
}

/*Adhésion*/

.identadresse2 {
	margin-left:60px;
	font-weight:bold;
}

.puce {
	margin-bottom : 3px;
	margin-right: 10px;
}

.listepuce li {
	margin-left:20px;
	display : list-item;
 	list-style-image : url(../../IMG/puce_orange.gif);
	margin-bottom:2px;
}

h3 {
	font-size:1.05em;
	font-weight:bold;
	margin-left:15px;
}

#paragraphecentre {
	text-align:center;
}

#identadherer {
	margin-left:60px;
	margin-right:60px;
	background-color:#ebebeb;
	padding:5px;

}

#identadherer h3 {
	margin-left:0px;
	font-variant:small-caps;
}

#borderdiv {
	border: solid 1px #e46431;
	margin:5px;
	padding:5px 20px 10px 20px;
}

/*Organigramme*/


h2 a {
	color:black;
}

#organigramme td {
	width: 150px;
	height:240px;
}


.tdimg {
	padding:5px;
}

.tdtxt p {
	margin-top:-100px;
	line-height:25px;
}

h4 {
	font-size:1em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}


