/* CSS Document */

/* PROPRIETES GENERALES */
body {
	height: 100%;
	margin: 15px 0px 0px;
	padding: 0;
	font-family:"trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:70%;
	line-height: 133%;
	color:#333333;
	text-align:inherit;
	background-color: #c2b8aa;
	background-image: url(images/bkg_fond.png);
	background-repeat: repeat-y;
}
h1{
	font-size:25pt;
	line-height: 10px;
	color:#f00;
	margin: 0px;
	font-family: Chiller;
	padding-top: 10pt;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
h2{
	font-size:130%;
	color:#f00;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	/*padding: O% 0% 0% 0%;
	font-weight: bold;*/
}
img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #f00;
}
hr {
	clear: both; 
	visibility: hidden;
	margin: 0;
	padding: 0;
}
a {
	color:#FD6306;
	text-decoration:none;
	font-size: 14px;
	line-height: normal;
}
a:hover {
	font-weight: lighter;
	text-decoration:underline;
}
ul{
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10pt;
	padding-left: 0px;
	line-height: 20px;
}
li{
	list-style:none;
	margin:0;
	padding:0px 0px 10px 0px;
	line-height: 10px;
}
/*a:visited {
	color:#75a2dc;
}*/

/* CONTENEUR + ENTETE */
#conteneur {
	width: 760px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: none;
	background-image: url(images/bkg_bas_page.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#entete {
	width: 760px;
	height: 135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	float: none;
	background-image: url(images/fond_entete.jpg);
	/*background-color: #fff;*/
}
#logo{
	float: none;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#logo img{
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo2{
	float: none;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#logo2 img{
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	clear: none;
}
#contact {
	font-weight: bold;
	text-align: right;
	color:#fff;
	padding: 90px 10px 10px 0px;
	float: right;
}
#soustitre {
	font-weight: bold;
	text-align: right;
	color:#fff;
	padding: 90px 10px 10px 0px;
	float: right;
}
#contact a{
	color:#fff;
}

/* MENU GAUCHE */
#menu {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFFF;
	top: 154px;
	width: 140px;
	clear: left;
	right: 641px;
}
#accueil {
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 0;
}
#menu ul{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#d6e1ec;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
#menu li{
border-bottom:1px solid #d6e1ec;
list-style:none;
margin:0;
padding: 0;
}
#menu a{
	display:block;
	text-decoration:none;
	font-weight: bold;
	background-color:#FFFFFF;
	padding-left:1em;
}
#menu a:hover{
background-color:#f00;
}
#li_on a{
display:block;
text-decoration:none;
font-weight: bold;
color:#f90;
background-color:#f00;
padding-left:1em;
cursor: default;
}
#menu .section a{
	display:block;
	text-decoration:none;
	font-size: 100%;
	font-weight: bold;
	color:#f00;
	background-color:#fff;
	padding: 0px;
}
#menu .section a:hover{
background-color:#f90;
}
#menu .section_on a{
display:block;
text-decoration:none;
font-size: 120%;
font-weight: bold;
color:#f00;
background-color:#f90;
padding:0.2em 0 0.3em 0;
}
#menu .section_on a{
color:#f00;
background-color:#f90;
cursor: default;
}
#menu .section_on a:hover{
color:#f00;
background-color:#f90;
cursor: default;
}

/* CONTENU CENTRAL */
#contenu_central {
	/*background-color: #eee;*/
	width: 580px;
	float: left;
	border: medium inset #CECFCE;
	background-color: #DAD9C9;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
	font-family: "Comic Sans MS";
	font-size: 10pt;
	line-height: 20px;
}
div .cadre {
	width: 580px;
	border: thin outset #CCCCCC;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
div .haut_cadre {
	height: 16px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
div .contenu_cadre {
	padding: 0px 15px 0px 15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
div .bas_cadre {
	height: 16px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}
div .cadre_sousmenu {
	width: 400px;
	margin: 0px 0px 15px 0px;
}
div .haut_cadre_sousmenu {
	background: url(images/bkg_cadre_sousmenu_haut.png) top left no-repeat;
	height: 16px;
}
div .contenu_cadre_sousmenu {
	background: url(images/bkg_cadre_sousmenu_milieu.png) top left repeat;
	padding: 0px 15px 2px 15px;
}
div .bas_cadre_sousmenu {
	background: url(images/bkg_cadre_sousmenu_bas.png) bottom left no-repeat;
	height: 16px;
}
.col_centre_g {
	/*background-color: #333;*/
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.col_centre_d {
	/*background-color: #ccc;*/
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sous_menu_central {
	background-color: #FFCC00;
	padding: 10px 10px 15px 10px;
	height: auto;
	width: auto;
}
dl.agenda
{
margin: 0;
padding: 0;
}

.agenda dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 12em;
	font-weight: bold;
	color:#f00;
}

.agenda dd
{
	border-left: 1px solid #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 10px;
}
ul.entreprise{
	padding:0 0 1em 0;
	margin:0 0 1em 0;
	border-width: 0 0 1px 0;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.entreprise li{
	list-style:none;
	margin:0;
	padding:0;
	line-height: 15pt;
}
#map {
	border: 1px solid #f00;
	width: 365px; 
	height: 365px
}

/* CONTENU LATERAL */
#contenu_lateral {
	/*background-color: #ggg;*/
	width: 580px;
	border: 1px none #f93;
	margin: 0px;
	float: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.sticker_lateral {
	font-weight: bold;
	background-image: url(images/bkg_sticker.png);
	background-repeat: repeat;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
}

/* PIED DE PAGE */
#pied_page {
	/*background-color: #fff;*/
	color:#666;
	width: 760px;
	margin: auto;
	padding: 10px 0px 50px 0px;
	text-align: center;
}
#pied_page a{
	color:#fff;
	font-weight: bold;
}

/* CLASSES SPECIFIQUES */
.txt_plus_grand{
	font-size:133%;
	font-weight: bold;
	line-height: 133%;
}
.txt_plus_petit{
	font-size:90%;
	margin: 2em 0 0 0;
	font-weight: normal;
	line-height: 133%;	
}
img.img_section {
	margin: 0px 21px 20px 0px;
	padding: 0px;
	float: left;
}
img.ico {
	border: none;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	float: none;
	vertical-align: middle;
}
.couleur{
	color:#f00;
}
.focus {	/*** campo utilizado resaltado ***/
	background: #ffe5ca;
	/*#f90;*/
}
.normal {	/*** vuelta estado normal***/
	background: #e4e4e4;
}
#submit {
cursor: pointer}
.Style4 {
	font-family: Chiller;
	font-size: xx-large;
	font-weight: bold;
	margin-top: 20px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-decoration: underline;
	font-style: normal;
}
.Style1 {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-weight: normal;
	color: #FF6C00;
	line-height: 10px;
}
#conteneur #contenu_central .Style4 img {
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#conteneur #contenu_central .cadre .contenu_cadre img {
	float: left;
}

