*{
	margin:0;
	padding:0;
}

body{
	background:url(images/bg_body.gif) repeat-x #6D2348;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#301828;
	line-height:15px;
}

a{
	text-decoration:none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                     CLASSES DISPLAY et CLEAR                                     */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.lineclear{
	clear:both;
	height:1px;
}

.display{
	display:none;
}

.vishidden{
	visibility:hidden
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                          CLASSES TEXTE                                           */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.bold{
	font-weight:bold;
}

.justify{
	text-align:justify;
}


/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                  STRUCTURE COMMUNE                   ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/


#global{
	width:955px;
	margin:0 auto;
	background:url(images/bg_global.jpg) no-repeat 0px 228px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#bandeau{
	height:200px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . .  menu top  . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#menu-top{
	text-align:right;
	padding:0 19px 0 0;
	height:108px;
}

#menu-top ul{
	padding:2px 0 0 0;
	font-size:10px;
	line-height:10px;
}

#menu-top ul li{
	display:inline;
	padding:0 2px;
	list-style-type:none;
	border-right:solid 1px #B07794;
}

#menu-top ul li.lili{
	border:none;
}

#menu-top ul li a{
	color:#B07794;
}

#menu-top ul li a:hover{
	color:#C3AA78;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . .  logo  . . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#logo{
	padding:0 0 0 344px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . .  menu  . . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#menu{
	height:28px;
	background:url(images/bg_menu.jpg) no-repeat;
}

#menu ul{
	padding:0 0 0 117px;
	height:28px;
}

#menu ul li{
	height:28px;
	display:inline;
	list-style-type:none;
}

#menu ul li a{
	display:block;
	float:left;
	width:180px;
	height:28px;
}

#menu ul li a.menu1{
	background:url(images/menu1.jpg) no-repeat;
}

#menu ul li a.menu2{
	background:url(images/menu2.jpg) no-repeat;
}

#menu ul li a.menu3{
	background:url(images/menu3.jpg) no-repeat;
}

#menu ul li a.menu4{
	background:url(images/menu4.jpg) no-repeat;
}

#menu ul li a:hover{
	background-position:left bottom;
}

#menu ul li a.focus{
	background-position:left bottom;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#contenu{
	width:910px;
	padding:26px 0 10px 32px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . . titres . . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

.h-oeil{
	font-size:15px;
	font-weight:normal;
	font-variant:small-caps;
	padding:0 0 20px 39px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/oeil.png',sizingMethod='crop');
}

html>body .h-oeil{
	filter:none;
	background:url(images/oeil.png) no-repeat;
}

.h-oeil span{
	font-size:18px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

.h-scarabee{
	font-size:15px;
	font-weight:normal;
	font-variant:small-caps;
	padding:0 0 20px 39px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/scarabee.png',sizingMethod='crop');
}

html>body .h-scarabee{
	filter:none;
	background:url(images/scarabee.png) no-repeat;
}

.h-scarabee span{
	font-size:18px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                              FOOTER                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#footer{
	background:url(images/bg_footer.jpg) no-repeat;
	padding:55px 0 0 0;
	text-align:center;
	color:#C3AA78;
}

#footer ul{
	padding:5px 0 0 0;
}

#footer ul li{
	display:inline;
	padding:0 4px;
	list-style-type:none;
	border-right:solid 1px #C3AA78;
}

#footer ul li.lili{
	border:none;
}

#footer ul li a{
	color:#C3AA78;
}

#footer ul li a:hover{
	color:#fff;
}


/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                       ACCUEIL                        ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.bandeau-accueil{
	background:url(images/bg_bandeau-accueil.jpg) no-repeat;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie gauche. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie gauche. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#accueil-gauche{
	width:652px;
	float:left;
	background:url(images/bg_accueil-gauche.jpg) no-repeat 625px 0px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . .presentation. . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#pres{
	float:left;
	width:299px;
	padding:0 19px 0 9px;
	text-align:justify;
}

.h-pres{
	width:260px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . photos accueil . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#illus-accueil{
	float:left;
	padding:0 0 17px 0;
}

#illus-accueil img{
	border:solid 1px #4B253E;
	margin:0 2px 0 0;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . .  partie basse  . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . .  partie basse  . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#bas-accueil{
	width:468px;
	padding:23px 0 20px 157px;
	background:url(images/bg_bas-accueil.jpg) no-repeat;
	height:135px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

ul.bas-accueil-ul{
	width:257px;
	float:left;
	font-size:14px;
	color:#C3AA78;
}

ul.bas-accueil-ul li{
	list-style-type:none;
	background:url(images/puce-li-bas-accueil.gif) no-repeat 0px 0px;
	padding:0 0 12px 18px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

p.bas-accueil-p{
	width:198px;
	text-align:center;
	padding:20px 0 0 4px;
	font-size:18px;
	letter-spacing:2px;
	line-height:21px;
	float:left;
	color:#C3AA78;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie droite. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie droite. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#accueil-droite{
	width:228px;
	float:left;
}

.h-actus-acc{
	width:178px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

.actus-accueil{
	padding:10px 0 10px 0;
	border-bottom:dashed 1px #4B253E;
	width:217px;
	text-align:justify;
}

.actus-accueil img{
	border:solid 1px #4B253E;
	margin:0 10px 0 0;
	float:left;
}

p.titre{
	font-size:12px;
	font-weight:bold;
	color:#C3AA78;
	padding:0 0 5px 0;
}

p.savoir-plus{
	background:url(images/bg_savoir-plus.gif) no-repeat 0px 13px;
	padding:10px 0 0 15px;
}

p.savoir-plus a{
	color:#301828;
	font-weight:bold;
}

p.savoir-plus a:hover{
	color:#C4AA79;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                              FOOTER                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#tt{
	text-align:center;
	margin-top:20px;
}

#tt a{
	font-size:9px;
	color:#C3AA78;
}

#tt a:hover{
	color:#fff;
}


/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                     ACTUALITES                       ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.bandeau-pages{
	background:url(images/bg_bandeau-pages.jpg) no-repeat;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie gauche. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#actualites-gauche{
	padding:0 0 0 13px;
	float:left;
	width:537px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie droite. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#actualites-droite{
	padding:20px 0 0 0;
	float:left;
	width:324px;
}

.h-actus{
	width:258px;
}

#photo-bougies-actualites{
	padding:35px 0 0 0;
}


/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                      SERVICES                        ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie gauche. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie gauche. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#services-gauche{
	padding:0 0 0 8px;
	float:left;
	width:450px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie droite. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie droite. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#services-droite{
	float:left;
	width:430px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . .services. . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . .services. . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

.services{
	width:418px;
	padding:0 0 24px 0;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

.photo-services{
	float:left;
	width:121px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

.txt-services{
	float:left;
	width:297px;
	text-align:justify;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

.h-services{
	width:258px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^*/

ul.ul-services{
	list-style-type:none;
	padding:6px 0 0 0;
}

ul.ul-services li{
	padding:0 0 3px 12px;
	background:url(images/puce-li-services.gif) no-repeat 0px 5px;
}

ul.ul-services2{
	list-style-type:none;
	padding:6px 0 0 0;
}

ul.ul-services2 li{
	padding:0 0 3px 12px;
	background:url(images/puce-li-services.gif) no-repeat 0px 5px;
}



/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                        CONTACT                       ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.bandeau-contact{
	background:url(images/bg_bandeau-contact.jpg) no-repeat;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie gauche. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie gauche. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#contact-gauche{
	width:509px;
	float:left;
	padding:0 30px 40px 8px;
}

.h-contact{
	width:470px;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . .coordonnees . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/


.coord{
	float:left;
	width:217px;
	padding:10px 0 30px 13px;
	font-size:13px;
}

.h-coord{
	font-variant:small-caps;
	font-size:12px;
	color:#C3AA78;
	padding:0 0 7px 0;
}

.h-coord span{
	font-size:14px;
}

p.mail{
	padding:6px 0 6px 0;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . . photos . . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#photos-contact{
	text-align:right;
}

#photos-contact img{
	text-align:right;
	border:solid 1px #4B253E;
	margin:0 0 0 7px;
	cursor:pointer;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie droite. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/
/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . partie droite. . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

#contact-droite{
	width:292px;
	height:250px;
	float:left;
	padding:42px 0 0 38px;
	background:url(images/bg_contact-droite.jpg) no-repeat;
}

/*°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^°¨^. . . . . . . formulaire . . . . . . .^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°^¨°*/

.input{
	width:249px;
	height:16px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#C3AA78;
	border:none;
	padding:1px 0px 0px 9px;
	margin:0px 0px 10px 0px;
	float:left;
	background:#7A3055;
}

textarea{
	width:249px;
	height:94px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#C3AA78;
	border:none;
	padding:1px 0px 0px 9px;
	margin:0px 0px 13px 0px;
	background:#7A3055;
	overflow:auto;
}

#bouton{
	display:block;
	width:87px;
	height:17px;
	margin:0px 0px 0px 171px;
	background:url(images/bg_bouton.jpg) no-repeat;
	border:none;
	cursor:pointer;
}

/* Référencement */

h1.h1tt {
	display: none;
}