/**
* commonStyle.css, AVPE
* Feuille de style des pages g�n�rales
*
* @author Christophe GALIN, Olivier BLAIS <contact@netdcom.com>
* @version 1.0
*/

/**
* Contenu g�n�ral
*/

html, body {
	margin: 0;
	height: 100%;
}

body {
	padding: 0;
	width: 100%;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	background: #697367 url(./../images/background.jpg) repeat-x;
}

input {
border:1px solid #CCCCCC;
background-color:white;
font-size: 12px;
height:15px;
}
select, option {
border:1px solid #CCCCCC;
background-color:white;
font-size: 12px;
}
textarea {
border:1px solid #CCCCCC;
font-size: 12px;
}

H1 {
font-size: 18px;
color:#0C4E82;
}

img {
	border: none;
}

a {
color: #525254;
font-size: 11px;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
}

.hidden {
	display: none;
}

div#global {
	margin: 0 auto;
	padding: 0;
	width: 841px;
	height: 100%;
	position: relative;
}

/**
* Header
*/

div#header {
	margin: 0 ;
	padding: 0;
	width: 841px;
	height: 117px;
	background: url(./../images/header.jpg) no-repeat;
	position: relative;
}

div#header h1 {
	margin: 0 ;
	padding: 0;
	bottom: 0;
	left: 0;
	text-indent: -9999px;
	position: absolute;
}

div#header h1 a {
	margin: 0 ;
	padding: 0;
	width: 145px;
	height: 85px;
	display: block;
}

div#header h2 {
	margin: 0 ;
	padding: 0;
	text-indent: -9999px;
}

div#childSpace {
	margin: 0 ;
	padding: 0;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
	position: absolute;
}

div#childSpace a {
	margin: 0 ;
	padding: 0;
	width: 95px;
	height: 80px;
	display: block;
}

/**
* Menu horizontal
*/

div#menu {
	margin: 0;
	padding: 0;
	width: 841px;
	height: 24px;
	font-size: 11px;
	background: #EEE  url(./../images/menu.jpg) no-repeat;
	position: relative;
}

div#menu ul {
width:730px;
	margin: 0 0 0 50px;
	padding: 0;
	list-style-type: none;

}

div#menu li {

	margin: 0;
	padding: 0;
	color: #0C4E82;
	font-weight: bold;
	line-height: 24px;
	display: inline;


}

div#menu li a {
	margin: 0;
	padding: 0 5px;
	color: #525254;
	display: inline;
}

/**
* Zone central
*/

div#container {
	margin: 0 7px;
	padding: 0;
	width: 829px;
	min-height: 502px;
	background-color: #EEE;
	position: relative;
}

/**
* Zone central / colonne de gauche
*/

div#leftColumn {
	margin: 0;
	padding: 0;
	width: 128px;
	min-height: 502px;
	float: left;
}

/**
* Zone central / colonne de gauche / menu vertical
*/

div#vmenu {
	margin: 30px 0 0 0;
	/* padding: 10px 0 10px 0; */
	padding: 0px 0 10px 0;
	width: 128px;
	min-height: 196px;
	font-size: 12px;
	background-color: #E2EAEF;
	z-index: 100;
	position: relative;
}

div#vmenu dl {
	margin: 0;
	padding: 0;
	width: 128px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}

div#vmenu dt {
	margin: 0;
	padding: 0px 0;
	width: 128px;
}

div#vmenu dt a {
	padding-right: 12px;
	color: #0C4E82;
	font-weight: bold;
	text-align: right;
	width: 116px;
	display: block;
}

div#vmenu dd {
	margin: -30px 0 0 0;
	padding: 0;
	left: 110px;
	position: absolute;
}

div#vmenu ul {
	margin: 0;
	padding: 2px 5px;
	background-color: #E2EAEF;
	border: 1px solid #778F9F;
	list-style-type: none;
	display: block;
}

div#vmenu li {
	margin: 0;
	padding: 2px 0;
	text-align: left;
}

div#vmenu li a {
	color: #0C4E82;
	font-weight: bold;
	display: block;
}

/**
* Zone central / colonne de gauche / infos du site
*/

div#infoSite {
	margin: 15px 0 0 0;
	padding: 0;
	width: 128px;
	height: 40px;
}

div#infoSite ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#infoSite li {
	margin: 0;
	padding: 0 0 3px 0;
	text-align: center;
}

div#infoSite li a {
	color: #002D4E;
	font-size: 11px;
}

/**
* Zone central / colonne de gauche / soutien
*/

div#support {
	margin: 5px 0 0 0;
	padding: 0;
	width: 128px;
	height: 100px;
	color: #90B0C7;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

/**
* Zone central / colonne de droite
*/

div#rightColumn {
	margin: 0 23px 0 0;
	padding: 0;
	width: 678px;
	min-height: 502px;
	float: right;
}

div#headerContent {
	margin: 0;
	padding: 0;
	width: 678px;
	height: 40px;
	background: #FEFEFE  url(./../images/hcontent.jpg) top no-repeat;
}

div#content {
	margin: -20px 0 0 0;
	padding: 0 30px 0 44px;
	width: 604px;
	min-height: 422px;
	background: #FEFEFE url(./../images/content.jpg) top left no-repeat;
}

div#footerContent {
	margin: 0;
	padding: 0;
	width: 678px;
	height: 40px;
	background: #FEFEFE  url(./../images/fcontent.jpg) bottom no-repeat;
}

/**
* Footer
*/

div#footer {
	margin: 0;
	padding: 0;
	width: 841px;
	height: 34px;
	background: #EEE  url(./../images/footer.jpg) no-repeat;
	position: relative;
}

/**
* Zone central / index
*/

div#leftContent {
	margin: 0;
	padding: 0 17px 0 0;
	width: 378px;
	min-height: 422px;
	float: left;
}

div#titleEdito {
	margin: 0;
	padding: 0 10px;
	width: 358px;
	height: 25px;
	color: #FFF;
	text-align: right;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #E75A3E;
	position: relative;
}

div#leftContent a {
	color: #E75A3E;
	font-weight: bold;
}

div#titleEdito h3 {
	margin: 0;
	padding: 0;
	top: 0;
	left: 10px;
	position: absolute;
}

div#actu {
	margin: 0;
	padding: 0;
	width: 192px;
	font-size: 11px;
	float: right;
}

div#actu h4 {
	margin: 0 0 14px 0;
	padding: 0 0 0 20px;
	color: #414141;
	font-size: 13px;
	background: url(./../images/actu.jpg) no-repeat;
	background-position: 0 3px;
}

div#actu dl {
	margin: 0;
	padding: 0 0 11px 7px;
	width: 183px;
	border-left: 2px solid #E75A3E;
}

div#actu dt {
	margin: 0;
	padding: 0;
	width: 183px;
	font-weight: bold;
}

div#actu dd {
	margin: 0;
	padding: 0;
	width: 183px;
}

div#actu p {
	margin: 0;
	padding: 0;
	width: 183px;
}

.spacer {
	margin: 8px 0;
	padding: 0;
	width: 183px;
	height: 1px;
	background-color: #EEE;
}

div#vmenu dl:first-child dt a{
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 0px;
	color: white;
	background: #E75A3E;
	text-align: left;
}

div#vmenu dl:first-child dt a:after{
	content:"";
   display:inline-block;
   width:30px;
   height:30px;
   background:url(../images/donner-de-amour.png) no-repeat;
   background-size:100%;
	 margin-left: 1.25em;
	 animation: bounce 0.45s ease infinite alternate;
}
div#vmenu dl:first-child dt a br{
	content: "";
	 display: block;
	 margin-bottom: -1.5em;
}

@keyframes bounce{
 from {transform: translateY(0);}
 to   {transform: translateY(-5px);}
}

div#vmenu dl:first-child dt hr{
	margin-top: 0;
}


.encartDiv{
	background-color: #E75A3E;
	padding: 30px 0;
}
.encartDiv::after {
	content: '';
	border-top: 40px solid white;
	border-left: 50px solid transparent;
	position: absolute;
	right: 278px;
	top: 515px;
}
.encartDiv .encartA{
	color: white !important;
	font-size: 16px !important;
}
.encartDiv .encartA:hover{
	text-decoration: none;
}

.encartDiv br{
	content: "";
	 display: block;
	 margin-bottom: 1.5em;
}
