/* CSS Document */
body {
	margin: 0px;
	/*background-color: #f6f6f6;*/
	overflow:auto;
}
body, p, td, input, textarea {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
}
.GrosTitre{
	font-size: 25px;
	font-weight:bold;
}
.Titre{
	font-size: 16px;
	font-weight:bold;
}
.PetitTitre{
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
}
.Phrase{
	font-size: 12px;
}
.imglink{
	border: 1px #1974fb solid;
}
.coordonnees{
	font-size: 11px;
}
a:link {color:#647cb9}
a:visited {color:#647cb9}
a:hover {color:#990000}
a:active {color:#FF9900}
.copyright{
	color: #666666;
	font-family: Tahoma;
	font-size: 9px;
}
.erreur{
	color: #990000;
}
.tableau{
	border: 1px dashed #1974fb;
}
/*********** Bouton formulaire de chaque page **********/
.btn_form_haut {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_haut.png) no-repeat center center;
}
.btn_form_haut:hover {
background: transparent url(images/valide/btn_haut_on.png) no-repeat center center;
}
.btn_form_coord {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_coord_off.png) no-repeat center center;
}
.btn_form_coord:hover {
background: transparent url(images/valide/btn_coord_on.png) no-repeat center center;
}
.btn_form_pres {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_pre_off.png) no-repeat center center;
}
.btn_form_pres:hover {
background: transparent url(images/valide/btn_pre_on.png) no-repeat center center;
}
.btn_form_prod {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_prod_off.png) no-repeat center center;
}
.btn_form_prod:hover {
background: transparent url(images/valide/btn_prod_on.png) no-repeat center center;
}
.btn_form_modifprod {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_modifprod_off.png) no-repeat center center;
}
.btn_form_modifprod:hover {
background: transparent url(images/valide/btn_modifprod_on.png) no-repeat center center;
}
.btn_form_photo {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_image_off.png) no-repeat center center;
}
.btn_form_photo:hover {
background: transparent url(images/valide/btn_image_on.png) no-repeat center center;
}
.btn_form_gal {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_ajt_off.png) no-repeat center center;
}
.btn_form_gal:hover {
background: transparent url(images/valide/btn_ajt_on.png) no-repeat center center;
}
.btn_form_modifgal {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_modif_off.png) no-repeat center center;
}
.btn_form_modifgal:hover {
background: transparent url(images/valide/btn_modif_on.png) no-repeat center center;
}
.btn_formulaire_qualif {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_qualif_off.png) no-repeat center center;
}
.btn_formulaire_qualif:hover {
background: transparent url(images/valide/btn_qualif_on.png) no-repeat center center;
}
.btn_form_dl {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_dl_off.png) no-repeat center center;
}
.btn_form_dl:hover {
background: transparent url(images/valide/btn_dl_on.png) no-repeat center center;
}
.btn_form_part {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_part_off.png) no-repeat center center;
}
.btn_form_part:hover {
background: transparent url(images/valide/btn_part_on.png) no-repeat center center;
}
.btn_form_modifpart {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_modifpart_off.png) no-repeat center center;
}
.btn_form_modifpart:hover {
background: transparent url(images/valide/btn_modifpart_on.png) no-repeat center center;
}
.btn_form_admin {
width:350px;
height:30px;
border:none;
background: transparent url(images/valide/btn_admin_off.png) no-repeat center center;
}
.btn_form_admin:hover {
background: transparent url(images/valide/btn_admin_on.png) no-repeat center center;
}
