html {
	border:0;
}
body {
	margin:0px;
	background-color:#57584f;
	background-image:url(../images/stripe.png);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color:#57584f;*/
	color:#8f887f;
	overflow-y:scroll;
}
hr {
	background-color:#8f887f;
	height: 1px;
	border: 0;
}
.remarque {
	display:none;
}
.Style_body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;
}
.Style_body4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FC0;
}
.Style_alert {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#C00;
}
.Style_form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}
.Style_choix_nom {
	/*font-family:"MS Serif", "New York", serif;*/
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-variant:small-caps;
	/*text-decoration:underline;*/
	color:#FC0;
	text-shadow: 0.5px 0.5px 0.5px #CCC;
}
.Style_choix {
	/*font-family:"MS Serif", "New York", serif;*/
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-variant:small-caps;
	letter-spacing:2px;
	color:#FC0;
	text-shadow: 0.5px 1px 1px #666;
	margin-bottom:10px;
}
.Style_a_choisir {
	font-family:"MS Serif", "New York", serif;
	font-size: 50px;
	font-variant:normal;
	font-style:italic;
	letter-spacing:0px;
	color:#FC0;
}
.Style_xml {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
.lenceinte {
	/*font-family:"MS Serif", "New York", serif;*/
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#fff;
	font-variant:small-caps;
	text-shadow:0px 0px 5px #666;
}
.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadada;
	text-decoration: none;
	text-shadow: 0px 0px 5px #303427;
}
.menu:hover  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FC0;
	text-decoration: none;
	text-shadow: 0px 0px 2px #CC9;
}
.menu:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FC0;
	text-decoration: none;
	text-shadow: 0px 0px 2px #CC9;
}
.menu:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadada;
	text-decoration: none;
	text-shadow: 0px 0px 3px #303427;
}
.liste:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2a2623;
	text-decoration: none;
}
.liste:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a2623;
	text-decoration:underline;
}
a {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;*/
	color: #dadada;
	text-decoration: none;
}
a:hover {
	color:#FC0;
	text-decoration:none;
}
a:visited {
	color: #dadada;
	text-decoration: none;
}
a:active {
	color: #FC0;
	text-decoration: none;
}
a.Select {
	Color: #FC0;
}
a.NoSelect {
	Color: #dadada;
}
.links {
	color: #8f887f;
	text-decoration: none;
}
.links:hover {
	color:#000;
	text-decoration:underline;
}
#bt{
	cursor:pointer;
	padding:0px;
	border:0px;
	background:none;
}

#Entete {
	/*width:1240px;*/
	width:100%;
	/*background-image:url(../images/entete.jpg);
	background-repeat:no-repeat;*/
}
#groupProgress{ 
	width:100%;
	height:5px;
	border:1px solid #CCC;
	background:#fff;
	-moz-border-radius: 1px; 
    -webkit-border-radius: 1px; 
    -khtml-border-radius: 1px;
    border-radius: 1px;
}
#progressbar{
	height:5px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;	
	-moz-border-radius: 1px; 
    -webkit-border-radius: 1px; 
    -khtml-border-radius: 1px;
    border-radius: 1px;
}
#ombre {
	width:1320px;
	margin-bottom:20px;
	margin-left: auto;
 	margin-right: auto;
	-moz-box-shadow: 0 0 8px #000;  
    -webkit-box-shadow: 0 0 8px #000;  
    box-shadow: 0 0 8px #000;
	-moz-border-radius: 6px 6px 6px 6px; 
    -webkit-border-radius: 6px 6px 6px 6px; 
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-color:#fff;
}
#logo {
	width:240px;
	height:30px;
	margin-top:10px;
	/*background-image:url(../images/logo.png);*/
	background-position:center;
	background-repeat:no-repeat;
}
#block {
	width:200px;
	padding:10px;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
}
#titre {
	height:40px;
	padding-left:15px;
	background-image:url(../images/titre.jpg);
	border-top:solid 1px #6f4330;
	/*background-repeat:repeat-x;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:small-caps;
	letter-spacing:1px;
	color:#c7b299;
	-moz-border-radius: 5px 5px 0px 0px; 
    -webkit-border-radius: 5px 5px 0px 0px; 
    -khtml-border-radius: 5px 5px 0px 0px; 
    border-radius: 5px 5px 0px 0px; 
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: inset 0px -5px 15px #000;  
    -webkit-box-shadow: inset 0px -5px 15px #000;  
    box-shadow: inset 0px -5px 15px #000;
	text-shadow: 0px 0px 5px #000;
}
#menu {
	height:30px;
	padding-right:15px;
	padding-left:15px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
}

#nom {
	height:30px;
	padding-left:15px;
	padding-right:15px;
	color:#666;
	border:solid;
	border-color:#FFF;
	border-width:1px 1px 0px 1px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
}
#serie {
	height:30px;
	padding-left:15px;
	padding-right:15px;
	color:#666;
	border:solid;
	border-color:#FFF;
	border-width:1px 1px 0px 1px;
	background-image:url(../images/serie.png);
	background-repeat:repeat-x;
}
#type {
	height:30px;
	padding-left:15px;
	padding-right:15px;
	/*background-color:#737373;*/
	color:#666;
	border:solid;
	border-color:#FFF;
	border-width:1px 1px 0px 1px;
	background-image:url(../images/type.png);
	background-repeat:repeat-x;
}
#version {
	height:30px;
	padding-left:15px;
	padding-right:15px;
	/*background-color:#9a9a9a;*/
	color:#666;
	border:solid;
	border-color:#FFF;
	border-width:1px 1px 0px 1px;
	background-image:url(../images/version.png);
	background-repeat:repeat-x;
}
#brevet {
	font-family:"MS Serif", "New York", serif;
	font-size:14px;
	font-variant:small-caps;
	letter-spacing:1px;
	/*padding-bottom:15px;
	border-bottom:solid 1px #999;*/
}
#brevets {
	width:100%;
	height:50px;
	line-height:47px;
	background-image:url(../images/fonds_brevets.png);
	background-repeat:repeat-x;
	border:solid 0px #fff;
	cursor:pointer;
}
.brevet {
	font-family:Oswald;
	font-size:20px;
	font-variant:small-caps;
	letter-spacing:1px;
	padding-left:40px;
}
#ampoule {
	height:50px;
	background-image:url(../images/ampoule.png);
	background-position:left 8px;
	background-repeat:no-repeat;
}
#ampoule_on {
	height:50px;
	background-image:url(../images/ampoule_on.png);
	background-position:left 8px;
	background-repeat:no-repeat;
}
#close{
	width:16px;
	height:16px;
	float:right;
	border:0px;
	background-image:url(../images/close.png);
	background-repeat:no-repeat;
	cursor:pointer;
	line-height:20px;
	vertical-align:middle;
}
#contribution{
	width:400px;
	border:solid 1px #fff;
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
	background-position:inherit;
}
#reparation{
	width:400px;
	border-left:solid 1px #fff;
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
	background-position:inherit;
}
#connexion{
	width:400px;
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
	background-position:inherit;
}
#lesliens{
	width:400px;
	border-left:solid 1px #fff;
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
	background-position:inherit;
}
#avendre{
	width:400px;
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
	background-position:inherit;
}
#contrib_titre1{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#contrib_titre2{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#contrib_titre3{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#repare_titre1{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#repare_titre2{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#mon_compte{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#depos_annonces{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#mes_annonces{
	height:30px;
	padding-left:10px;
	background-image:url(../images/serie.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#regions{
	height:30px;
	padding-left:10px;
	background-image:url(../images/serie.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#departements{
	height:30px;
	padding-left:10px;
	background-image:url(../images/essai.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#AV{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#contrib_titre1:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#contrib_titre2:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#contrib_titre3:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#AV:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_1{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_1:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_2{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_2:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_3{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_3:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_4{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_4:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_5{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#links_5:hover{
	height:30px;
	padding-left:10px;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:25px;
}
#lesbrevets{
	width:400px;
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
	background-position:inherit;
}
#image {
	width:375px;
	height:804px;
	background-image:url(../images/image.jpg);
}
#choix {
	width:100%;
	float:left;
	padding: 10px 0px 25px 20px;
	background-color:#fff;
}
#fond {
	/*width:1240px;*/
	width:100%;
	background-color:#FFF;
/*	-moz-border-radius: 0px 0px 6px 6px; 
    -webkit-border-radius: 0px 0px 6px 6px; 
    -khtml-border-radius: 0px 0px 6px 6px; 
    border-radius: 0px 0px 6px 6px; 
*/	behavior: url(htcs/border-radius.htc);
}
#fond_logo {
	width:100%;
	height:500px;
	text-align:center;
	background-image:url(../images/fond_logos.jpg);
	background-repeat:no-repeat;
}
#blabla {
	width:800px;
	padding:60px;
	background-color:#FFF;
}
#contenu {
	width:100%;
	padding:0px 150px 30px 60px;
	background-color:#fff;
}
#photo {
	width:400px;
	/*height:531px;*/
	border:solid 1px #fff;
	background-image:linear-gradient(#fff, #c3c3c3);
	background-image:-moz-linear-gradient(#fff, #c3c3c3);
	background-image:-webkit-linear-gradient(#fff, #c3c3c3);
	background-image:-ms-linear-gradient(#fff, #c3c3c3);
	background-image:-o-linear-gradient(#fff, #c3c3c3);
	/*padding:10px 0px 30px 0px;*/
}
#menuphoto {
	width:400px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	color:#c7b299;
	border-top:solid 1px #fff;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
}
#logo_contact {
	width:400px;
	border:solid 1px #fff;
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
	background-position:inherit;
	/*padding:10px 0px 30px 0px;*/
}
#photo_contact {
	background-image:linear-gradient(#fff, #c3c3c3);
	background-image:-moz-linear-gradient(#fff, #c3c3c3);
	background-image:-webkit-linear-gradient(#fff, #c3c3c3);
	background-image:-ms-linear-gradient(#fff, #c3c3c3);
	background-image:-o-linear-gradient(#fff, #c3c3c3);
	text-align:center;
	vertical-align:middle;
}
#champxml {
	padding: 6px 0px;
}
#champxml_hp {
	padding:10px 25px;
	background-color:#eeede7;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: inset 0 0 2px #8e867c;  
    -webkit-box-shadow: inset 0 0 2px #8e867c;  
    box-shadow: inset 0 0 2px #8e867c;
}
#champ_tweeter {
	padding:10px 40px;
	background-color:#eeede7;
	display:none;
}
#champ_medium {
	padding:10px 40px;
	background-color:#eeede7;
	display:none;
}
#champ_basmedium {
	padding:10px 40px;
	background-color:#eeede7;
	display:none;
}
#champ_boomer {
	padding:10px 40px;
	background-color:#eeede7;
	display:none;
}
#champxml_principe {
	display:none;
	padding:20px;
	margin:15px 0px;
	/*background-color:#FFC;*/
	background-color:#eeede7;
	color:#776f66;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0 0 2px #776f66;  
    -webkit-box-shadow: 0 0 2px #776f66;  
    box-shadow: 0 0 2px #776f66;
}
#champxml_principe2 {
	display:none;
	padding:20px;
	margin:15px 0px;
	background-color:#eeede7;
	color:#776f66;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0 0 2px #776f66;  
    -webkit-box-shadow: 0 0 2px #776f66;  
    box-shadow: 0 0 2px #776f66;
}
/*#note{
	padding:5px 0px 5px 0px;
	margin:30px 30px 30px 30px;
	text-align:center;
}*/

#note_accueil{
	padding:15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:12px;
	color:#8f887f;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#note_accueil1{
	padding:10px 15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:15px;
	color:#2a2623;
	font-variant:small-caps;
	font-family:"MS Serif", "New York", serif;
	letter-spacing:1px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#note_accueil2{
	padding:10px 15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:15px;
	color:#2a2623;
	font-variant:small-caps;
	font-family:"MS Serif", "New York", serif;
	letter-spacing:1px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#note_accueil3{
	padding:10px 15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:15px;
	color:#2a2623;
	font-variant:small-caps;
	font-family:"MS Serif", "New York", serif;
	letter-spacing:1px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#note_accueil4{
	padding:10px 15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:15px;
	color:#2a2623;
	font-variant:small-caps;
	font-family:"MS Serif", "New York", serif;
	letter-spacing:1px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#note_accueil5{
	padding:10px 15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:15px;
	color:#2a2623;
	font-variant:small-caps;
	font-family:"MS Serif", "New York", serif;
	letter-spacing:1px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#note_accueil6{
	padding:10px 15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:15px;
	color:#2a2623;
	font-variant:small-caps;
	font-family:"MS Serif", "New York", serif;
	letter-spacing:1px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#note_accueil7{
	padding:10px 15px;
	margin-left:10px;
	position:absolute;
	top:122px;
	width:350px;
	background-color:#FFF;
	opacity:0.9;
	font-size:15px;
	color:#2a2623;
	font-variant:small-caps;
	font-family:"MS Serif", "New York", serif;
	letter-spacing:1px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;  
}
#tableau {
	height:30px;
	border:solid;
	border-color:#999;
	border-width:1px 0px 0px 1px;
	padding:0px 5px 0px 5px;
	background-color:#e4e3dc;
}
#tableau2 {
	height:40px;
	line-height:40px;
	vertical-align:middle;
	padding:0px 20px;
	border:solid 1px #fff;
	background-color:#f2f2f2;
	border-collapse:collapse;
}
#close_tableau {
	border:solid;
	border-color:#666;
	border-width:0px 1px 1px 0px;
}
#footer {
	height:30px;
	background-image:url(../images/titre.jpg);
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#716353;
	border-bottom:solid 1px #1e1008;
	-moz-border-radius: 0px 0px 5px 5px; 
    -webkit-border-radius: 0px 0px 5px 5px; 
    -khtml-border-radius: 0px 0px 5px 5px; 
    border-radius: 0px 0px 5px 5px; 
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: inset 0px 5px 15px #000;  
    -webkit-box-shadow: inset 0px 5px 15px #000;  
    box-shadow: inset 0px 5px 15px #000;
}
#warning{
	height:25px;
	line-height:25px;
	vertical-align:middle;
}
#echo_contact {
	line-height:20px;
	padding:20px;
	margin:50px 50px -10px 50px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    border-radius: 2px;
	behavior: url(htcs/border-radius.htc);
	background-color:#FFC;
	/*border:solid 1px #959778;*/
	vertical-align:middle;
	-moz-box-shadow: 0px 0px 3px  #959778;  
    -webkit-box-shadow: 0px 0px 3px  #959778;  
    box-shadow: 0px 0px 3px  #959778;
}
form {
	/*width:365px;*/
	padding:50px;
}
input[type=text] {
	width: 280px;
  	height: 30px;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(htcs/border-radius.htc);
	padding:0 0 0 5px;
  	-moz-box-shadow: inset 0px 0px 2px #666;  
    -webkit-box-shadow: inset 0px 0px 2px #666;  
    box-shadow: inset 0px 0px 2px #666;
	border:solid 1px #fff;
	display:inline;
	background-color:#F7F7F7;
	/*background-image:url(../images/stripe2.png);*/
}
input[type=password] {
	width: 280px;
  	height: 30px;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(htcs/border-radius.htc);
	padding:0 0 0 5px;
  	-moz-box-shadow: inset 0px 0px 2px #666;  
    -webkit-box-shadow: inset 0px 0px 2px #666;  
    box-shadow: inset 0px 0px 2px #666;
	border:solid 1px #fff;
	display:inline;
	background-color:#F7F7F7;
	/*background-image:url(../images/stripe2.png);*/
}
input[type=file] {
	width:100%;
	height:30px;
	background-color:#F7F7F7;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(htcs/border-radius.htc);
  	-moz-box-shadow: inset 0px 0px 2px #666;  
    -webkit-box-shadow: inset 0px 0px 2px #666;  
    box-shadow: inset 0px 0px 2px #666;
}
input[readonly] {
	background-image:radial-gradient(circle at 30%top, #252525, #000);
	background-image:-moz-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-webkit-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-ms-radial-gradient(circle at 30%top, #252525, #000);
	background-image:-o-radial-gradient(circle at 30%top, #252525, #000);
}
select {
	width:307px;
  	height:30px;
	vertical-align:top;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(htcs/border-radius.htc);
	padding:0 0 0 5px;
  	-moz-box-shadow: inset 0px 0px 2px #666;  
    -webkit-box-shadow: inset 0px 0px 2px #666;  
    box-shadow: inset 0px 0px 2px #666;
	border:solid 1px #fff;
	background-color:#F7F7F7;
	/*background-image:url(../images/stripe2.png);*/
}
textarea {
	width: 97%;
  	height: 120px;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
	behavior: url(htcs/border-radius.htc);
	-moz-box-shadow: inset 0px 0px 2px #666;  
    -webkit-box-shadow: inset 0px 0px 2px #666;  
    box-shadow: inset 0px 0px 2px #666;
	border:solid 1px #fff;
  	padding: 5px 5px 5px 5px;
	background-color:#F7F7F7;
	/*background-image:url(../images/stripe2.png);*/
}
/*input[type=button] {
	height:30px;
	line-height:25px;
	padding-left:5px;
	background-image:url(../images/mail-attachment.png);
	background-repeat:no-repeat;
	cursor:pointer;
	vertical-align:middle;
}*/
#info{
	width:22px;
	height:22px;
	background-image:url(../images/info.png);
	background-color:transparent;
	border:0px;
	cursor:pointer;
}
#info2{
	width:22px;
	height:22px;
	background-image:url(../images/info2.png);
	background-color:transparent;
	border:0px;
	cursor:pointer;
}
#banc {
	width:100%;
	height:30px;
	line-height:25px;
	background-image:url(../images/essai.png);
	background-repeat:repeat-x;
	vertical-align:middle;
	border:solid 0px #fff;
	cursor:pointer;
}
#banc:hover {
	width:100%;
	height:30px;
	line-height:25px;
	background-image:url(../images/essai.png);
	background-repeat:repeat-x;
	vertical-align:middle;
	border:solid 0px #fff;
	cursor:pointer;
}
#ouvrir {
	width:100%;
	height:30px;
	line-height:25px;
	background-image:url(../images/type.png);
	background-repeat:repeat-x;
	vertical-align:middle;
	border:solid 0px #fff;
	cursor:pointer;
}
#ouvrir:hover {
	width:100%;
	height:30px;
	line-height:25px;
	background-image:url(../images/type.png);
	background-repeat:repeat-x;
	vertical-align:middle;
	border:solid 0px #fff;
	cursor:pointer;
}
#joindre {
	display:none;
	line-height:25px;
	padding-top:10px;
	border-top:solid 5px #fff;
	-moz-border-radius: 0 0 3px 3px; 
    -webkit-border-radius: 0 0 3px 3px; 
    -khtml-border-radius: 0 0 3px 3px; 
    border-radius: 0 0 3px 3px; 
	behavior: url(htcs/border-radius.htc);
	/*-moz-box-shadow: inset 0px 0px 2px #666;  
    -webkit-box-shadow: inset 0px 0px 2px #666;  
    box-shadow: inset 0px 0px 2px #666;*/
}
#reset {
	width:100%;
	height:30px;
	background-color:#fff;
	background-image:url(../images/serie.png);
	background-repeat:repeat-x;
	border:solid 0px #fff;
	cursor:pointer;
	color:#fff;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}
#reset:hover {
	width:100%;
	height:30px;
	background-color:#fff;
	background-image:url(../images/serie.png);
	background-repeat:repeat-x;
	border:solid 0px #fff;
	cursor:pointer;
	color:#FC0;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}
#lebrevet {
	width:100%;
	height:30px;
	background-color:#fff;
	background-image:url(../images/version.png);
	background-repeat:repeat-x;
	border:solid 0px #fff;
	cursor:pointer;
	color:#fff;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}
#lebrevet:hover {
	width:100%;
	height:30px;
	background-color:#fff;
	background-image:url(../images/version.png);
	background-repeat:repeat-x;
	border:solid 0px #fff;
	cursor:pointer;
	color:#FC0;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}
#submit {
	width:100%;
	height:30px;
	background-color:#fff;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	border:solid 0px #fff;
	cursor:pointer;
	color:#fff;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}
#submit:hover {
	width:100%;
	height:30px;
	background-color:#fff;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	border:solid 0px #fff;
	cursor:pointer;
	color:#FC0;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}
#encare {
	width:900px;
	height:100px;
	border-top-style:dotted;
	border-top-color:#B6CC00;
	border-top-width:3px;
	border-bottom-style:dotted;
	border-bottom-color:#B6CC00;
	border-bottom-width:3px;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top:-75px; /* moitié de la hauteur de l'image */
    margin-left:-450px; /* moitié de la largeur de l'image */
}
#loaderImage {
	border:solid 0px #fff;
	background:none;
}
.loading { 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=14); 
  zoom: 1; 
}  


