/***** GÉNÉRAL *****/
body {
	margin: 0px;
	padding: 0px;
}

.textbox {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: rgb(0,0,0);
	text-decoration: none;
	border: 1px solid rgb(0,0,0);
	padding: 0px;
	margin: 0px;
}

.titre {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: rgb(0,100,146);
	text-decoration: none;
}

table.formulaire {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid rgb(0,51,102);
	border-right: 1px solid rgb(0,51,102);
	border-bottom: 1px solid rgb(0,51,102);
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: rgb(0,51,102);
	text-decoration: none;
}
td.formulaire_entete {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(0,51,102);
	padding-left: 10px;
	padding-right: 10px;
}
td.formulaire_entete_inscription {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(204,153,0);
	padding-left: 10px;
	padding-right: 10px;
}
td.formulaire_contenu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: rgb(0,51,102);
	text-decoration: none;
	padding: 10px;
}
td.formulaire_contenu_rouge {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: rgb(255,0,0);
	text-decoration: none;
}



.mandatory {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: rgb(0,100,146);
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 0px;
}
.note {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
	text-decoration: none;
}
.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: rgb(0,100,146);
	text-decoration: none;
}
.error {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: rgb(255,0,0);
	text-decoration: none;
}


.bandeau {
	background-image: url(../img/bandeau_logo.gif);
	background-repeat: no-repeat;
}
.bandeau_spacer {
	background-color: rgb(165,209,211);
	border-top: 1px solid rgb(0,51,102);
	border-bottom: 1px solid rgb(0,51,102);
}

.bandeau_boutik_spacer {
	background-image: url(../img/header_background.gif);
	background-repeat: repeat;
}
.bandeau_boutik_spacer2 {
	background-image: url(../img/header_background2.gif);
	background-repeat: repeat;
}
.pad_content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
}
.pad_footer {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


.bordure_pieddepage {
	background-color: rgb(0,51,102);
}
.bordure_pieddepage_boutik {
	background-color: rgb(222,173,33);
}

a:link, a:active, a:visited {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: rgb(0,144,157);
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: rgb(0,51,102);
	text-decoration: underline;
}
