/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939;
	line-height: 20px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	behavior: url(csshover.htc);
}

table {
	
}

td {
	padding-left: 3px;
	padding-right: 3px;
}

h1, h2, h3 {
	margin-top: 1.5em;
	margin-bottom: 0.79em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

p, ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #63B429;
}

/** Header Style Starts Here */

#bienvenue {
	width: 800px;
	height: 0;
	margin: 0 auto;
	margin-top: 5px;
	padding-right: 79px;
	text-align:right;
	color: #fff;
}

#bienvenue a {
	color: #fff;
}

#header {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	margin-top: 30px;
	text-align:center;
	padding-top: 30px;
	background: url(images/bandeau-vert.jpg) no-repeat;
}
#header a {
	text-decoration: none;
}

/* diaporama fondu bandeau */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
margin: 0 auto;
border-left: 5px solid #0e7d1f;
border-right: 5px solid #0e7d1f;
width: 790px; /*width of featured content slider*/
height: 208px;
background: white;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 780px; /*width of content DIVs within slider. Total width should equal slider's inner width (780+5+5=790) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#bandeau1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	padding-top: 80px;
}

#bandeau2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	padding: 80px 0 0 80px;
}

#bandeau3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	padding-top: 70px;
}

#bandeau4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	padding-top: 70px;
}

#bandeau5 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	padding-top: 70px;
}

#bandeau6 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	padding-top: 80px;
}



/** Menu Style Starts Here */
#contmenu {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 43px;
	background: url(images/fondmenu.gif);
}

#menu {
	font-size: 14px;
	font-weight:bold;
}

#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0 5px; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 43px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 158px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 

}


#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
		margin: 0;
        width: 158px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		background: green;
		text-align: left;
}


#menu li ul li /* Éléments de sous-listes */
{
        font-size: 11px;
		/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
		line-height:22px;
		padding-left: 5px;
		width: 153px;
}


#menu li:hover {
		background: #6aaa0c;
}

#menu li ul li a:hover {
		color: #000;
}


#menu li:hover ul, #menu li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}


/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff /* url(images/image04.jpg) no-repeat left bottom */;
}

#page-bottom {
	background: url(images/image03.jpg) no-repeat left top;
	margin: 0;
}

#content {
	float: right;
	width: 490px;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 19px;
}

#content h2 {
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#cont_sidebar {
	float: left;
	width: 180px;
}

#sidebar {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px 0 0 10px;
	background: #e8f7e5;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 20px;
	font-weight: normal;
}

#sidebar li img {
	float: left;
	margin: 0 10px 0 0;
}

#sous_actu {
	width: 180px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px 0 0 10px;
	background: #fff;
}

/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/image02.jpg) no-repeat left top;
	line-height: 13px;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}