/********************************************************************* Balise ****************************************************************/
form,* {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url(gifs/agencement-meubles-osb.jpg) top center #2E1A13;
	color:#c6c6c6;
}

/******************************************************************** Lien ******************************************************************/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color:#585858;
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.pagination	{
	height:20px;
	margin:auto
}

.numpage {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	font-size:11px;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	margin:2px;
	background:url(gifs/pagination_link.jpg) no-repeat;
}

.numpage_selec {
	height:15px;
	width:15px;
	font-size:11px;
	margin:2px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	background:url(gifs/pagination_hover.jpg) no-repeat
}

.bt_suivant	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant.jpg) no-repeat;
	margin:2px;
}

.bt_suivant_inactiv	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant_inactiv.jpg) no-repeat;
	margin:2px;
}

.bt_precedent {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent.jpg) no-repeat;
	margin:2px;
}

.bt_precedent_inactiv {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent_inactiv.jpg) no-repeat;
	margin:2px;
}/*****************************************************Formulaire de contact**********************************/

.ligne-contact1 p {
	font-size: 11px;
	color: #FFF;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

.ligne-contact2 p {
	font-size: 11px;
	color: #FFF;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

.bloc-message p {
	font-size: 11px;
	color: #FFF;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

.input_form {
	background-color: #FFF;
	border:1px solid #c6c6c6;
	color: #000;
	margin-top: 5px;
	width: 200px;
}
.champs-obligatoires {
	font-size: 11px;
	color: #000;
	margin: 0 !important;
	height:17px;
}

.area_form {
	background-color: #FFF;
	border: 1px solid #c6c6c6;
	font-family: Arial;
	color: #000;
	margin-top: 5px;
	width: 437px;
	overflow: auto;
}
.bouton_form {
	height: 30px;
	width: 150px;
	border: 1px solid #990000;
	color: #FFF;
	display: block;
	margin-left: 150px;
	cursor: pointer;
	background-color: #990000;
}

.bouton_form:hover {
	background-color: #660000;
}
#form-contact {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
/************************************************************ NAV **********************************************/
#menu {
	width: 100%;
   list-style: none;
   margin: 0 auto 0 auto;
   padding: 0;
   overflow: hidden;
	background:url(gifs/images/agencement-meubles-osb_08.jpg) no-repeat center top;
	height:75px;
	clear:both;
}


#menu a {
   display: block;
   color: #FFF;         /*Ici, changer la couleur de la police*/
   font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;         /*Ici, changer la police du menu*/
   font-size: 14px;         /*Ici, changer la taille de la police du menu*/
   font-weight: normal;
   padding-top: 0px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   height: 75px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
   line-height: 75px;
	position:relative;
}

#menu a:hover, #menu_select {
	text-decoration:none !important;
}
#MenuHorizontal {
   width: 985px;
   list-style: none;
   margin: 0 auto 0 auto;
   padding: 0;
   overflow: hidden;
}

#menu li {
   float: left;
   position:relative;

}

#menu strong {
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	background:#FFF;
	display:block;
	height:75px;
	cursor: pointer;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

#menu .effet {
	opacity: 0;
	filter: alpha(opacity=0);
}

#menu0 {
   width: 75px;
   background: url('gifs/separateur.gif') no-repeat center right;         /*Ici l'image de fond de la cellule*/
}

#menu1{
   width: 124px;
   background: url('gifs/separateur.gif') no-repeat center right;         /*Ici l'image de fond de la cellule*/
}

#menu2{
   background: url('gifs/separateur.gif') no-repeat center right;         /*Ici l'image de fond de la cellule*/
   width: 138px;
}

#menu3{
   width: 105px;
   background: url('gifs/separateur.gif') no-repeat center right;         /*Ici l'image de fond de la cellule*/
}

#menu4{
   width: 146px;
   background: url('gifs/separateur.gif') no-repeat center right;         /*Ici l'image de fond de la cellule*/
}

#menu5{
   width: 123px;
   background: url('gifs/separateur.gif') no-repeat center right;         /*Ici l'image de fond de la cellule*/
}

#menu6{
   width: 151px;
	background: url('gifs/separateur.gif') no-repeat center right; 
}
#menu7{
   width: 121px;
	background:none !important;
}
/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/*********************************************************** MODELE ***********************************************/
	
.mots_importants{
	font-weight: bold;
	color: #FFF;
}
.mots_importants_rouge{
	font-weight: bold;
	color: #660000;
}
#liens{
	text-align: right;
	margin-top: 20px;
	height: 15px;
}

#header {
	height: 153px;
	width: 985px;
	margin: 0 auto 0 auto;
}
#header a{
	color: #000000;
}
#header a:hover{
	text-decoration: none;
}

#logo {
	width: 331px;
	height: 28px;
	margin: 40px 19px 0  0;
	float: left;
	background: url(gifs/images/agencement-meubles-osb_05.jpg) no-repeat;
	font-family: Century Gothic, Verdana, sans serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 36px;
}
#container {
	width:985px;
	margin-left: auto;
	margin-right: auto;
}
#liens_secondaires{
	height: 25px;
	text-align: right;
	line-height: 25px;
}
#liens_secondaires a{
	color: #c6c6c6;
}
#liens_secondaires a:hover{
	color: #FFF;
	text-decoration: none;
}
#content {
	width:985px;
	margin-left: auto;
	margin-right: auto;
	background-color:#180D05;
	border: 1px solid #5f5f5f;
	padding-bottom: 10px;
}
#colonne_droite {
	float:left;
	width: 318px;
	padding: 20px 24px 0 25px;
}
#encart_contact{
	width: 311px;
	height: 210px;
	background:url(gifs/images/agencement-meubles-osb_14.jpg) no-repeat;
	padding: 10px 0 0 10px;
	line-height: 17px;
}
#encart_contact h2{
	font-size: 14px;
	color: #FFF;
}
#encart_contact h3{
	font-size: 26px;
	color: #FFF;
	line-height: 25px;
	margin-top: 15px;
}
#encart_contact h3 span{
	font-size: 24px;
	color: #c6c6c6;
	font-weight: normal;
}
#encart_contact h3 a{
	font-size: 14px;
	color: #c6c6c6;
	font-weight: normal;
}
#encart_contact a{
	color: #FFF;
}
#encart_devis{
	width: 253px;
	height: 86px;
	margin: 30px auto 0 auto;
}

#bouton_devis{
	width: 253px;
	height: 71px;
	background: url(gifs/images/agencement-meubles-osb_23.jpg) no-repeat;
	padding: 15px 0 0 0;
	text-align:center;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}
#encart_btn_promo{
	width: 253px;
	height: 86px;
	margin: 30px auto 0 auto;
}

#btn_promo{
	width: 253px;
	height: 71px;
	background: url(gifs/images/btn_promo.jpg) no-repeat;
	padding: 15px 0 0 0;
	text-align:center;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}
#btn_promo:hover{
	opacity: 0.7;
}
#footer {
	clear:both;
	height: 30px;
	text-align:center;
	color: #c6c6c6;
	margin-top: 5px;
	font-size: 10px;
}
#footer strong{
	color: #FFF;
}

/*********************************************************** INDEX ***********************************************/

#colonne_centre_index {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/accueil.jpg) no-repeat top left;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_index h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_index h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_index p{
	margin-bottom: 10px;
	text-align: justify;
}
#encart_cuisines{
	background: url(gifs/images/agencement-meubles-osb_17.jpg) no-repeat;
	width: 292px;
	height: 222px;
	display:block;
	float: left;
	font-size: 17px;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	margin: 20px 15px 0 0;
	padding: 10px 0 0 10px;
}
#encart_savoir{
	background: url(gifs/images/agencement-meubles-osb_19.jpg) no-repeat;
	width: 152px;
	height: 232px;
	display:block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	margin: 20px 0 0 0;
	padding: 10px 0 0 10px;
	
}

#encart_promo a{
	position:absolute;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	text-decoration:underline;
	margin-left:15px;
	margin-top:15px;
}

#encart_promo{
	position:relative;
	width: 142px;
	height: 232px;
	display:block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}
/*********************************************************** REALISATIONS ***********************************************/

#colonne_centre_realisations {
	float: left;
	width: 537px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/realisations.jpg) no-repeat top left;
	padding-left: 60px;
	padding-right: 10px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_realisations h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_realisations h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_realisations p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_realisations img{
	margin-right: 10px;
	float: left;
}


#nouveautes{
	background: url(gifs/BDD/agencement-meubles-osb-B-03.jpg) no-repeat;
	width: 344px;
	height: 77px;
	float: left;
	margin-right: 10px;
	margin-bottom:5px;
	color:#FFF;
	padding: 10px 0 0 10px;
	font-size: 19px !important;
	text-decoration: none !important;
	font-weight:bold;
}

#salle_bain{
	background: url(gifs/BDD/agencement-meubles-osb-B-09.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
	margin-right: 10px;
}
#portail{
	background: url(gifs/BDD/agencement-meubles-osb-B-11.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
	margin-right: 10px;
}
#placo{
	background: url(gifs/BDD/agencement-meubles-osb-B-12.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
}
#isolation{
	background: url(gifs/BDD/agencement-meubles-osb-B-16.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
	margin-right: 10px;
}
#parquet{
	background: url(gifs/BDD/agencement-meubles-osb-B-17.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
	margin-right: 10px;
}
#terrasse{
	background: url(gifs/BDD/agencement-meubles-osb-B-18.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
}
#fenetre{
	background: url(gifs/BDD/agencement-meubles-osb-B-22.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-right: 10px;
}
#stand{
	background: url(gifs/BDD/agencement-meubles-osb-B-23.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-right: 10px;
}
#ossature{
	background: url(gifs/BDD/agencement-meubles-osb-B-24.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
}

#cuisine{
	background: url(gifs/BDD/agencement-meubles-osb-B-05.jpg) no-repeat;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
}

.produits {
	padding: 10px 0 0 10px;
	font-size: 13px !important;
	text-decoration: none !important;
	font-weight:bold;
}


.produits_details {
	font-size: 13px !important;
	text-decoration: none !important;
	font-weight:bold;
	margin-right:5px;
	width: 162px;
	height: 77px;
	float: left;
	margin-bottom:5px;
}
#colonne_centre_realisations h2 a img  {
	position:absolute;
	border: 1px solid #FFF;
}
#colonne_centre_realisations h2 a span{
	display: block;
	padding: 10px 0 0 10px;
	width: 152px !important;
	height: 20px !important;
	background-color:#000;
	opacity:0.6;
	filter: alpha(opacity=60);
	position:relative;
	top: 1px;
	left: 1px;
}
#colonne_centre_realisations h2 a strong  {
	color: #FFF;
	position:relative;
	top: -21px;
	left: 10px;
	z-index: 100;
}

/*********************************************************** SAVOIR FAIRE ***********************************************/

#colonne_centre_savoir {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/savoir-faire.jpg) no-repeat top left;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_savoir h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_savoir h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_savoir p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_savoir img{
	margin-right: 10px;
	float: left;
}
#colonne_centre_savoir ul{
	margin-bottom: 10px;
	line-height: 17px;
	margin-left: 155px;
	list-style: url(gifs/puce.gif) outside;
}
/*********************************************************** ACTUS ***********************************************/

#colonne_centre_actus {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
	background-image: url(gifs/titactus_11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#colonne_centre_actus h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_actus h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_actus p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_actus img{
	margin-right: 10px;
	float: left;
}
#colonne_centre_actus ul{
	margin-bottom: 10px;
	line-height: 17px;
	margin-left: 155px;
	list-style: url(gifs/puce.gif) outside;
}
/*********************************************************** LETTRE ***********************************************/

#colonne_centre_lettre {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
	background-image: url(gifs/titlettre.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#colonne_centre_lettre h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_lettre h2{
	font-size: 15px;
	color:#ffffff;
	margin-bottom: 20px;
}
#colonne_centre_lettre h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_lettre p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_lettre img{
	margin-right: 10px;
	float: left;
}
#colonne_centre_lettre ul{
	margin-bottom: 10px;
	line-height: 17px;
	margin-left: 155px;
	list-style: url(gifs/puce.gif) outside;
}
/*********************************************************** Promotions ***********************************************/

#colonne_centre_promo {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/promotions.jpg) no-repeat top left;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_promo h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_promo h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_promo p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_promo img{
	margin-right: 10px;
	float: left;
}
#colonne_centre_promo ul{
	margin-bottom: 10px;
	line-height: 17px;
	margin-left: 155px;
	list-style: url(gifs/puce.gif) outside;
}

.titre_tpl{
	color:#FFFFFF;
	font-size:13px;
}

.promotion_tpl{
	color:#FFFFFF;
	font-size:11px;
}

.largeur_promo{
	width:450px;
	clear:both;
}
/*********************************************************** Devis ***********************************************/

#colonne_centre_devis {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/devis.jpg) no-repeat top left;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_devis h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_devis h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_devis p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_devis img{
	margin-right: 10px;
	float: left;
}
/*********************************************************** PRESENTATION ***********************************************/

#colonne_centre_presentation {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/agencement.jpg) no-repeat top left;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_presentation h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_presentation h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_presentation p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_presentation img{
	margin-right: 10px;
	float: left;
}
#colonne_centre_presentation ul{
	margin-bottom: 10px;
	line-height: 17px;
	margin-left:30px;
	margin-top: 10px;
	list-style: url(gifs/puce.gif) outside;
}
/*********************************************************** ENVIRONNEMENT ***********************************************/

#colonne_centre_environnement {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/environnement.jpg) no-repeat top left;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_environnement h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_environnement h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_environnement p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_environnement img{
	margin-right: 10px;
	float: left;
}
/*********************************************************** CONTACT ***********************************************/

#colonne_centre_contact {
	float: left;
	width: 469px;
	min-height: 400px;
	-height: 400px;
	border-right: 1px dotted #c6c6c6;
	background: url(gifs/contact.jpg) no-repeat top left;
	padding-left: 85px;
	padding-right: 60px;
	margin-top: 10px;
	line-height: 17px;
}
#colonne_centre_contact h1{
	font-size: 17px;
	color:#c6c6c6;
	margin-bottom: 20px;
}
#colonne_centre_contact h1 strong{
	font-size: 18px;
	color: #FFF;
}
#colonne_centre_contact p{
	margin-bottom: 10px;
	text-align: justify;
}
#colonne_centre_contact img{
	margin-right: 10px;
	float: left;
}
#colonne_centre_contact h3{
	font-size: 14px;
	color:#990000;
	margin-top: 20px;
}
.blanc {
	color:#FFFFFF;
}
