@charset "UTF-8";

body {
	background-color: #000000;
	background-image: url(../images/texture.jpg);
	background-repeat: repeat-x repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

a {
	color: rgba(255, 66, 0, 1);
}

a:hover {
	color: rgba(255, 40, 0, 1);
}

ul {
	list-style-type: none;
}

ul.square {
	list-style-type: square;
	padding:0 0 0 15px;
}

ul.rouille{
	color:rgba(255,60,0,1);
}

#main {
	height: auto;
	width: 985px;
	margin: 0 auto;
	background-image: url(../images/fond_main.png);
	background-repeat: repeat-y;
	/* margin-bottom: 30px; */
}

#header1 {
	position:relative;
	height: 206px;
	width: 951px;
	background-image: url(../images/header1.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-color:#413C3C;
}

#header_content {
	width:951px;
	padding: 34px 0 0 0;
	background: url(../images/logo.png);
	height:144px;
}

#header_menu {
	position: absolute;
	height:34px;
	width:951px;
	padding:0;
	margin:0;
	top:174px;
}

#header_menu ul {
	margin:0px;
}

#header_menu li {
	float:left;
	color:#000;
	margin:0 20px 0 0;
	font-size:1.4em;
	text-transform: uppercase;
	background-color:#413C3C; 
	border:1px #FFFFFF solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 1px 5px
}

#header_menu li:hover {
	background-color:#FFFFFF;
	border-color: #413C3C;
}

#header_menu a {
	color:rgba(255, 66, 0, 1);
	font-weight:bolder;
	text-decoration:none;
}

#header_menu a:hover {
	color:rgba(255, 0, 0, 1);
}

#header2 {
	position: relative;
	height: 364px;
	width: 951px;
	margin: 0 auto;
	/*background-color:#000000;*/
	background-color:#413C3C;
}

.absoluteImageTop{
	position:absolute;
	z-index:100;
	top:0;
}

.absoluteImageBottom{
	position:absolute;
	z-index:100;
	bottom:0;
}

#header3 {
	height: 156px;
	width: 951px;
	background-image: url(../images/home/header_home3.jpg);
	margin: 0 auto;
	background-position: top;
	clear: right;
	background-color:#000000;
}

#contentPage {
	position: relative;
	height: auto;
	width: 951px;
	margin: 0 auto;
	padding: 35px 0 20px 0;
	visibility: visible;
	overflow: auto;
	font-family: 'Terminal Dosis', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-color:#413C3C;
}

#footer {
	position:relative;
	background-image: url(../images/footer1.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 951px;
	margin: 0 auto;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding:15px 0 23px 0;
	font-weight: 500;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: rgba(255, 60, 0, 1);
}

#footer2{
	position:absolute;
	background-image: url(../images/footer2.png);
	background-repeat:no-repeat;
	height: 15px;
	width:951px;
	bottom:-12px;
}


#contentHome {
	height: 400px;
	width: 471px;
	float: left;
	clear: right;
	font-size:1.1em;
	text-transform: uppercase;
}

#contentFade {
	position: relative;
	float: left;
	margin-left: 15px;
	height: 391px;
	width: 450px;
}

#slider {
	color:#FFFFFF;
	min-height:380px;
	min-width:445px !important;
}

ul .fa-stack {
	color: rgba(255, 66, 0,1);
}

#contentHome li{
	margin-top:20px;
	color: rgba(255, 255, 255,1);
	font-weight: bold;
}

#contentService {
	padding: 0 5px;
}

#contentService h2{
	color: rgba(255, 66, 0,1);
	background-color:#413C3C; 
	border:1px #FFFFFF solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	cursor:pointer;
}

#contentService h3, #contentService h4{
	color: rgba(255, 66, 0,1);
	margin:5px 0;
}

#contentService h2:hover{
	color: #FFFFFF;/*#413C3C;*/
	background-color:rgba(255, 66, 0,1); 
	border:1px #FFFFFF solid;
}

#contentService div.serviceContenu {
	border:1px #FFFFFF solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}

#contentService h2:focus{
	outline:none;
}

#contentContact h2, #contentContact h3{
	color: rgba(255, 66, 0,1);	
}
