/* 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 */
.general {
}
.a1 {
	width: 262px;
	height: 271px;
	background: #65364C;
}
.a2 {
	width: 535px;
	height: 271px;
}
.a3 {
	width: 262px;
	height: 132px;
}
.a4 {
	background: #EBEBEB;
	padding: 10px;
}
.a5 {
	width: 262px;
	height: 107px;
}
.a6 {
	width: 262px;
	height: 107px;
}
.a7 {
	width: 263px;
	height: 107px;
}
.a8 {
	height: 38px;
	background: #7FC2DA;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 20px 0 20px;
}
.a8 a {
	color: #FFFFFF;
}
.a8 a:hover {
	color: #FFFFFF;
}
.remonte {
	margin: -107px 0 0 0;
}
/* forcer a droite */
.droite {
	float: right;
}
/* 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:#65364C;
	text-decoration: underline;
}
/* bouton envoyer de contact */
.btn1 {
	background: url("../images/btn_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/btn_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/btn_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/btn_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/btn_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/btn_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/btn_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 */
h1 {
	color:#65364C;
	font-size: 22px;
	font-weight: normal;
	text-decoration:underline;
	background: url("../images/puce1.jpg") 0 7px no-repeat;
	padding: 0 0 0 20px;
}
h2 {
	color: #FFFFFF;
	font-size: 13px;
	background: #4596B7;
	padding: 2px 20px 2px 20px;
	font-weight: bold;
}
/* sous-titre */
h3 {
	color:#65364C;
	font-size: 12px;
	text-align: justify;
	padding: 0 20px 0 20px;
	font-weight: bold;
	position: relative;
	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 16px;
	margin: 0 0 0 0;
	list-style-type: none;
	background: url('../images/puce.jpg') 0 6px no-repeat;
	list-style-position: outside;
	color: #000000;
	position: relative;
}
/******************* menu deroulant ****************************************/
option {
	color: #3B4046;
}
p {
	text-align: justify;
	color:#000000;
	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: #3A8DB1;
	font-weight: bold;
}
/* message ok */
.valid {
	color:#009900;
	font-weight: bold;
	font-size: 11px;
}
ul {
	padding: 0 0 7px 20px;
	margin: 0 0 0 0;
	background-color:#EBEBEB;
}

.contenu{
	width:535px; 
}

.savoir{
	margin: 0 0 -3px 0;
}
