/* police par defaut */
body {
	font-family: Tahoma, Helvetica Ex BT, Switzerland Ex, Switzerland Ex BT, Swiss Ex, Swiss Ex BT, Arial Ex, Arial Ex BT, Tahoma;
	font-size: 11px;
	color:#555555; /* gris */
	background: #FFFFFF;
	text-align: justify;
	margin: 0 0 0 0;
	overflow: auto;
}
td,th {
	font-family: Helvetica Ex, Helvetica Ex BT, Switzerland Ex, Switzerland Ex BT, Swiss Ex, Swiss Ex BT, Arial Ex, Arial Ex BT, Tahoma;
	font-size: 11px;
	color:#404040; /* gris */
	text-align: justify;
	margin: 0 0 0 0;
}
/* structure de l'accueil */
.contour1 {
	border: 8px solid #8889C9;
}
.contour2 {
	border: 2px solid #57423E;
	/*background: #D4D4D6;*/
	background: #FFFFFF url("../images/page_11.jpg") left top repeat-y;
}
.contour3 {
	border: 8px solid #8889C9;
}
.contour4 {
	border: 8px solid #8889C9;
	border-right: 0;
	background: #8889C9 url("../images/page_19.png") left top repeat-y;
}
.droite {
	border: 8px solid #8889C9;
	border-left: 0;
	background: #FFFFFF url("../images/page_11.jpg") left top repeat-y;
	width: 700px;
}
/* class du flash pages */
.flash1 {
	/*background: #D4D4D6;*/
	background: #FFFFFF;
}
/* class de l'adresse en bas a gauche */
.adresse {
	padding: 15px 0 15px 20px;
	color: #FFFFFF;
}
.adresse img {
	 margin: 0 0 -3px 0;
}
/* lien par defaut du site */
a {
	color: #57423E;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #8889C9;
	text-decoration: underline;
}
.bottom {
	background: #8889C9;
	padding: 0 0 5px 30px;
	color: #57423E;
	font-size: 11px;
	text-align: left;
}
.bottom a {
	color: #57423E;
	font-size: 11px;
	font-weight: bold;
}
.bottom1 {
	padding: 0 30px 0 0;
	color: #57423E;
	font-size: 10px;
	text-align: right;
	float: right;
	width: 300px;
}
.bottom1 a {
	color: #57423E;
	font-size: 11px;
	font-weight: bold;
}
/* bas de page gauche sur les pages */
.bottom2 {
	padding: 2px 0 2px 0;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 399px;
	float: right;
}
.bottom2 a {
	color: #FFFFFF;
	font-size: 10px;
}
/* bas de page droit sur les pages */
.bottom3 {
	padding: 2px 0 2px 20px;
	margin: 25px 0 20px 0;
	color: #FFFFFF;
	font-size: 10px;
	background: #49B0F9;
	text-align: left;
	display: block;
}
.bottom3 a {
	color: #FFFFFF;
	font-size: 10px;
}
/* bouton envoyer de contact */
.btn1 {
	background: url("../images/valider.jpg") no-repeat;
	height: 40px;
	width: 130px;
	border: none;
	margin: 0 0 0 0;
	cursor:pointer;
	float: left;
}
/* bouton valider de contact */
.btn11 {
	background: url("../images/valider.jpg") no-repeat;
	height: 40px;
	width: 130px;
	border: none;
	margin: 0 0 0 0;
	cursor:pointer;
	float: left;
}
/* bouton annuler de contact */
.btn2 {
	background: url("../images/annuler.jpg") no-repeat;
	height: 40px;
	width: 130px;
	border: none;
	margin: 0 0 0 0;
	cursor:pointer;
	float: right;
}
/* bouton transmettre de depot dossier */
.btn3 {
	background: url("../images/transmettre.jpg") no-repeat;
	height: 40px;
	width: 130px;
	border: none;
	margin: 0 0 0 0;
	cursor: pointer;
	float: left;
}
/* bouton connexion depot dossier*/
.btn4 {
	background: url("../images/connexion.jpg") right 0 no-repeat;
	height: 40px;
	width: 130px;
	border: none;
	margin: -43px 0 50px 100px;
	_margin: -53px 0 0 100px;
	cursor:pointer;
	position: relative;
	z-index: 1000;
}
/* bouton connexion */
.btn41 {
	background: url("../images/connexion.jpg") right 0 no-repeat;
	height: 40px;
	width: 130px;
	border: none;
	margin: -3px 0 0 30px;
	_margin: -3px 0 0 40px;
	cursor: pointer;
	position: relative;
	z-index: 1000;
}
/* bouton calculer */
.btn5 {
	background: url("../images/rechercher.jpg") 0 0 no-repeat;
	height: 40px;
	width: 130px;
	border: none;
	margin: 0 0 0 0;
	cursor: pointer;
	float: right;
}
/* ecrit en blanc */
.blanc {
	color: #FFFFFF;
}
.blanc:hover {
	color: #FFFFFF;
}
/* class erreur */
.erreur {
	color: #FF0000;
	font-weight: bold;
}
/* gros titre */
.hh1 {
	padding: 50px 0 33px 0;
	_padding: 48px 0 31px 0;
	margin: 0 0 0 0;
	background: #756153;
	text-align: center;
}
h1 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
}
/* liens sous rubriques */
.lien {
	padding: 0 0 0 10px;
	background: #756153;
	width: 50%;
}
.lien a {
	color: #FFFFFF;
	padding: 10px 0 0 25px;
	font-weight: bold;
	display: block;
	background: url('../images/lien.jpg') 0 2px no-repeat;
}
h2 {
	color: #FFFFFF;
	font-size: 13px;
	background: #756153;
	padding: 2px 20px 2px 20px;
	font-weight: bold;
}
h2 img {
	float: left;
	margin: -15px 25px 0 0;
}
a h2 {
	color: #FFFFFF;
}
a h2:hover {
	text-decoration: none;
	color: 8889C9;
}
/* sous-titre */
h3 {
	color: #8889C9;
	font-size: 12px;
	text-align: justify;
	padding: 0 20px 0 20px;
	font-weight: bold;
	position: relative;
	text-decoration: underline;
	z-index: 200;
}
h3 a {
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	position: relative;
	text-decoration: underline;
	z-index: 200;
}
h4 { 
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
h5 {
	display: block;
	margin: 0 0 5px 30px;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}
img {
	border : 0;
}
/* class des images du site */
.image {
	float: left;
	padding: 10px 10px 0 20px;
}
.input1 {
	font-size: 11px;
	color: #000000;
}
li {
	padding: 0 40px 3px 18px;
	margin: 0 0 0 0;
	list-style-type: none;
	background: url('../images/puce.jpg') 0 2px no-repeat;
	list-style-position: outside;
	color: #000000;
	position: relative;
}
/******************* menu deroulant ****************************************/
option {
	color: #3B4046;
}
p {
	text-align: justify;
	color: #756153;
	padding: 0 20px 0 20px;
}
select {
	font-size: 10px;
}
.radio_td {
	text-align: left;
	padding: 0 0 0 0;
}
textarea{
	font-size:11px;
	font-family: Tahoma;
	color: #3B4046;
}
/* texte commentaire des input formulaire */
.txt_input {
	text-align: right;
	color: #8889C9;
	font-weight: bold;
}
/* message ok */
.valid {
	color: #004400;
	font-weight: bold;
	font-size: 11px;
}
ul {
	padding: 0 0 7px 20px;
	margin: 0 0 0 0;
}
.ul1 {
	padding: 7px 0 7px 30px;
	_padding: 7px 0 7px 10px;
	margin: 0 0 0 0;
	border: 0;
}
.ul1 li {
	color: #000000;
	background: url('../images/puce1.jpg') 20px 6px no-repeat;
 }