/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.001%;
	background:#3D3D3D;
	padding:0;
	margin:0;
}

li {
	margin-left: 25px;
}
body {	
	margin:0;
	background: url(visuels/cheresloques-createur-head.jpg) center top no-repeat #3d3d3d;
	text-align: left;

}
td { 	/* Font idem que body */

}

p {
	margin: 20px 0;
	width: 380px;
}





a {
	color: #FFFFFF;	
	text-decoration: underline;	
}
a:hover {
	color:#cccccc;
	text-decoration : underline;
}

a.retour {
	color: #E50083;	
	text-decoration: none;	
}
a.retour:hover {
	color:#E50083;
	text-decoration : underline;
}
a.envoyer {
	color: #000;	
	text-decoration: none;
	font-size: 14px;
	background: #7ca841;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.envoyer:hover {
	color:#fff;
	text-decoration: none;
}

a.lien-question-rouge {
	text-decoration: underline;
	color:#e83c31;
	font-size: 15px;
	font-weight: bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
a.lien-question-rouge:hover {
	color: #FFFFFF;
}

a.lien-question-bleu {
	text-decoration: underline;
	color:#379dbf;
	font-size: 15px;
	font-weight: bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
a.lien-question-bleu:hover {
	color: #FFFFFF;
}

a.lien-question-vert {
	text-decoration: underline;
	color:#7ca841;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.lien-question-vert:hover {
	color: #FFFFFF;
}

a.lien-question-jaune {
	text-decoration: underline;
	color:#fff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background: url(visuels/puce_fleche.gif) left no-repeat;
	padding-left: 14px;
}
a.lien-question-jaune:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.lien-question-violet {
	text-decoration: underline;
	color:#705794;
	font-size: 15px;
	font-weight: bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
a.lien-question-violet:hover {
	color: #FFFFFF;
}
a.lien-petit {
	font-size: 10px;
}
a.lien-petit:hover {
}
a.news-home {
	font-size: 12px;
	color: #7ca841;
	text-decoration: underline;
}
a.news-home:hover {
	color: #000000;
}
a.amazone {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: underline;
	letter-spacing: 1px;
}
a.amazone:hover {
	color: #000000;
}





/* MENU GENERAL */


a.menu1 {
	color: #e50083;	
	text-decoration : none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.menu1:hover {
	color: #705794;
	border-bottom: #705794 dashed 1px;
}
a.menu2 {
	color: #e50083;	
	text-decoration : none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.menu2:hover {
	color: #E83C31;
	border-bottom: #E83C31 dashed 1px;
}
a.menu3 {
	color: #e50083;	
	text-decoration : none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.menu3:hover {
	color: #7CA841;
	border-bottom: #7CA841 dashed 1px;
}
a.menu4 {
	color: #e50083;	
	text-decoration : none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.menu4:hover {
	color: #E3B036;
	border-bottom: #E3B036 dashed 1px;
}
a.menu5 {
	color: #000000;	
	text-decoration : none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	width: 100px;
	float: left;
}
a.menu5:hover {
	color: #379DBF;
	border-bottom: #379DBF dashed 1px;
}

a.menu-h {
	color: #848484;	
	text-decoration : none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
}
a.menu-h:hover {
	color: #e50083;
}
a.menu-h-home {
	color: #fff;	
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	background: #7ca841;
	padding: 5px;
	margin: 0 10px 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.menu-h-home:hover {
	background: #007f7b;
}
a.menu-h-home-new {
	color: #fff;	
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	background: #007f7b;
	padding: 5px;
	margin: 0 10px 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.menu-h-home-new:hover {
	background: #7ca841;
}




a.menu-footer {
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu-footer:hover {
	color: #FFF;
	text-decoration: underline;
}

a.plus-photo {
	font-size: 11px;
	color: #e50083;
	text-decoration: underline;
	background-image: url(visuels/picto-plus.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 2px;
	
}
a.plus-photo:hover {
	color: #FFF;
	text-decoration: underline;
}

a.histoire {
	font-size: 11px;
	color: #ff8ef0;
	text-decoration: underline;
	background-image: url(visuels/picto-recycle.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 17px;
	display: block;
	
}
a.histoire:hover {
	color: #FFF;
	text-decoration: underline;
}

a.contact-produit {
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
a.contact-produit:hover {
	color: #fff;
	text-decoration: none;
}
a.contact-sim {
	font-size: 11px;
	color: #7ca841;
	text-decoration: underline;	
}
a.contact-sim:hover {
	color: #7ca841;
	text-decoration: none;
}


/* MENU COLLECTION */


a.menu-visuel1 {
	color: #FFFFFF;
	text-decoration : none;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.menu-visuel1:hover {
	text-decoration: underline;
	color: #FFFFFF;
	
}
a.menu-visuel2 {
	color: #FFFFFF;	
	text-decoration : none;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.menu-visuel2:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menu-visuel3 {
	color: #FFFFFF;	
	text-decoration : none;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.menu-visuel3:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menu-visuel4 {
	color: #FFFFFF;	
	text-decoration : none;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.menu-visuel4:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



a.menu-visuel1a {
	color: #7ca841;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 8px 7px 8px;
}
a.menu-visuel1a:hover {
	text-decoration: none;
	background: #3d3d3d;
	padding: 9px 8px 7px 8px;
	color: #FFFFFF;
	
}
a.menu-visuel2a {
	color: #FFFFFF;	
	text-decoration : none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
a.menu-visuel2a:hover {
	text-decoration: underline;
	color:#e50083;
}
a.menu-visuel2b {
	color: #FFFFFF;	
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.6em;
	padding-left: 10px;

}
a.menu-visuel2b:hover {
	text-decoration: underline;
	color:#e50083;

}

a.menu-visuel3a {
	color: #FFFFFF;	
	text-decoration : none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.menu-visuel3a:hover {
	text-decoration: underline;
}
a.menu-visuel4a {
	color: #FFFFFF;	
	text-decoration : none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.menu-visuel4a:hover {
	text-decoration: underline;
}
a.plan-site {
	color: #999999;	
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
a.plan-site:hover {
	text-decoration: underline;
	color: #CCCCCC;
}




/* DESIGN */




#header {
	display:block;
	margin:0 auto 0 auto;
	background-repeat: no-repeat;
	width: 980px;
	height: 184px;
}
#retour_haut {
	display: block;
	width: 200px;
	background: none;
	padding: 5px 10px;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	padding: 0px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 980px;
	text-align: center;
}
#footer_retour {
	padding: 0px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: center;
}
#header-page {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 170px;
}
#logo {
	display: block;
	width: 534px;
	height: 184px;
	float: left;
}
#logo-home {
	display: block;
	width: 275px;
	height: 200px;
	margin: 105px 0 0 112px;
	float: left;
	background: url(visuels/logo-cheresloques-v3-home.gif) left top no-repeat;
	text-indent: -9999px;
}
#webline {
	float: left;
	display: block;
	width: 370px;
	height: 150px;
	margin: 27px 0 0 10px;
	padding: 0 0 0 30px;
	border-left: #c3c3c3 solid 1px;
	line-height: 16px;
}
#bloc-news {
	float: left;
	height: 150px;
	width: 200px;
	display: block;
	margin: 27px 0 0 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: #c3c3c3 solid 1px;
	color:#3D3D3D;
}
#bloc-blog {
	float: left;
	width: 150px;
	height: 150px;
	padding-left: 20px;
	margin: 27px 0 0 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: #c3c3c3 solid 1px;
	line-height: 16px;
	color:#3D3D3D;
}
#bloc-facebook {
	float: left;
	display: block;
	width: 40px;
	margin: 27px 0 0 10px;
	text-align: center;
}
#conteneur-home {
	display: block;
	width: 100%;
	height: 630px;
	background: url(visuels/cheresloques-createur.jpg) center top no-repeat;
}
#conteneur-home-centre {
	display: block;
	width: 980px;
	margin: 0 auto 0 auto;
}
#bandeau-home {
	display: block;
	width: 980px;
	height: 200px;
	margin: 80px auto 0 auto;
}
#news {
	float: left;
	display: inline;
	width: 200px;
	margin-left: 75px;
	margin-top: 235px;
	margin-bottom: 25px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#newsletter-bandeau {
	display: block;
	width: 300px;
	border-top: dotted 1px #555555;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	margin-top: 10px;
}
#conteneur-page-bas {
	display: block;
	margin: 30px auto 0 auto;
	background-image: url(visuels/footer-cheresloques-v3.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 130px;
}

#contenu {
	display: block;
	margin: 10px auto 20px auto;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 1.6em;
	overflow: hidden;
}
#contenu_col_g {
	display: block;
	width: 450px;
	margin: 30px 30px 30px 50px;
	float: left;
}
#contenu_col_g1 {
	display: block;
	width: 800px;
	margin: 30px 0 30px 50px;
}
#contenu_col_d {
	display: block;
	width: 400px;
	margin: 30px 0 0 30px;
	float: left;
	padding: 10px 0 0 0;
}
#contenu_reponse {
	display:block;
	float: left;
	width: 462px;
	padding-right: 226px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 1.6em;
	padding-top: 50px;
}

#note {
	display:block;
	width: 250px;
	background-color: #444444;
	text-align: left;
	padding: 14px;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#ligne_salon {
	display:block;
	float: left;
	width: 360px;
	height: 60px;
	border-bottom: #555555 dashed 1px;
	margin: 10px 10px 0 0;
	text-align: left;
	padding: 10px;
}

#ligne_salon img {
	text-align: left;
	float: left;
	margin-right: 10px;

}

#col1 {
	display: block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	border-right: #555555 solid 1px;
}
#col1new {
	display: block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-new.gif) left top no-repeat;
	border-right: #555555 solid 1px;
}
#col1sim {
	display: block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-similaire.gif) left top no-repeat;
	border-right: #555555 solid 1px;
}
#col2 {
	display:block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	border-right: #555555 solid 1px;
}
#col2new {
	display:block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-new.gif) left top no-repeat;
	border-right: #555555 solid 1px;
}
#col2sim {
	display:block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-similaire.gif) left top no-repeat;
	border-right: #555555 solid 1px;
}
#col3 {
	display:block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	border-right: #555555 solid 1px;
}
#col3new {
	display:block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-new.gif) left top no-repeat;
	border-right: #555555 solid 1px;
}
#col3sim {
	display:block;
	float: left;
	width: 224px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-similaire.gif) left top no-repeat;
	border-right: #555555 solid 1px;
}
#col4 {
	display:block;
	float: left;
	width: 225px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
}
#col4new {
	display:block;
	float: left;
	width: 225px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-new.gif) left top no-repeat;
}
#col4sim {
	display:block;
	float: left;
	width: 225px;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	background: url(visuels/picto-similaire.gif) left top no-repeat;
}
#himg{
	height: 230px;
}
#himgs{
	height: 280px;
}
#himgp{
	height: 310px;
}
#himgr1{
	height: 330px;
}
#himgr{
	height: 410px;
}
#himgb{
	height: 250px;
}
#himgmj{
	height: 150px;
}
#himgj{
	height: 210px;
}
#himgbout{
	height: 170px;
}


#col_menu {
	display:block;
	float: left;
	width: 200px;
	margin-top: 50px;
}
#menu-collection-page {
	display:block;
	width: 185px;
	padding: 20px 0 0 15px;
	text-align: left;
	background: #333333 url(visuels/top_menu.gif) center top no-repeat;
}
#menu-collection-page-bottom {
	display:block;
	width: 200px;
	height: 18px;
	background: url(visuels/bottom_menu.gif) center top no-repeat;
}
#newsletter1 {
	display:block;
	width: auto;
	text-align: left;
	padding: 0px 5px 5px 10px;
	background-repeat: no-repeat;
	background-position: top;
}
#bloc_vendu {
	display:block;
	width: 85px;
	height: 60px;
	text-align: left;
	padding-left: 65px;
	background: url(visuels/vendu_petit.gif) no-repeat top left;
}
#haut-page-contenu {
	display:block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(visuels/haut-page-contenu.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 30px;
}
#bloc-menu {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 50px;
	border-bottom: dotted 1px #555555;
}
#bloc-menu-a {
	display: block;
	width: 840px;
	float: left;
}
#bloc-menu-b {
	display: block;
	height: 25px;
	float: left;
}
#bloc-menu2 {
	display: block;
	background: #333333;
	margin: 15px auto 0 auto;
	width: 960px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#bloc-image-produit {
	display: block;
	background: none;
	margin: 20px auto 0 auto;
	padding: 30px 0 0 30px;
	width: 950px;
	height: 250px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#bloc-menu-home {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 30px;
	border-bottom: #555555 solid 1px;
	margin-top: 5px;
	text-align: center;
}
#menu-home {
	float: left;
	display:block;
	text-align: right;
	width: 440px;
	border-top: #555555 solid 1px;
	padding-top: 10px;
}
#revanche {
	display:block;
	margin:0 auto 0 auto;
	background-image: url(visuels/revanche.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 1005px;
	height: 406px;
}
#txt-bulle {
	display:block;
	width: 230px;
	margin-left: 430px;
	text-align: center;
}
#menu-visuel-1 {
	display:block;
	float: left;
	padding-left: 160px;
	padding-top: 100px;
	text-align: center;
}
#menu-visuel-2 {
	display:block;
	float: left;
	padding-top: 140px;
	padding-left: 85px;
	text-align: center;
}
#menu-visuel-3 {
	display:block;
	float: left;
	padding-top: 120px;
	padding-left: 110px;
	text-align: center;
}
#menu-visuel-4 {
	display:block;
	float: left;
	padding-top: 80px;
	padding-left: 170px;
	text-align: center;
}
#menu-creamodis {
	display:block;
	float: left;
	padding-top: 160px;
	padding-left: 600px;
	text-align: right;
}
#bloc_vendu_g {
	display: block;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#bloc_vendu_d {
	display: block;
	float: right;
	width: 300px;
	margin-top: 10px;
	padding-top: 5px;
}




h1.home{
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
	text-indent:0px;
}
h1.titre {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 5px;
	line-height: 1.3em;
}
h1.titre-vendu {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 5px;
	line-height: 1.3em;
}
h1.titre-vetement {
	font-size: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 30px;
}




h2.intro-vetement {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
}
h2.similaire {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
}
h2.titre {
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 1.4em;
}
h2.titre_salon {
	font-size: 20px;
	display: block;
	border-top: 1px dashed #555555;
	font-weight: normal;
	color: #7ca841;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}
h2.titre-sac {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
h2.titre-sac1 {
	font-size: 15px;
	font-weight: bold;
	color: #e3b036;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
h2.txt-webline {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3d3d3d;
}
h2.webline_page {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3D3D3D;
	line-height: 19px;
}
h2.question-g {
	padding: 15px 0 15px 0;
	width: 250px;
	float: left;
}
h2.question-d {
	padding: 15px 0 15px 0;
	width: 250px;
	float: left;
	margin-left: 35px;
}
h2.reponse {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
}
.stitre-reponse {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7ca841;
	font-size: 18px;
	font-weight: normal;
}



h3 {
	font-size: 14px;
	font-weight: bold;
}
h3.titre {
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3.description {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	color: #777777;
}
h3.stitre {
	font-size: 16px;
	font-weight: normal;
	color: #7ca841;
}




.taille {
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}

.ref {
	font-size: 11px;
	font-weight: normal;
	color: #888888;

}

.dispo {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: #777777;
	padding: 3px;
}
.new {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background:#CCCC00;
	padding: 3px;
}
.new-menu {
	font-size: 9px;
	font-weight: normal;
	color:#CCCC00;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.prix {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background:#e50083;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.promo {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #FF6600;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.vendu {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 4px;
	background: #777777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.violet{
	color:#705794!important;
}
.bleu{
	color:#379dbf!important;
}
.jaune{
	color:#e3b036!important;
}
.vert{
	color:#7ca841!important;
}
.rouge{
	color:#e83c31!important;
}
.rose{
	color:#e50083!important;
}
.gris{
	color:#777777!important;
}
.gris-fonce{
	color: #333333!important;
}

.copyright {
	font-size: 11px;
	color: #999999;
}

.titre_salon {
	font-size: 22px;
	color: #7ca841;
	font-weight: bold;
}
.horaire {
	font-size: 10px;
}
.titre_salon_1 {
	font-size: 20px;
	color: #CCCCCC;
	font-weight: bold;
}
.titre_salon_2 {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
}
.newsletter {
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.toujours_vendu {
	font-size: 11px;
	color: #7ca841;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	margin: 12px 0;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #555555;
	color:#CCCCCC;
}
input.newsletter {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	margin: 12px 0;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #FFFFFF;

}
textarea {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 13px;
	padding: 8px;
	height: 100px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #555555;
	color:#CCCCCC;
}
.inscription_newsletter {
	background: #333333;
	height: 22px;
	border: none;
	float: left;
}
.asterisque {
	color: #7ca841;
	font-size: 16px;
}
.envoi_ok {
	color: #e50083;
	font-size: 16px;
}
.titre_actu {
	font-size: 14px;
	color: #7ca841;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.nom_form {
	display: block;
	color: #cccccc;
	font-size: 14px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 8px;
}
#col-1-form {
	display: block;
	width: 110px;
	float: left;
	padding-right: 30px;
	text-align: right;
}
#col-2-form {
	display: block;
	width: auto;
	float: left;
	width: 150px;
}
#col-3-form {
	display: block;
	width: 100px;
	float: left;
	padding-right: 30px;
	text-align: right;
}
#col-4-form {
	display: block;
	width: auto;
	float: left;
	width: 200px;
}
#col-5-form {
	display: block;
	width: 110px;
	float: left;
	padding-right: 30px;
	text-align: right;
}
#col-5-form-sim {
	display: block;
	width: 110px;
	float: left;
	padding-right: 0px;
	text-align: right;
	background-color:#996600;
}
#col-6-form {
	display: block;
	width: 400px;
	float: left;
	text-align: right;
	padding-bottom: 20px;
}
#bloc_formulaire_contact {
	display: block;
	width: 800px;
	float: left;
	margin: 0px 0 20px 30px;
	padding: 0px 0 0 20px;
	text-align: left;
	border-top: solid 0px #555555;
	border-bottom: solid 1px #555555;
}
#bloc_formulaire_sim {
	display: block;
	width: 800px;
	float: left;
	margin: 0px 0 20px 30px;
	padding: 0px 0 0 20px;
	text-align: left;
}
#infos_contact {
	display: block;
	width: 800px;
	float: left;
	margin: 0px 0 20px 30px;
	padding: 10px 0 10px 20px;
	text-align: left;
	border-bottom: dotted 1px #555555;
	border-top: dotted 1px #555555;
}
#col-1-cont {
	display: block;
	width: 153px;
	float: left;
}
#col-2-cont {
	display: block;
	width: 300px;
	float: left;
	border-right: dotted 1px #555555;
	padding-right: 40px;

}
#col-3-cont {
	display: block;
	float: left;
	margin-left: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
#col-4-cont {
	display: block;
	width: 200px;
	float: left;
	padding-right: 30px;
}




.contact {
	font-size: 14px;
	font-weight: bold;
}


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

