/* CSS Document */

body {
	margin: 0px;
	padding: 10px;
	height:100%;
	background-color:#FFFFFF
}

td {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
}

/*Espacement*/

td.td_padding_contenu {
	padding-right: 20px;
	padding-left: 10px;
}

td.td_padding_menu {
	text-align: left;
	padding-top: 60px;
}

td.td_padding_blanc {
	background-color: #FFFFFF;
	padding: 5px;
}

td.td_padding_10px {
	padding-left:10px;
	padding-right:10px;
}

td.td_padding5px {
	padding:5px;
}

/*Structure générale*/

.fond {
	background-color: #92bee5;
	background-image: url(/charte/fond.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.fond_menu {
	background-color: #92bee5;
	background-image: url(/charte/fond.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top:60px;
	text-align:left;
}

.fond_contenu {
	background-color: #92bee5;
	background-image: url(/charte/fond.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left:10px;
	padding-right:20px;
}

td.td_menu {
	background-color: #FFFFFF;
}

td.td_herbe_haut {
	background-image: url(/charte/herbe_haut.jpg);
	background-repeat: repeat-x;
	background-position: 20px bottom ;

}

td.td_herbe_bas {
	background-color: #c5eaf3;
	background-image: url(/charte/herbe_bas.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*Formulaire*/

input, select {
	font-size: 12px;
	color: #333333;
	height: 20px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #64a8bd;
}

input.input_rech {
	width:130px;
}

select.select_rech {
	width:130px;
}

textarea {
	font-size: 12px;
	color: #333333;
	width:100%;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #64a8bd;
}

textarea.textarea_vert {
	border: 1px solid #A0BF0F;
}

input.input_check {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input.input_grise {
	background-color: #CCCCCC;
}

/*Texte*/

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h2.h2_bleu {
	font-size:16px;
	color: #64a8bd;
}

h2.h2_orange {
	font-size:16px;
	color: #ff9900;
}

h2.h2_vert {
	font-size:16px;
	color: #A0BF0F;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h3.h3_vert {
	color: #A0BF0F;
}

h3.h3_bleu {
	color: #64a8bd;
}

h3.h3_orange {
	color: #ff9900;
}

.text_blanc {
	color: #FFFFFF;
}

.text_blanc_pt {
	color: #FFFFFF;
	font-size:10px;
}

.text_blanc_14 {
	color: #FFFFFF;
	font-size:14px;
}

.text_blanc_16 {
	color: #FFFFFF;
	font-size:16px;
}

.text_blanc_20 {
	color: #FFFFFF;
	font-size:20px;
}

.text_bleu_pt {
	font-size: 11px;
	color: #64a8bd;
}

.text_bleu {
	color: #3786c5;
}

.text_bleu2 {
	color: #64a8bd;
}

.text_vert {
	color: #A0BF0F;
}

.text_orange {
	color: #FF9900;
}

.text_noir_16 {
	font-size: 16px;
	color: #000000;
}

.text_noir {
	color: #000000;
}

.text_noir_pt {
	font-size: 11px;
	color: #000000;
}
.text_noir_gd {
	font-size: 14px;
	color: #000000;
}

.text_normal {
font-weight:normal;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

li.li_vert {
	color: #849d0c;
}

li.li_bleu {
	color: #3786c5;
}

li.li_orange {
	color: #ee8f00;
}

/*liens*/

a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a.a_soulign:link, a.a_soulign:active, a.a_soulign:visited {
	color: #333333;
	text-decoration: underline;
}

a.a_soulign:hover {
	color: #333333;
	text-decoration: underline;
}

a.blanc_soulign:link, a.blanc_soulign:active, a.blanc_soulign:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.blanc_soulign:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.lienbleu:link, a.lienbleu:active, a.lienbleu:visited {
	color: #64a8bd;
	text-decoration: none;
}

a.lienbleu:hover {
	color: #64a8bd;
	text-decoration: underline;
}

a.lienvert:link, a.lienvert:active, a.lienvert:visited {
	color: #A0BF0F;
	text-decoration: none;
}

a.lienvert:hover {
	color: #A0BF0F;
	text-decoration: underline;
}

a.lienblanc:link, a.lienblanc:active, a.lienblanc:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.lienblanc:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.lienorange:link, a.lienorange:active, a.lienorange:visited {
	color: #FF9900;
	text-decoration: none;
}

a.lienorange:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.sousmenu1:link, a.sousmenu1:visited, a.sousmenu1:active{
	display:block;
	width:140px;
	height:25px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	background-color: #FFFFFF;
	line-height:25px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}

a.sousmenu1:hover {
	display:block; width:140px;	height:25px;
	font-size: 12px; font-weight: bold;	text-decoration:none;
	color: #000000;
	background-color: #FF9900;
	text-align: left;
	padding-left: 5px;	padding-right: 5px;
	cursor:pointer;
}

a.sousmenu2:link, a.sousmenu2:visited, a.sousmenu2:active{
	display:block;
	width:195px;
	height:25px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	background-color: #FFFFFF;
	line-height:25px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}

a.sousmenu2:hover {
	display:block; width:195px;	height:25px;
	font-size: 12px; font-weight: bold;	text-decoration:none;
	color: #000000;
	background-color: #64a8bd;
	text-align: left;
	padding-left: 5px;	padding-right: 5px;
	cursor:pointer;
}

.pointer {
	cursor:pointer;
}

/*div*/

div.div_nl {
	position:absolute;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #64A8BD;
	visibility:hidden;	
}

div.div_sousnav {
	position:absolute;
	z-index:500;
	visibility:hidden;
	top:131px;
	background-color:#FFFFFF;
	border: 1px solid #a0bf0f;
}

div.div_navbleu {
	position:absolute;
	z-index:500;
	visibility:hidden;
	background-color:#FFFFFF;
	border: 1px solid #64a8bd;
}

div.div_presta {
	float:left;
	width:300px; background-color:#FFFFFF; border: 1px solid #a0bf0f; margin:10px; padding:5px; text-align:left;
}

/*espace pro*/

td.td_encartbleu {
	background-color: #64a8bd;
	padding-right: 5px;
	padding-left: 5px;
}

td.td_encartbleu2 {
	background-color: #7bb8cb;
	padding-right: 5px;
	padding-left: 5px;
}

td.td_encartvert {
	background-color: #a0bf0f;
	padding-right: 5px;
	padding-left: 5px;
}

td.td_encartvert2 {
	background-color: #b8d23d;
	padding-right: 5px;
	padding-left: 5px;
}

td.td_encartorange {
	background-color: #ff9900;
	padding-right: 5px;
	padding-left: 5px;
}

td.td_encartorange2 {
	background-color: #f8b138;
	padding-right: 5px;
	padding-left: 5px;
}

.encart_haut {
	background-color: #FFF;
	background-image: url(/charte/arrondi_encart_haut.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.soulign_actu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}

.soulign_actu2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	padding-top:10px;
}

.soulign_vert {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0bf0f;
}

.soulign_vert2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0bf0f;
	padding-top:10px;
}

.soulign_bleu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64a8bd;
}

.soulign_orange {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}

.soulign_bleu2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64a8bd;
	padding-top:10px;
}

.border_bleu {
	border: 2px solid #64a8bd;
}


.border_vert {
	border: 2px solid #a0bf0f;
}

.border_orange {
	border: 2px solid #ff9900;
}

.border_orange2 {
	border: 2px solid #f8b138;
}

.border_vert2 {
	border: 2px solid #b8d23d;
}

.border_bleu2 {
	border: 2px solid #87c9dd;
}
/*Images*/

div.div_img {
	position:relative; float:right; margin-left:15px; margin-bottom:10px;
}

#div_visuzoom {
	position:absolute; margin-top:4px; margin-left:4px;
}

img.img_prestataires {
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #a0bf0f;
}


/*Encart assistance*/

td.td_encart_assist_gh {
	background-image: url(/charte/espace-pro/encart/encart_assist_gauch.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

td.td_trait_bleu {
	background-color: #64a8bd;
}

/*Nuage de mots clés*/

.taille1 {
	font-size:17px;
}

.taille2 {
	font-size:15px;
}

.taille3 {
	font-size:11px;
}

/*Infobulle*/

.infobulle{
  position: absolute;   
  visibility : hidden;
  border: 1px solid Black;
  padding: 10px;
  font-family: Verdana, Arial;
  font-size: 10px;
  background-color: #FFFFFF;
  border-radius: 10px 10px;
  -moz-border-radius: 10px;
}