@CHARSET "UTF-8";

html {
	
}

body {
	font-size: small; 
	color: #6A5E50;
	font-family: Trebuchet MS, Arial, Verdana, Sans-serif;
	padding: 0;
	margin: 0;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}


.negatif {
	background: #979189;
	color: #fff;
	padding: 1px 5px 2px;
} 
/* Description des réactions des liens */


a:link {
	color: #f25447;
}
a:visited {
	color: #f25447;
}
a:focus, a:hover {
	color: #6C6459;
}
a:active {
	color: grey;
}

img {
	border: none;
}
strong {
	font-weight: normal;
}



div#topline span.tel {
	font-size: 2em;
}
div#topline p.rue {
	font-size: 1.5em;
	margin-top: 20px;
}
div {
	float:left;
	position: relative;
	margin-bottom: 10px;
	background: none;
}
div div {
	
}
div.ga_50 {
	width: 50%;
	height: 100%;
}
div.dr_50 {
	width: 50%;
	text-align: right;
	height: 100%;
}
div#wrapper {
	float: left;
	
	margin-bottom: 0;
	margin-top: 10px;
	border: none 1px red;
}

div#header {
	width: 100%;
	margin-bottom: 0px;
	height: 180px;
	border: none 1px red;
}
div#alerte_ie {
	width: 96%;
	color: #000;
	background: pink;
	text-align: center;
	padding: 2%;
}
div#logo {
	width: 500px; /* emettre a 200 pixel */
	height: 120px;
	border: none 1px blue;
}
div#logo img {
	margin-top: 0px;
	border: none;
}
div#logo h1 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}
div#topline {
	float: left;
	width: 300px;
	height: 120px;
	font-size: .9em;
	margin-bottom: 0px;
	border: none 1px green;
}

div#topline div#top_dr{
	width: 100%;
	height: 100%;
	text-align: right;
}
div#topline p {
	margin: 10px 0 0 0;
}
div#top_ga p {
	margin-top: 6px;
	font-size: 1.2em;
}
div#top_social {
	float: right;
	width: 150px;
	height: 120px;
	margin-bottom: 0px;
	border: none 1px cyan;
	text-align: center;
	border-left: solid 1px #ccc;
}
div#top_social p {
	margin-top: 10px;
	margin-bottom: 0;
}
div#top_social img {
	border: none;
}
div#top_social a.first {
	margin-right: 15px;
}
div#block_menu {
	
	width: 100%;
	height: 40px;
	border: none 1px red;
}
div#main_menu {
	width: 960px;
	height: 100%;
	z-index: 2;
	font-weight: bold;
	font-size: small;
	background: #9C8A75 url("../images/fond_2.png") repeat-x top left;
}
div#mm_ga {
	width: 10px;
	height: 100%;
	background:  url("../images/coins_1.png") no-repeat top left;
}
div#mm_dr {
	width: 10px;
	height: 100%;
	background:  url("../images/coins_3.png") no-repeat top left;
}

/*on definit la taille de la div du menu ainsi que la taille de parties du menu.*/ 
div#main_menu div.menu { 
    background: #9C8A75 url("../images/fond_1.png") repeat-x top left;
} 
div#main_menu div.menu ul { 
    padding: 0; 
    margin:0px; 
    list-style: none; /*on enleve les icones de liste */ 
}
/*On positionne les elements du menu */ 
div#main_menu div.menu ul li { 
	position: relative;
	height: 40px;
	line-height: 40px;
	
	
}


div#main_menu div.menu ul.niveau1 > li { 
	float:left;
	text-align: left;
	padding: 0 11px 0 11px;
	border-left: solid 1px #fff;
}
div#main_menu div.menu ul.niveau1 > li:first-child { 
	border-left: none;
	padding-left: 0;
}
div#main_menu div.menu ul.niveau1 > li.last { 
	padding-left: 16px;
	padding-right: 7px;
	background: #9C8A75 url("../images/fond_2.png") repeat-x top left;
}
div#main_menu div.menu ul.niveau2 > li { 
	text-align: center;
	background: #F6855E;
	border-top: solid 1px #fff;
	opacity: 0.8;
}
ddiv#main_menu div.menu ul.niveau3 > li { 
	text-align: center;
	background: #F6855E;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
div#main_menu div.menu ul.niveau2 > li:first-child,
div#main_menu div.menu ul.niveau3 > li:first-child { 
	border-top: none;
}
div#main_menu div.menu ul ul.niveau2 { 
	position: absolute; 
	width: 200px;
	top: 40px; 
	left: 0px; /*XXXpx correspond au décalage a droite, on décale de la taille du ul de base*/
	display:none
}
div#main_menu div.menu ul ul.niveau2.last { 
	position: absolute; 
	width: 200px;
	top: 40px; 
	left: -105px; /*XXXpx correspond au décalage a droite, on décale de la taille du ul de base*/
	display:none
}
div#main_menu div.menu ul ul.niveau3 { 
	position: absolute; 
	width: 200px;
	top: 0px; 
	left: 150px; /*XXXpx correspond au décalage a droite, on décale de la taille du ul de base*/
	display:none
} 
div#main_menu div.menu li a { 
	text-decoration: none; 
	color: #fff;
	letter-spacing: 0.1em;
}
div#main_menu div#menu li a:hover { 
	
}

/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */ 
div#main_menu div.menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#main_menu div.menu ul.niveau2 li.sousmenu:hover ul.niveau3 { 
display:block;

}

div#main_menu div.menu ul.niveau1 li.sousmenu:hover {
	background: #F6855E;
}
div#main_menu div.menu ul.niveau1 li.last:hover {
	background: #a18e79;
}
div#main_menu div.menu ul.niveau2 li:hover {
	opacity: 1;
}

div#banner {
	width: 100%;
	height: 5px;
	background: #9fad4a url("../images/fond_1.jpg") repeat-y top left;
}

div#messages_quotidiens {
	width: 100%;
	text-align: right; 
}
div#messages_quotidiens p {
	margin: 0px 10px;
}
div#bread {
	width: 100%;
	height: 25px;
	background: none;
	border-bottom: 1px dotted #ccc;
	color: #999;
}
div#bread_ga {
	width: 70%;
	height: 100%;
}
div#bread_dr {
	width: 30%;
	height: 100%;
	text-align: right;
}
div#bread p {
	margin: 4px 10px;
}
div#bread a:link, div#bread a:visited {
	text-decoration: none;
	color: #999;
}
div#bread a:focus, div#bread a:hover {
	color: #999;
	text-decoration: underline;
}



div#main {
	width: 100%;
}

div.article {
	border-right: none 3px #ddd;
	border-bottom: none 3px #ddd;
	padding-right: 2%;
	padding-left:  2%;
	
}
div.article b {
	color: #94500C;
}
div.article div {
	width: 100%;
	border-bottom: solid 1px #DDDAD8;
	padding-bottom: 20px;
}
div.article div:first-child {
	padding-bottom: 0;
}
div.article li {
	margin-top: 15px;
}
div.article p {
	line-height: 1.5em;
}
	
/* MISE EN FORME pied de page */

div#footer {
	width: 100%;
	color: #999;
	border-top: solid 1px #ccc;
}
div#footer p {
	margin: 5px 0;
}

div#footer div.ga_50 {
	width: 70%;
	height: 100%;
	font-size: x-small;
}
div#footer div.dr_50 {
	width: 30%;
	text-align: right;
	height: 100%;
}
div#footer div.ga_50  ul {
	list-style-type: none;
	padding-left: 0;
}
div#footer div.ga_50  ul.niveau1 {
	font-weight: bold;
	
}
div#footer div.ga_50  ul.niveau2 {
	font-weight: normal;
}
div#footer div.ga_50  li.sousmenu { 
	float: left;
	padding: 0 10px 0 10px;
	width: 80px;
}

div#footer div.menu li a { 
	text-decoration: none; 
	color: #999;
}
div#footer div.menu li a:hover { 
	color: #999;
	text-decoration: underline;
}

div#footer_proactik {
	width: 100%;
	height: 140px;
	text-align: center;
	font-size: .9em;
	color: #999;
}

a.foot_proac  {
	color: #999;
}
a.foot_proac:hover {
	color: #f25447;
}
