/*********************************************************************
 ******************* TOP BOTTOM ARTICLE GALERIE **********************
 *********************************************************************/
 
@import url(galerie.css);
@import url(top.css);
@import url(bottom.css);
@import url(mooflow.css);

/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/

body, html {
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
}

html{
	background: #dae6ed url('../img/backgroundHtml.jpg') repeat-x;
}

body{
	
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: black;
}
a:hover{
	color: gray;
}
*:focus {
 outline: none;
}

/* ------ MENU ACCORDEON ------ */

#accordion #menuShadow{
	display: block;
	width: 273px;
	height: 24px;
	background: transparent url('../img/menuShadow.png') no-repeat;
}

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
 width: 273px;
} 

.acc_element h3 {
 margin: 0;
 padding: 0;
 width: 273px;
}

#accordion h2.first{
	background: transparent url('../img/menuRed.png') no-repeat;
	height: 43px;
	line-height: 43px;
}
#accordion h2.last{
	background: transparent url('../img/menuYellow.png') no-repeat;
	height: 43px;
	line-height: 43px;
}
#accordion h2.odd{
	background: transparent url('../img/menuGreen.jpg') no-repeat;
	height: 45px;
	line-height: 45px;
}
#accordion h2.even{
	background: transparent url('../img/menuBlue.jpg') no-repeat;
	height: 45px;
	line-height: 45px;
}
#accordion h2 a{
	color: white;
	padding-left: 20px;
	display: block;
	background: transparent url('../img/menuFleche.png') 250px center no-repeat;
}
#accordion h2 a:hover{
	background-image: url('../img/menuFlecheHover.png');
}
#accordion h3 a{
	padding-left: 30px;
	color: black;
	/*border: solid 1px black;
	border-top: none;*/
	background-color: #D5D8DC;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	display: block;
	width: 241px;
	margin: 2px 0;
}
#accordion h3 a:hover{
	color: gray;
}

.acc_element h3.last{
	border-bottom: solid 1px black;
}

/* ------ STRUCTURE DE LA PAGE (DECOUPAGE) ------ */

h1 {
 text-indent: -9999px; 
 margin: 0;
 padding: 0;
}

h2.block {
 margin: 0px;
 padding: 3px 5px 1px 5px;
 background: #aaa;
 color: #000;
 font-size: 15px;
}

div.block {
 padding: 8px;
}

h3 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}

#conteneur {
	background: transparent url('../img/backgroundBody.jpg') center bottom repeat-x;
}

#page {
 width: 924px;
 margin: auto;
}

#header {
 background: transparent url('../img/backgroundHeader.jpg') 328px 55px no-repeat;
 height: 414px;
}
#header .headerText{
	height: 55px;
	background: transparent url('../img/backgroundHeaderText.png') no-repeat top center;
}
#header .headerText .headerTextLeft{
	height: 39px;
	line-height: 39px;
	float: left;
}
#header .headerText .headerTextLeft a{
	color: #cfc9be;
	margin-right: 15px;
}
#header .headerText .headerTextLeft a:hover{
	color: white;
}
#header .headerText .headerTextRight{
	height: 39px;
	line-height: 39px;
	float: right;
}
#header .headerText .headerTextRight a{
	height: 31px;
	line-height: 31px;
	width: 119px;
	padding: 0 3px;
	background: transparent url('../img/headerTextRight.png') no-repeat 0 -31px;
	text-align: center;
	color: white;
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 2px;
}
#header .headerText .headerTextRight a:hover{
	background-position: 0 0;
}

#header a.logo{
	text-indent: -9999px;
	background: transparent url('../img/logo.jpg') no-repeat;
	height: 330px;
	width: 328px;
	display: block;
}
#body {
	margin: 0;
	padding: 0;
}

#body #pageGray{
	background: transparent url('../img/backgroundPage.jpg') repeat-y;
	width: 924px;
	height: 100%;
}

#body #wrapper {
 height: 100%;
 float: right;
 width: 595px;
 padding-top: 17px;
}

#body #left {
 width: 290px;
 float: left;
 min-height: 300px;
 padding: 17px 20px 0 19px;
 background: transparent url('../img/backgroundMenu.jpg') 19px 17px no-repeat;
}

#body #right {
 float: right;
 width: 200px;
 min-height: 300px;
}

#body .center {
 width: 573px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
 min-height: 300px;
 overflow: hidden;
}

.contact_frame{
	padding: 15px;
}


/* --- Articles --- */

.article, #contenu{
	width: 573px;
	
	background: transparent url('../img/backgroundArticle.jpg') no-repeat;
}

.article h2, #contenu h2 {
 margin: 0;
 padding: 15px 0px 10px 20px;
 background: transparent url('../img/actuTitre.jpg') 0 bottom repeat-x;
 font-size: 18px;
 color: #white;
 font-weight: bold;
 color: white;
}

.article .contenu {
 padding: 0 10px;
 text-align: justify;
 font-size: 12px;
 overflow : hidden;
}

.article .contenuMention{
 padding: 0 10px;
 text-align: justify;
 font-size: 12px;
 height:480px;
 overflow:auto
}


.article a.plus {
 margin: 0 0 10px 10px;
 display: block;
 text-decoration: none;
 color: #333;
 float: left;
 padding: 2px 5px;
 font-size: 11px;
 font-weight: bold;
}

.article a.plus:hover {
 color: #000;
}



#preFooter{
	height: 120px;
	background: transparent url('../img/bottomPage.jpg') no-repeat;
	line-height: 130px;
}
#preFooter .link{
	float: right;
}
#preFooter .link a{
	color: #727272;
}
#preFooter .link a:hover{
	color: #2a919e;
}
#preFooter #logoEkinoxe{
	float: left;
	text-indent: -9999px;
	width: 121px;
	height: 44px;
	display: block;
	background: transparent url('../img/ekinoxe.png') no-repeat;
	margin: 45px 0 0 80px;
}

.galeries{
	width: 573px;
	min-height: 100px;
	background: transparent url('../img/backgroundArticle.jpg') no-repeat;
}
.galeries .onglets .onglet a{
	font-weight: bold;
	color: white;
	padding: 15px 0px 10px 20px;;
	font-size: 18px;
	background: transparent url('../img/actuTitre.jpg') 0 bottom repeat-x;
	display: block;
}
