@charset "iso-8859-2";
body {
	background-color: #191919;
	background-image: url(imgs/bg_carbone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.clear {
	clear: both;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	height: 200px;
	width: 960px;
}
#header #logo {
	background-image: url(imgs/logo-adsystm.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 311px;
	position: absolute;
	top: 20px;
}
#header #titre_page {
	width: 580px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#titre_page h2 {
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	color: #FFF;
	font-weight: normal;
}
#titre_page h3 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin-top: 10px;
	line-height: 20px;
}
#menu {
	float: left;
	width: 310px;
}
#menu ul a{
	display:block;
	margin-bottom:1px;
	background-image: url(imgs/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 300px;
	margin-bottom: 1px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	line-height: 25px;
	padding-right: 10px;
}
#menu a.active, #menu ul a:hover{
	background-image:none;
	background-color:#FFF;
	color:#191919;	
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
}
#slider {
	text-align: center;
}
#main {
	width: 650px;
	margin-left: 310px;
	background-color: #FFF;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
#main #contenu {
	width: 530px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #414040;
	line-height: 20px;
}
#contenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #999898;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #414040;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contenu a, #content_footer a {
	color: #C00607;
	text-decoration: underline;
}
#contenu a:hover, #content_footer a:hover {
	text-decoration:none;	
}
#ombre_slider {
	background-image: url(../sliders/ombre_slider.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}
#contenu p {	
	padding-bottom: 15px;
}
#contenu ul li {
	list-style-type: none;
	padding-left: 20px;
	line-height: 24px;
	background-image: url(imgs/bullet_red.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.clear {
	clear: both;
}
.droite {
	float: right;
}
#footer {
	background-image: url(imgs/bg_carbone.jpg);
	background-repeat: no-repeat;
	height: 337px;
	background-position: 500px top;
}
#content_footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 20px;
}

div#realisations ul{
	margin: 0;
}

div#realisations ul li{
	width: 150px;
	height: 90px;
	padding: 5px;
	background: none;
	border: 1px solid #CCC;
	text-align: center;
	float: left;
	margin: 0 5px 5px 0;
}

div#realisations ul li img{
	width: 150px;
	height: 90px;
}

#form1 p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
#form1 label {
	display: block;
	float: left;
	width: 120px;
}
#form1 #button {
	height: 35px;
	width: 150px;
	margin-left: 350px;
	background-color: #191919;
	border: 1px solid #333;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#form1 #button:hover {
	background-color: #373737;
}