/* ****************************************************

	@file		  screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	@version	  20090527

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	line-height: 1.3;
	color: #000;
	background: #00294e url("../img/bg-body-2.gif") repeat-y top center;
	position: relative;
	behavior: url("/js/csshover.htc");
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; color: #ba7c00; vertical-align: baseline; }
a:focus { outline: 1px dotted; }
a:visited { color: #a7833a; }
a:hover, a:focus { color: #986500; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }

button::-moz-focus-inner { border: 0; padding: 1px; }

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8;
}


#wrap {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: #00294d url("../img/bg-body-2.gif") repeat-y top center;
}

#wrap #wrap-inner {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url("../img/bg-body.jpg") no-repeat fixed top center;
}


/*
 * @section Entête
 ******************************************************************************/

#entete {
	width: 965px;
	margin: 0 auto;
	height: 148px;
	position: relative;
}

#entete h1 {
	padding-top: 24px;
	padding-left: 24px;
}

#entete h1 a {
	outline: none;
	display: block;
	width: 221px;
	height: 107px;
	background: url("../img/img-logo.png") no-repeat;
	text-indent: -9999px;
}

#entete #recherche {
	position: absolute;
	bottom: 45px;
	right: 12px;
}

#entete #recherche input {
	float: right;
	margin-top: 1px;
}

#entete #recherche #s {
	border: 1px solid #000;
	background: #fff url("../img/bg-recherche.jpg") repeat-x top left;
	padding: 4px 5px;
	width: 180px;
	float: right;
	margin-right: 4px;
	margin-top: 0;
}

#entete #utilitaires {
	position: absolute;
	bottom: 10px;
	right: 15px;
	margin: 0;
}

#entete #utilitaires li {
	float: right;
	padding-left: 10px;
}

#entete #utilitaires li a {
	color: #c1cdd7;
	text-transform: uppercase;
	font-weight: bold;
}


/*
 * @section Navigation
 ******************************************************************************/

#nav {
	height: 49px;
	z-index: 8000;
	position: relative;
	
}

#nav-outer {
	background: url("../img/bg-nav.png") repeat-y top center;
	height: 46px;
	padding: 3px 0 0 0;
}

#nav-inner {
	width: 965px;
	margin: 0 auto;
}

#nav ul {
	margin: 0 0 0 25px;
	border-left: 1px solid #66962d;
	position: relative;
	z-index: 7999;
}

#nav li {
	float: left;
	border-right: 1px solid #66962d;
	position: relative;
	z-index: 8000;
}

#nav li a {
	color: #253510;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 32px;
	padding: 14px 22px 0;
	float: left;
	text-decoration: none;
}

#nav li:hover a,
#nav li a:hover {
	background: url("../img/bg-nav-over.jpg") repeat-x top left;
}

#nav li ul {
	position: absolute;
	z-index: 9000;
	top: 46px;
	left: -9999px;
	margin: 0;
	border: none;
	width: 200px;
}

#nav li:hover ul {
	left: 0;
}

#nav li ul li {
	float: none;
	border: none;
	background: #97c55f;
	height: 1%;
	position: static;
}

#nav li:hover ul li a,
#nav li ul li a {
	height: auto;
	float: none;
	padding: 8px 30px;
	text-transform: none;
	font-weight:  normal;
	background: #97c55f;
	height: 1%;
}

#nav li ul li a:hover {
	background: #cae3ab;
}

/*
 * @section Contenu
 ******************************************************************************/

#contenu {
	background: url("../img/bg-page.png") repeat-y top center;
	height: 1%;
	position: relative;
}

#contenu-wrap {
	width: 965px;
	margin: 0 auto;
}

#contenu-inner {
	padding: 15px 15px 20px 20px;
	background: #fff url("../img/bg-contenu.jpg") no-repeat top center;
	margin-left: 1px;
}

.colonnes {
	clear: both;
}

.colonne-principale {
	width: 700px;
	float: left;
}


/*
 * @section Message
 ******************************************************************************/
 
.message {
	background: url("../img/bg-message-tile.gif") repeat-y top left;
	color: #fff;
	margin: 0 0 1em;
	height: 1%;
}

.message .message-top,
.message .message-bottom {
	background: url("../img/bg-message-top.gif") repeat-y top left;
	font-size: 0pt;
	height: 8px;
}

.message .message-bottom {
	background: url("../img/bg-message-bottom.gif") repeat-y top left;
}

.message .message-inner {
	padding: 7px 1px 7px 45px;
	text-align: center;
	font-size: 120%;
	background: url("../img/bg-message.gif") no-repeat 15px 5px;
}

.message .message-inner h2 {
	margin: 0 0 0.4em;
}

.message .message-inner p {
	margin: 0;
}
 

/*
 * @section Sidebar
 ******************************************************************************/

.colonne-secondaire {
	width: 217px;
	height: 1%;
	float: right;
	color: #1d5300;
}

.colonne-secondaire .sidebar-inner {
	background: #d1e3b5;
	padding: 2px 7px;
	height: 1%;
}

.colonne-secondaire .sidebar-top,
.colonne-secondaire .sidebar-bottom {
	height: 8px;
	font-size: 0pt;
	background: url("../img/bg-sidebar-top.gif") no-repeat top left;
	float: left;
	width: 100%;
}

.colonne-secondaire .sidebar-bottom {
	background: url("../img/bg-sidebar-bottom.gif") no-repeat bottom left;
}

.colonne-secondaire .coords {
	padding: 1px 7px 0;
}

.colonne-secondaire .coords h2 {
	text-transform: uppercase;
	margin-bottom: 3px;
}

.colonne-secondaire .coords p {
	font-size: 95%;
}

.colonne-secondaire .coords a {
	color: #1d5300;
	font-weight: bold;
	text-decoration: underline;
}

.colonne-secondaire .photos ul {
	margin: 0;
}

.colonne-secondaire .photos ul li {
	background: url("../img/bg-sidebar-photo.jpg") no-repeat top left;
	padding: 7px 0 7px 7px;
	margin-bottom: 13px;
}

.colonne-secondaire .photos ul li img {
	display: block;
}

.colonne-secondaire .partenaires {
	background: #fff;
	width: 201px;
	margin: 0 auto;
	color: #74a62f;
}

.colonne-secondaire .partenaires h2 {
	font-size: 150%;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 0.5em;
}

.colonne-secondaire .partenaires .partenaires-top,
.colonne-secondaire .partenaires .partenaires-bottom {
	height: 8px;
	font-size: 0pt;
	background: url("../img/bg-partenaires-top.gif") no-repeat top left;
}

.colonne-secondaire .partenaires .partenaires-bottom {
	background: url("../img/bg-partenaires-bottom.gif") no-repeat bottom left;
}

.colonne-secondaire .partenaires ul li {
	float: left;
	width: 100%;
	clear: both;
}

.colonne-secondaire .partenaires ul,
.colonne-secondaire .partenaires ul li {
	margin: 0;
}

.colonne-secondaire .partenaires ul li img {
	display: block;
}

/*
 * @section Pages
 ******************************************************************************/

.colonne-principale .page {
	padding: 25px 50px 25px 28px;
}

.colonne-principale .page .categorie {
	color: #83bb3b;
	font-size: 140%;
}

.colonne-principale .page .categorie a {
	color: #83bb3b;
}

.colonne-principale .page h1 {
	color: #2b5a81;
	font-size: 260%;
	font-weight: normal;
	margin-bottom: 0.7em;
}

.colonne-principale .page h1.categorie {
	font-size: 260%;
	font-weight: normal;
	margin-bottom: 0.3em;
}

.colonne-principale .page .article {
	margin: 2.5em 0 2.5em;
}

.colonne-principale .page .article h2 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0.3em;
	width: 100%;
	overflow: hidden;
}
.colonne-principale .page .article h2 a {
	color: #2b5a81;
	display: block;
	background: url("../img/bg-titre-article.gif") no-repeat 0 2px;
	padding: 1px 1px 1px 28px;
	float: left;
	outline: none;
}

/*
 * @section Accueil
 ******************************************************************************/

#accueil .photos {
	position: relative;
}
 
#accueil .photos ul {
	margin: 0;
	position: absolute;
	left: 95px;
	top: 220px;
}

#accueil .photos li {
	float: left;
}

#accueil .photos li.lien2 {
	margin-top: 15px;
}
 
#accueil .photos li a {
	width: 260px;
	height: 240px;
	display: block;
	position: relative;
	outline: none;
}

#accueil .photos li a .cadre {
	width: 260px;
	height: 189px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/bg-accueil-cadre.png") no-repeat top left;
	display: block;
}

#accueil .photos li a.ie6over .cadre,
#accueil .photos li a:hover .cadre {
	background-position: bottom left;
	border-bottom: 1px solid #fff;
}

#accueil .photos li a img {
	padding: 12px 0 0 13px;
	display: block;
}

#accueil .photos li a strong {
	width: 260px;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/accueil/lien-1.jpg") no-repeat top left;
	display: block;
}

#accueil .photos li.lien2 a strong {
	background: url("../img/accueil/lien-2.jpg") no-repeat top left;
}

#accueil .photos li a.ie6over strong,
#accueil .photos li a:hover strong {
	background-position: bottom left;
}

#accueil .texte {
	padding-top: 190px;
	padding-left: 95px;
	padding-right: 85px;
}

#accueil .texte h2 {
	color: #74a62f;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 0.8em;
}

#accueil .texte h3 {
	color: #74a62f;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0.8em;
}

#accueil .photosvideos {
	background: url("../img/bg-photosvideos.gif") no-repeat 0 3px;
	padding: 5px 3px 8px 40px;
}

/*
 * @section Contenu texte
 ******************************************************************************/
 
.texte ul li {
	list-style: disc;
}

.texte .mt-image-none,
.texte .mt-image-center,
.texte .mt-image-right,
.texte .mt-image-left {
	border: 1px solid #bfbfbf;
	padding: 6px;
}
 
/*
 * @section Footer
 ******************************************************************************/

#footer {
	background: url("../img/bg-footer.png") no-repeat top center;
	height: 48px;
	font-size: 0pt;
	position: relative;
	z-index: 1;
}
