/*
Orange-marron = #EBAE5B
Marron = #8D604D
Bleu = #317CF9
*/
.coul_foncee{
	color: #317CF9;
}

a {
	text-decoration: none;
	color: #317CF9;
}

a:hover {
	text-decoration: underline;
}

body{
	font-family:arial;
	font-size:12px;
	width:1024px;
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #8D604D;
}


h1#top {
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}

h2 {
	margin-top: 0;
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #8D604D;
}

h3 {
	margin-top: 5;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	color: #317CF9;
}

h4 {
	font-size:12;
	font-weight:semi-bold;
}


input, textarea, select {
	background: #eeeeee;
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
	border: solid 1px #ffffff; 
    border-top-color: #888888; 
    border-left-color: #888888; 
}

p {
	padding:0;
}

.bouton, select {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus { 
	border: 1px solid #317CF9; 
	background: #ffffff; 
}

ul {
	text-align: left;
	margin: 2px;
	margin-left:1em;
	margin-bottom:1em;
}

li {
	text-align: left;
	font-size: 12px;
	text-indent: 2px;
}

ul.discours li{
	margin-bottom:12;		
}

li.titre {
   font-family: "Lucida Grande", Helvetica, Sans-Serif;
   font-size: 9px;
   font-weight: bold;
   color: #317CF9;
   list-style-type: none;
   text-indent: -3px;
}

td {
	text-align: left;
}

.justifie {
	text-align: justify;
}

.champ-titre {
	font-size: 12px;
	font-weight: demi;
	background-color:#fdfdfd;
}

.champ-explication {
	font-size: x-small;
	background-color:#fdfdfd;
}



.defonce {
	color: white;
	font-weight: bold;
	background: #aaaaaa;
	padding:2;

}

.defonce.moy {
	font-family:"courrier";
	font-size:9px;
	font-weight:lighter;
}


.discours{
	font-size: 12px;
}

.attention{
	font-size: 12px;
	font-weight: bold;
}

.fin {
	border: thin solid gray;
	border-top: thin solid #ddd;
	border-left: thin solid #ddd;
}

.gras {
	font-weight: bold;
}

.insert {
	padding: 10px;
	border-right: thin dotted gray;
}

.padding {
	padding: 5px;
}

.menu-titre {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-weight: bold;
	color: #317CF9;
	font-size: 10pt;
}

.menu-point {
	color: #317CF9;
}
.menu1 {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 9pt;
}
.menu2 {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: lighter;
	text-indent: 4pt;
	right: 4px;
}

.moyenne {
	font-size: 13px;
}

.petite {
	font-size: 10px;
}

.pointille {
	border: thin dotted gray;
}
.pointille-gch {
	border-left: thin dotted gray;
}
.pointille-gch-dr {
	border-left: thin dotted gray;
	border-right: thin dotted gray;
}


.reserve {
	font-family: courier, "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	margin: 0 0 10 0;
	color: white;
	background: #EBAE5B;
	-moz-border-radius:2px;
	border-radius:2px;
	padding: 1;
}

.right {
	text-align: right;
}


.cadre, #menu_droit {
	width: 270px;
	padding-top: 7px;
	background: #E9E9E9;
}

.cadrebas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9 ;
}

.gras{
	font-weight:bold;
}

.legende_small {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 7px;	
}

.tdb {
	font-family: "arial";
	font-size: 10px;
	color: #8D604D;
	background-color: #fcfcfc;
	float:left;
	border-right: thin solid #ddd;
	/*border-bottom: thin solid #ddd;*/
	padding: 3px;
	text-align:center;
	
}

.rond {
	-moz-border-radius:5px;
	border-radius:5px;
}

.voir_visuel a span {
	display: none;
	width: auto;
}
.voir_visuel a:hover span{
	display: block;
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 1;
}

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 10;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
    color: #000;
    background: transparent;
    width:500px;
}
/*a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    margin:0;
    padding: 0;
    border: 0;
}*/

.gris_clair{
	color: #eeeeee;
	background: #eeeeee;
}

.marron {
	color:#8D604D;
}




/*-------------------------------------------------------*/

#menu_haut {
	position: relative;
	height: 28px;
	margin: 0 8px 1em 8px;
	clear: both;
	background: #dddddd url(fond_menu.jpg) left no-repeat;
}

#menu_haut ul, #menu_haut li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#menu_haut ul {
	position: absolute;
	height: 28px;
	width: 650px;
}

#menu_haut li {
	float: left;
}

#menu_haut li a { 
	display: block; 
	height: 28px;
	width: 100px;
	color: blue;
	font: 17px/28px "Lucida Grande", Helvetica, Sans-Serif;
	text-decoration: none;
	border-left: 1px solid #fff;
	text-align: center;
}

#menu_haut li a.last {
	border-right: 1px solid #fff;
}

#menu_haut a:hover {
	color: #fff;
	background: transparent url(bg1.gif) top left no-repeat;
}

#menu_haut a#menu1:hover {
	background-position: -26px -28px;
}
#menu_haut a#menu2:hover {
	background-position: -127px -28px;
}
#menu_haut a#menu3:hover {
	background-position: -228px -28px;
}
#menu_haut a#menu4:hover {
	background-position: -329px -28px;
}
#menu_haut a#menu5:hover {
	background-position: -430px -28px;
}
#menu_haut a#menu6:hover {
	background-position: -531px -28px;
}


#cadre_page {
	text-align: left;
	width: 85%;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	-moz-border-radius:7px;
	border-radius:7px;
	padding: 0;
}

#banniere {
	margin: 0px;
	padding: 0px;
	height: 110px;
	border: none;
	margin-bottom: 0px; 
}

#banniere a img {
	margin: 5px 0 0 15px;
	border: none;
}

#banniere .cadre {
	float: right;
	margin-right: 10px;
}

#banniere p,form {
	margin: 0;
}

#bdp img, div.col-content img {
	border: none;
}

#bdp {
	text-align: center;
	padding: 0.5em;
	clear: both;
	border: none;
	color:gray;
	font-size:10px;
}

#bdp a, #banneriere h1 a {
	text-decoration: none;
	border: none;
	
}

#bdp a:hover {
	text-decoration: underline;
}

#menu_gauche {
	border: 1px gray;
	background-color: #eeeeee;
	text-indent: 4px;
	height:100%;
	width:130px;
	
}

#centre {
	position: absolute; 
	top: 10px;
	left: 150px;
	height: 90%;
}

#insert{
	margin: 1em 300px 0 20px;
	background: #fff url(design/fond_citron.png) 100% 0% no-repeat;
	padding: 1em 0 0 0;
}

#menu_droit {
	color: #777;
	font: 1em "Lucida Grande", Helvetica, Sans-Serif;
	float: left;
	width: 300px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#menu_droit h2 {
	color: #0099FF;
	font-weight: bold;
	font-variant: small-caps ; 
	background: url(design/separateur.gif) top center no-repeat;
	padding-top: 15px;
	margin-bottom: 5px;
	
}

#menu_droit a {
	color: #777;
	font-weight: bold;
}

#menu_droit a img {
	border: none;
}

#menu_droit ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

/*--------------------------------------------------------------------------*/

.my_input {
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#666666; 
    line-height:11px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align:center;
}

.my_button {
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif;	
    color:#FFFFFF; 
	background-color:#cba95b;
	background-color:#C79D55;
	border-bottom:1px solid #666666;
	border-left:2px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-top:2px;	
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-right:2px;
	border-right-color:#9A9697;
	border-right-style:solid;
	font-weight:bold;
}
	
.link{
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#586478;
	line-height:12px
}

.list{
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#637382;
}
.main{
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#696969;
	line-height:12px
}
 .blue2{
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#5276B0;
}
 .blue{
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#456494;
}
 .date{
	font-size:9px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#586478;
}
 .policy1{
	font-size:10px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#979797;
	line-height:14px;
	text-decoration:none;
}
 .policy2{
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#FFFFFF;
	text-decoration:none;
}


  .input{
  		width:204px; height:19px;
		border-width:1px;
		border-style:solid;
		background-color:#EAEAEA;
		border-color:#CCCFD6;
    	line-height:10px;
		padding-top:3px;
		padding-left:7px;
		}

  .textarea{
  		width:204px; height:133px;
		border-width:1px;
		border-style:solid;
		background-color:#EAEAEA;
		border-color:#CCCFD6;
    	line-height:10px;
		padding-top:3px;
		padding-left:7px;
		overflow:auto;
		}
.left_title_left{
height:100px;
width:5px;
background-color:#8C614E;

}
.right_title_left{
height:100px;
width:5px;
background-color:#8C614E;

}


 .title_left{
    height:100px;
	vertical-align:middle;
	background-color:#8E5D4E;
	width:23%;
	text-align:center;
	font-size:24px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#FFFFFF;
	text-decoration:none;

}

 
.subtitle_left {
	height:3px;
    background-color:#F1D4B2;
    background-color:#8D604D;
    width:20%;
}

.subtitle_right {
	height:2px;
    background-color:#F1D4B2;
    background-color:#8D604D;
	width:80%;
}

.subsubtitle_left {
	height:4px;
    background-color:#000000;	
	width:20%;
}

.subsubtitle_right {
	height:3px;
    background-color:#000000;
	background-color:#317DF7;
	width:80%;
}

.subbara{
   height:3px;
   background-color:#317CF9;
   width:98%;
}

.footer_left{
    height:48px;
	vertical-align:middle;
	background-color:#8D604D;
	width:20%;
	text-align:center;
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#91A7B4;
	text-decoration:none;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	padding:4px;
}

.footer_right{
    height:51px;
	vertical-align:middle;	
    background-color:#8D604D;
	width:80%;
	text-align:center;
	font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#a0a0a0;
	text-decoration:none;
}

.top_footer_left {
	height:3px;	
	background-color:#2D7CFF;
}

.top_footer_right {
	height:3px;	
	background-color:#2D7CFF;
}

.link_footer {
	font-family:"Lucida Grande", Helvetica, Sans-Serif;
	font-size:11px;
	color:#a0a0a0;
	color:#91A7B4;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

.link_footer:hover {
	font-family:"Lucida Grande", Helvetica, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

.linie_neagra {
	height:5px;
	background-color:#000000;
}

.search_bar {
	height:3px;
	
	background-color:#8D604D;
	
}

.txt_search_bar {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	font-weight:bold;
	color:#FFFFFF;	
}

.reseau {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size:9px;
	font-weight:normal;
	color:#FFFF00;
	text-decoration:none;	
}

.scris {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color:#454554;
	text-decoration:none;	
}

.culeurs{
    color:#FFFFFF;
	font-family:"Lucida Grande", Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;	
	text-decoration:none;
}

.scris a{
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;	
	color:#B87070;
	text-decoration:none;	
}

.cont_input{
    font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#666666; 
    line-height:11px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align:left;
	
}

.cont_button{
    font-size:11px;
    font-family:"Lucida Grande", Helvetica, Sans-Serif; 
    color:#FFFFFF; 
	background-color:#cba95b;
	border:1px solid #CCCCCC;		
}

.cont_text{
    font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;		
	color:#B87070;
	text-decoration:none;
	text-align:center;
	
}

.cont_background_text{
background-color:#FFFECB;
background-position:left;
text-align:left;
}

.tabmenu{
    background-color:#ac7a00;		
	width:150px;
	height:51px;
	border-right-color:#C48633;
    border-right-style:solid;
    border-right-width:1px;
 }

.maison{
height:75px;
background-color:#8CB6EF;
background-image:url(logo/vue_maison.jpg);
background-repeat:no-repeat;
border-right: thin dotted gray;
}
 
.top_maison{
background-color:#FFFFFF;
height:0px;
} 

.bottom_maison{
background-color:#FFFFFF;
height:5px;
}
 
.bleu{
height:90px;
width:100%;
border-top-color:#FFFFFF;
border-top-style:solid;
border-top-width:5px;
border-bottom-width:5px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;  
}
 
.bara_verticala_maro{
whidth:12px;
height:154px;
background-color:#89634C;
}

.bara_maro_dreapta{
border-right-color:#8D604D;
border-right-style:solid;
border-right-width:13px;
}

.titre1{
    font-family:"Lucida Grande", Helvetica, Sans-Serif;
	font-size:13px;
	font-weight:bold;		
	color:#B87070;
	text-decoration:none;
	
}