
/****************************************/
/*                                      */
/*         Created by DiLaSoft          */
/*                 2014                 */
/*                                      */
/****************************************/
/*                                      */
/*   1. Général                         */
/*   2. Header                          */
/*   3. Menu haut                       */
/*   4. Slider                          */
/*   5. Footer                          */
/*   6. Formulaires                     */
/*   7. Boutons                         */
/*   8. Tipsy                           */
/*   9. Popup                           */
/*   10. Wysiwyg                        */
/*                                      */
/****************************************/


@import url(menu_haut.css);



/*==============================================================*/
/*                         1. Général                           */
/*==============================================================*/

*{
/*	padding:0;
	margin:0; */
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	padding:0;
	margin:0;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
}

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

a {
	outline: none;
}
:focus {
	outline: none;
	-moz-outline-style: none;
}

object, embed {
	outline: 0;
}

.cl {
	clear: both
}
.cl1 {
	clear: both;
	height: 1px;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	padding: 0px 0 20px;	
	width: 1366px;
/*	background: url(../imgs/tmp_bg.gif) no-repeat */
}
.fl_g {
	float: left;
}
.fl_d {
	float: right;
}



/*========================================================================*/
/*                              2. Header                                 */
/*========================================================================*/

#header {
	position: relative;
}




/*========================================================================*/
/*                             3. Menu haut                               */
/*========================================================================*/

#menu_haut {
	position: absolute;
	top: 45px;
	left: 75px;
}
#menu_haut li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
#menu_haut li a {
	text-decoration: none;
	display: block;
	padding: 0px;
	text-transform: uppercase;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
#menu_haut li.li1 a {
	letter-spacing: 0.1em;
}
#menu_haut li.li2 a {
	letter-spacing: 0.05em;
}
#menu_haut li.li3 a {
	letter-spacing: 0.1em;
}
#lien_ac {
	position: absolute;
	top: 352px;
	right: 200px;
	height: 50px;
	width: 40px;
}
#lien_ac a {
	display: block;
	height: 50px;
	width: 40px;
}


/*========================================================================*/
/*                             4. Slider                                  */
/*========================================================================*/

#slide_book {
	position: absolute;
	width: 300px;
	height: 40px;
	top: 325px;
	left: 240px;
}
#slide_contact {
	position: absolute;
	width: 323px;
	height: 40px;
	top: 370px;
	left: 240px;
}
#slide_book a,
#slide_contact a {
	display: block;
	width: 300px;
	height: 40px;
	text-decoration: none;
}



/*========================================================================*/
/*                               5. Footer                                */
/*========================================================================*/

#footer {
	position: relative;
}


