@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background:url(../img_layout/background.jpg) repeat-x;
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
}

/* communs */

::selection {
	background: #fcdf41;
	color: #000000;
	text-shadow: none;
}
a{
	cursor: pointer;
	text-decoration: none;
	font-size:13px;
	color: #000000;
}

h1{
	font-family: "Neo Sans", Arial,sans-serif;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 25px;
}
h2 {
	font-family: Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size:30px;	
	
}
h3 {
	font-family: Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin: 0 auto;
	text-align:center;
	padding-top:10px;
}
p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:!important;
}
/*
-- communs
------------------------------------------------------ */

/* header */

header{

}

/*
-- header
------------------------------------------------------ */

/* navigation */

nav {
	float: left;
	width:988px;
	margin:0 auto;
	margin-top: 22px;
	background-color:#868789;
}

nav ul {
	float: right;
	list-style:none;
	margin-right:33px;
}
nav ul li {
	float: left;
	border-left: 2px solid #ffffff;
	margin: 0;
	padding: 0;
}	
nav ul li:first-child{
	border-left: 0;
}
nav ul li a.lien{
	display: block;
	height: 35px;
	line-height: 37px;
	font-weight:bold;
	font-size:17px;
	color:#FFFFFF;
	padding: 0 25px;
}
/* ############# MENU DEROULANT ################## */
nav ul li ul {
 display:none;
 }
nav ul li:hover ul {
 display:block;
 width:174px;
 height:56px;
 background-color:#fcdf41;

 }
nav li:hover ul li {
 float:none;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-align:center;
 font-size:14px;
 color:#000000;
 margin-top:10px;
 border-left:none;
 padding-bottom:10px;
 border-bottom:solid 2px #FFF;
 background-color:#fcdf41;
 }
 nav li:hover ul li a {
 background-color:#fcdf41;
	
 }
nav li ul {
 position:absolute;
 background color:#fcdf41;
 }



/*
-- navigation
------------------------------------------------------ */

/*** contenus ***/

/* elements */
.spacer {
	clear: both;
	height: 0;
}

#wrap {
	background:#FFFFFF;
	width: 988px;
	margin: 0 auto;
	margin-top: 25px; 
}
section{
	margin: 30px 40px 0 40px;
	padding-bottom: 20px;
	border-bottom: solid 2px #C7C7C7;
}
article{
	width: 894px;
	float:left;
}
aside{
	float: right;
}

/* Position elements */
articsle.pos1{
	float: left;
	width: 440px;
}
article.pos2{
	float: left;
	width: 380px;
}
article.pos3{
	float: left;
	width: 500px;
}
article.pos4{
	float: left;
	width: 480px;
}
article.onglet{
	float:left;
	width:100%;	
	margin-bottom:27px;
}

aside.pos1{
	width: 440px;
	
}
aside.pos2{
	width: 500px;
}
aside.pos3{
	width: 380px;
}
aside.pos4{
	width: 400px;
}

/* class list */
.list{
	float:left;	
	font-family: "Neo Sans",Arial,sans-serif;
	font-size: 27px;
	font-weight:bold;
	line-height: 35px;
	list-style:square url("../img_layout/list.png");
}
.list li{
	margin-left: 20px;
}
.list2{
	float:left;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	list-style: square url("../img_layout/list2.png");
	margin-bottom: 20px;
}
.list2 h2{
	margin-bottom: 15px;
}
.list2 li{
	margin-left: 12px;
}

.choix{
	list-style: none;
}
.choix li a{
	cursor: pointer;
	display: block;
	margin-top: 15px;
	width: 100%;
	background: #ffde1d;
	font-family: "Neo Sans",Arial,sans-serif;
	font-size: 22px;
	font-weight:bold;
	line-height: 35px;
	color: #868789;	
	text-align: center;
}
.choix li a:hover{
	color: #ffffff;
	background:#868789;
}
.choix li:last-child{
	margin-top: 30px;
}

/* devis */
.devis-simple{
	background-color:#fcdf41;
	font-family:"Neo Sans", Arial, Sans-serif;
	font-weight:bold;
	padding: 15px 0;
	text-align: center;
}
.devis-simple a{
	font-size:47px;
	color:#868789;
}
.devis-simple p{
	font-size: 53px;
	color:#868789;
	line-height:!important;
}
.devis{
	font-family:"Neo Sans", Arial, Sans-serif;
	font-weight:bold;
	text-align: center;
	height: 225px;
	margin: 20px 40px 0 40px;
	padding-bottom: 20px;
	border-bottom: solid 2px #C7C7C7;
}
.devis a{
	float: left;
	font-size:47px;
	color:#868789;
	background-color:#fcdf41;
	height: 200px;
	width: 415px;
	padding: 25px 0 0 10px;
}
.devis p{
	font-size: 53px;
	color:#868789;
}
.devis img{
	float: right;
}

/* figure */
aside figure:first-child{
	margin-bottom: 10px;
}
figure{
	
}
figure img{
	width: 100%;
}
figcaption{
	margin-top: -4px;
	width: 100%;
	height: 35px;
	background: #ffde1d;
	font-family: "Neo Sans",Arial,sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 35px;
	color: #868789;
	text-indent: 15px;
}
.devis_p{
	float:left;
	width: 100%;
	background-color:#fcdf41;
}
.devis_p a{
	float: left;
}
.devis_p p{
	display: block;
	margin-top: 30px;
	margin-left: 30px;
	font-family:"Neo Sans", Arial, Sans-serif;
	font-weight:bold;
	font-size:47px;
	color:#868789;
}
.devis_p img{
	float: right;
}
.global_onglet {
	width:265px;
	height:211px;
	border:solid 2px #CCCCCC;
	float:left;
	
}
.global_onglet p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;	
	text-align:center;
	margin-top:15px;
	
}

.onglet_h {
	height:26px;
	background-color:#fcdf41;
	border-bottom: solid 1px #CCCCCC;
}x
/*.onglet_h h3{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	
	
}*/

.tab{
	margin-left:20px;
	
}
.tab_2{
	margin-left:100px;
	
}
.tab_3{
	
	margin-left:;	
}


/*
--contenus
---------------------------------------------------*/

/* footer */

footer{
	margin: 15px 40px 0 40px;	
	padding-bottom: 20px;
}

footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align:justify;
	color:#c7c7c7;
}

/*
--footer
---------------------------------------------------*/