body {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #FFFFFF;
	background-image: url(/charte/fond_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #006699;	
}

td.td_fond {
	background-image: url(/charte/fond_arrondi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

td.td_contenu {
	padding-right: 34px;
}

td.td_contenu_liste {
	padding-left: 115px;
	padding-right: 34px;
}

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

td.td_justify {
	text-align: justify;
}

/*Structure générale*/
td.td_menu {
	font-size: 12px;
	text-align: left;
}

td.td_text_edito {
	text-align: justify;
	font-size: 16px;
	padding-left: 150px;
}

.border {
	border: 2px solid #34ABE2;
}

/*Encarts*/

td.td_encart_ombredt {
	background-image: url(/charte/encarts/ombre_droit.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

td.td_encart_ombrebas {
	background-image: url(/charte/encarts/ombre_bas.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td.td_encart_ombrebleu {
	background-image: url(/charte/encarts/ombre_droit_bleu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

td.td_encart_text {
	background-color: #C7D9E4;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	color: #006699;
	text-align: justify;
}

td.td_fdbleu_droit {
	background-image: url(/charte/encarts/fdbleu_droit.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

td.td_fdbleu_gauch {
	background-image: url(/charte/encarts/fdbleu_gauch.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

td.td_fdbleu_haut {
	background-image: url(/charte/encarts/fdbleu_haut.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.td_fdbleu_bas {
	background-image: url(/charte/encarts/fdbleu_bas.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td.td_fdbleu_text {
	font-size: 14px;
	color: #006699;
}


/*Liens*/
a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

a.liennormal:link {
	font-weight: normal;
	text-decoration: none;
}

a.liennormal:active {
	font-weight: normal;
	text-decoration: none;
}

a.liennormal:visited {
	font-weight: normal;
	text-decoration: none;
}

a.liennormal:hover {
	font-weight: normal;
	text-decoration: underline;
}

a.lienblanc:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.lienblanc:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.lienblanc:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

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

.pointer {
	cursor:pointer;
}

/*Texte*/

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #009EE1;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.text_pt {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #006699;	
}

.text_moyen {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #006699;	
}

.text_contenu {
	font-size: 14px;
	color: #006699;
	text-align: justify;	
}

.text_normal {
	font-size: 13px;
	color: #006699;
}

.text_bleu {
	font-size: 13px;
	color: #009EE1;
}

/*Formulaire*/

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

input, select {
	background-color: #DAE7EF;
	height: 20px;
	border: 2px solid #FFFFFF;
	font-size: 12px;
	color: #006699;
}

textarea {
	background-color: #DAE7EF;
	border: 2px solid #FFFFFF;
	font-size: 12px;
	color: #006699;
	padding: 5px;
	width: 100%;
}

input.input_check {
	height: 18px;
	width: 18px;
}

input.input_rech_cp {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #34ABE2;
	height: 23px;
	border: 3px solid #FFFFFF;
	padding-left: 5px;
}

input.input_ok {
	background-image: url(/charte/boutons/btn_ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

select.select_pays {
	width: 162px;
}

/*Témoignage, faq*/

td.td_temoin {
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: justify;
}

/*Images*/

img.img_border {
	border: 2px solid #FFFFFF;
}

/*Div*/

div.div_general {
	position:absolute;
	visibility:hidden;
	z-index:250;
	background-color:#FFFFFF;
	border: 1px solid #34ABE2;
	padding-bottom: 5px;
}

div.div_contact_magasin {
	position:relative;
	visibility:visible;
	z-index:200;
	background-color:#c7d9e4;
	border: none;
	height:410px;
	width:100%;
}
