/************************************************************************************************************************************************/
/*																											Importation des feuilles de style	*/
/************************************************************************************************************************************************/

@import url("reset.css");
@import url("fonts.css");
@import url("defaut.css");
@import url("bloc-classement.css");
@import url("bloc-manifeste.css");
@import url("bloc-actualites.css");
@import url("head-diapo.css");
@import url("combo-box.css");
@import url("articles.css");
@import url("accueil.css");
@import url("manifeste.css");
@import url("presse.css");
@import url("evenements.css");
@import url("interviews.css");
@import url("actualites.css");
@import url("classement.css");
@import url("mentions_legales.css");

/************************************************************************************************************************************************/
/*																															Conteneur global	*/
/************************************************************************************************************************************************/

#wrap {
	height: auto; 
	min-height: 100%;
}

/************************************************************************************************************************************************/
/*																																		Header	*/
/************************************************************************************************************************************************/

header {
	display: block;
	height: 185px;
	background-color: #FFFFFF;
}

header a.logo {
	display: block;
	position: absolute;
    left: 50%;
    width: 318px;
    margin-left: -159px;
	z-index: 2000;
}

header div.left {
	float: left;
	width: 300px;
	padding-top: 20px;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #014D7B;
	overflow: auto;
}

header div.left img {
	display: block;
	float: left;
	height: 48px;
	width: auto;
	margin-right: 5px;
	margin-top: 2px;
}

header div.right {
	float: right;
	padding-top: 22px;
}

header a.actualites {
	display: block;
	width: 188px;
	height: 37px;
	margin-left: 89px;
	background-image: url(../img/header-actualites-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

header a.manifeste {
	display: block;
	width: 277px;
	height: 54px;
	margin-bottom: 5px;
	background-image: url(../img/header-manifeste-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

header a.social {
	display: block;
	float: right;
	width: 27px;
	height: 27px;
	margin-right: 15px;
}

header a.twitter {
	background-image: url(../img/header-twitter-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

header a.facebook {
	background-image: url(../img/header-facebook-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

header a.manifeste img, header a.actualites img, header a.social img {
	opacity: 1;
	transition: all 0.3s ease;
}

header a.manifeste:hover img, header a.actualites:hover img, header a.social:hover img {
	opacity: 0;
}

/************************************************************************************************************************************************/
/*																																		Menu	*/
/************************************************************************************************************************************************/

nav {
	display: block;
	height: 55px;
}

nav ul {
	display: block;
	width: 1215px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

nav ul li {
	display: block;
	float: left;
}

nav ul li:nth-child(4), nav ul li:nth-child(5), nav ul li:nth-child(6) {
	float: right;
}

nav ul li a {
	display: block;
	min-width: 125px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

nav ul li:hover a {
	background-color: #0076C4;
}

nav ul li ul {
	position: absolute;
	width: 100%;
    left: 0px;
	height: 0px;
	background-color: #0076C4;
	background-image: url(../img/sous-menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2500;
	transition: all 0.5s ease;
	overflow: hidden;
}

nav ul li:hover ul {
	height: 78px;
	padding-bottom: 5px;
}

nav ul li:hover ul.double {
	height: 112px;
}

nav ul li ul li {
	float: none;
	width: 1215px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 44px;
	overflow: auto;
}

nav ul li ul li a {
	float: left;
	min-width: 0px;
	margin-left: 3px;
	margin-right: 5px;
	padding-left: 8px;
	padding-right: 0px;
	line-height: 34px;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../img/puce2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

nav ul li:nth-child(4) ul li a, nav ul li:nth-child(5) ul li a {
	float: right;
}

nav ul li ul li a:hover {
	color: #014D7B;
	background-image: url(../img/puce3.png);
}

/************************************************************************************************************************************************/
/*																															Conteneur principal	*/
/************************************************************************************************************************************************/

section {
	display: block;
	padding-bottom: 230px;
}

/************************************************************************************************************************************************/
/*																																		Footer	*/
/************************************************************************************************************************************************/

footer {
	display: block;
    position: relative;
    margin-top: -230px;
    height: 230px;
	background-color: #002E5A;
    clear: both;
}

footer ul {
    height: 230px;
}

footer ul li {
	display: block;
	float: left;
}

footer ul li:nth-child(1) {
	width: 290px;
}

footer ul li:nth-child(1) a {
	display: block;
	width: 159px;
	margin-left: 20px;
	margin-top: 15px;
}

footer ul li:nth-child(2) {
	width: 630px;
	padding-top: 8px;
}

footer ul li:nth-child(2) p {
	display: block;
	padding-top: 20px;
	line-height: 22px;
}

footer ul li:nth-child(2) p:nth-child(3) {
	line-height: 20px;
	font-size: 14px;
}

footer ul li:nth-child(2) p:nth-child(4) {
	padding-top: 25px;
	line-height: 27px;
}

footer ul li:nth-child(2) p a {
	color: #FFFFFF;
	transition: all 0.3s ease;
}

footer ul li:nth-child(2) p a:hover {
	color: #0076C4;
}


footer ul li:nth-child(2) p a.social {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	margin-right: 5px;
}

footer ul li:nth-child(2) p a.twitter {
	background-image: url(../img/footer-twitter-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

footer ul li:nth-child(2) p a.facebook {
	background-image: url(../img/footer-facebook-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

footer ul li:nth-child(2) p a.social img {
	opacity: 1;
	transition: all 0.3s ease;
}

footer ul li:nth-child(2) p a.social:hover img {
	opacity: 0;
}

footer ul li:nth-child(2) p:nth-child(4) span {
	display: block;
	float: left;
	margin-left: 5px;
	line-height: 27px;
}

footer ul li:nth-child(3) {
	position: relative;
	float: right;
	width: 290px;
	padding-top: 182px;
	height: 23px;
}

footer li:nth-child(3) span, footer li:nth-child(3) a, footer li:nth-child(3) img {
	display: block;
	float: left;
}

footer li:nth-child(3) span, footer li:nth-child(3) a {
	line-height: 23px;
	font-size: 14px;
} 

footer li:nth-child(3) span{
	margin-left: 15px;
}

footer li:nth-child(3) a, footer li:nth-child(3) img {
	margin-left: 5px;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

footer li:nth-child(3) a:hover {
	color: #0076C4;
}

footer ul li:nth-child(3) a.bouton {
	position: absolute;
	width: 117px;
	height: 55px;
	right: 5px;
	top: 20px;
	background-image: url(../img/footer-up-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

footer ul li:nth-child(3) a.bouton img {
	margin-left: 0px;
	opacity: 1;
	transition: all 0.3s ease;
}

footer ul li:nth-child(3) a.bouton:hover img {
	opacity: 0;
}
