* {
	margin: 0px;
	padding: 0px;
}
html {
	height:100%;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	color:#8a8a8a;
	background: #000;
	height:100%;
	min-width:990px;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
/*MAIN CONTAINER*/
#main {
	width: 100%;
	min-height: 100%;
	position: relative;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
/*HEADER*/
#header {
	width:100%;
	height: 52px;
	background: url(../images/bg-header.gif) repeat-x;
	position: absolute;
	top:0;
	left:0;
}
/*logo*/
.logo {
	width:215px;
	height:42px;
	background: url(../images/logo.gif) no-repeat;
	position:absolute;
	top:4px;
	left:36px;
}
.logo span {
	width:215px;
	height:42px;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
}
.logo a {
	display:block;
	height:100%;
}
/*navigation*/
.navigation {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
	font: bold 11px/25px Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.navigation li {
	float:left;
	padding:0 29px;
	background: url(../images/separator.gif) no-repeat 0 55%;
}
.navigation li.first00 {
	background: none;
}
.navigation li a {
	display: block;
	color:#9f9f9f;
}
.navigation li a:hover, .navigation li.active a {
	text-decoration: none;
	background-image: url(../images/link-hover.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
/*CONTAINER*/
#container {
	width:100%;
	overflow:hidden;
	padding: 130px 0 184px;
}
/*container-area*/
.container-area {
	width:910px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.holder {
	width:900px;
	overflow:hidden;
	padding: 0 10px 0 0;
}
/*visual*/
.visual {
	float:left;
	margin: 0 82px 0 0;
}
/*main-column*/
.main-column {
	height:1%;
	overflow:hidden;
	padding: 10px 0 0;
}
.main-column h1 {
	margin:0 0 15px;
	font-size:24px;
	font-weight: normal;
	color:#ff8a00;
	border-bottom: 1px solid #ff8a00;
}
.main-column h2 {
	font-size:18px;
	margin: 0 0 5px;
	color:#ff8a00;
}
.main-column p {
	line-height: 18px;
	margin:0 0 20px;
	text-align: justify;
}
/*list*/
.list {
	margin:0;
	padding:0 0 0 45px;
	list-style:none;
	line-height: 18px;
}
.list li {
	padding:0 0 14px 25px;
	background:url(../images/icon.gif) no-repeat 0 2px;
}
.list li a {
	color:#8a8a8a;
}
/*visual-nav*/
.visual-nav {
	margin:-5px -7px 0 0;
	padding:0;
	list-style:none;
	width:917px;
	overflow:hidden;
}
.visual-nav li {
	float:left;
	margin:0 7px 0 0;
}
.visual-nav li img {
	display: block;
}
/*FOOTER*/
#footer {
	overflow:hidden;
	height:200px;
	position: relative;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	margin-top: -134px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.footer-logo {
	width:196px;
	height:102px;
	background: url(../images/footer-logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position:absolute;
	left:32px;
	top:20px;
}
.footer-logo span {
	width:196px;
	height:102px;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
}
.footer-logo span a {
	display: block;
	height:100%;
}
/*columns-menu*/
.columns-menu {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.columns-menu li {
	float:left;
	width:115px;
	margin: 0 0 0 68px;
}
.columns-menu .first {
	width:165px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
	padding-top: 42px;
}
.columns-menu .second {
	margin:0 0 0 40px;
	width:145px;
}
.columns-menu .long {
	width:165px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
}
.columns-menu .last {
	margin:0 0 0 40px;
	width:135px;
}
.columns-menu li h3 {
	font-size: 19px;
	color:#f60;
	margin: 0 0 5px;
	text-align: right;
}
.columns-menu li h3 span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: right;
}
.columns-menu li ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 11px;
}
.columns-menu li ul li {
	width:100%;
	text-align: right;
	color:#4d4d4d;
	margin: 0 0 3px;
	float: none;
}
.columns-menu li ul li a {
	color:#4d4d4d;
	position: relative;
}
.address a {
	text-decoration: underline;
}
.address a:hover {
	text-decoration: none;
}
h1/*styles ajoutés* (giuliano)*/ {
	margin:0 0 15px;
	font-size:24px;
	font-weight: normal;
	color:#ff8a00;
	border-bottom: 1px solid #ff8a00;
}
h2 {
	font-size:18px;
	margin: 0 0 5px;
	color:#ff8a00;
}
h6 {
	margin:0 0 15px;
	font-size:24px;
	font-weight: normal;
	color:#ff8a00;
}
p {
	line-height: 18px;
	margin:0 0 20px;
	text-align: justify;
}
/*pages avec du texte*/
.contenu {
	width:680px;
	margin:0 auto;
	overflow:hidden;
}
/*page référencement*/
.animation {
	margin-top: 23px;
	position: relative;
}
.contenu-ref {
	width:910px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main-column-ref {
	height:1%;
	overflow:hidden;
	width: 570px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.main-column-ref h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #efefef;
	font-weight: lighter;
	margin-bottom: 50px;
}
.main-column-ref h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff8a00;
	text-transform: uppercase;
}
.list-ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #efefef;
	margin-left: 100px;
	list-style-type: none;
	margin-bottom: 70px;
}
.list-ref img {
	margin-right: 15px;
}
.list-ref li {
	margin-top: 15px;
	margin-bottom: 15px;
}
.img-ref img {
	margin-top: 20px;
	float: left;
	margin-right: 20px;
}
.client-ref {
	margin-top: 20px;
}
.client-ref h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #efefef;
	font-weight: bold;
	text-transform: uppercase;
}
.client-ref span {
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	text-transform: lowercase;
}
.interview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #a3a3a3;
}
.avantages {
	width: 290px;
	float: left;
	margin-top: 17px;
	margin-left: 50px;
}
.avantages h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff8a00;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.devis {
	height: 225px;
	width: 290px;
	float: left;
	margin-top: 45px;
	margin-left: 50px;
}
.devis h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff8a00;
	text-transform: uppercase;
	margin-bottom: 15px;
}
/*formulaire page référencement*/
#form1 label {
	text-align: left;
	display: block;
	width: 90px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 3px;
}
#form1 input {
	margin-bottom: 10px;
	float: left;
	background-image: url(../images/input-form.jpg);
	background-repeat: no-repeat;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 0px;
}
select {
	margin-bottom: 5px;
}
#formulaire {
	background-image: url(../images/bg-form.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 300px;
	padding-top: 15px;
	padding-left: 10px;
}
#formulaire-ok {
	background-image: url(../images/bg-form-ok.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 300px;
	padding-top: 15px;
	padding-left: 10px;
}
#form1 #bt {
	background-image: url(../images/bt-envoyer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 77px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 80px;
}
/*formulaire d'appel présent dans toutes les pages textes*/
.appel {
	height: 180px;
	width: 326px;
	float: right;
	background-image: url(../images/bg-appel-gratuit.png);
	background-repeat: no-repeat;
}
#form2 {
	height: 140px;
	width: 300px;
	padding-top: 55px;
	padding-left: 45px;
}
#form2 input {
	margin-bottom: 10px;
	background-image: url(../images/input-form.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	height: 20px;
}
#form2 label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	display: block;
	width: 90px;
	float: left;
	margin-right: 8px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 3px;
}
#form2 #bt {
	float: right;
	border: 0px;
	cursor:pointer;
	width:77px;
	height:20px;
	background-image: url(../images/fond_bouton.jpg);
	background-repeat: no-repeat;
	margin-right: 47px;
}
.contenu-accueil {
	width:910px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*page d'accueil*/
.main-column-accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
	width: 910px;
}
.main-column-accueil .titre {
	margin-left: 73px;
}
.main-column-accueil a {
	color: #f79500;
	text-decoration: none;
}
.main-column-accueil a:hover {
	color: #f79500;
	text-decoration: underline;
}
.main-column-accueil p {
	margin-left: 80px;
}
.google {
	margin-right: 20px;
	float: left;
	width: 800px;
	margin-left: 50px;
}
.google ul {
	list-style-type: none;
}
.google img {
	float: left;
	margin-right: 20px;
}
.google a {
	font-size: 11px;
	color: #e37417;
	text-decoration: underline;
}
.google a:hover {
	font-size: 11px;
	color: #e37417;
	text-decoration: none;
}
.ref-nat {
	height: 20px;
	width: 147px;
	margin-left: 250px;
	float: left;
}
.ref-payant {
	height: 20px;
	width: 147px;
	margin-left: 415px;
}
.images {
	width: 910px;
	height: 300px;
	float: left;
	margin-left: 100px;
}
.img-01 {
	margin-top: 42px;
	float: left;
	height: 311px;
	width: 229px;
}
.img-02 {
	margin-top: 45px;
	float: left;
	height: 308px;
	width: 294px;
}
.img-03 {
	margin-top: 33px;
}
/* animation page création de sites*/
.contenu-animation {
	width:100%;
	overflow:hidden;
	height: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main-column-animation {
	width: 100%;
	height: 400px;
}
.flottant {
	float: left;
	margin-right: 45px;
	margin-left: 25px;
}
.flottant a {
	color: #999999;
	text-decoration: none;
}
.flottant a:hover {
	color: #999999;
	text-decoration: underline;
}
/*espace client formulaire de connexion*/
.login {
	width: 300px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	background-image: url(../images/bg_connexion.png);
	height: 150px;
}
#login {
	height: 140px;
	width: 300px;
	padding-top: 35px;
	padding-left: 20px;
}
#login input {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	height: 20px;
}
#login label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	display: block;
	width: 90px;
	float: left;
	margin-right: 8px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 3px;
}
#password {
	width: 155px;
}
#username {
	width: 155px;
}
#login #bt {
	float: right;
	border: 0px;
	cursor:pointer;
	width:79px;
	height:20px;
	margin-right: 47px;
	background-image: url(../images/bt_connexion.jpg);
	background-repeat: no-repeat;
}
.infos_mdp {
	height: 30px;
}
.infos_mdp a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff8a00;
	text-decoration: none;
	position: relative;
	margin-left: 245px;
	top: 10px;
	width: 300px;
	height: 20px;
}
.infos_mdp a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff8a00;
	text-decoration: underline;
	position: relative;
	margin-left: 245px;
	top: 10px;
	width: 300px;
	height: 20px;
}
/*espace client formulaire pour login et mot de passe oublié*/
.oublie {
	height: 100px;
	width: 380px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#oublie {
	height: 140px;
	width: 300px;
	padding-top: 35px;
	padding-left: 20px;
}
#oublie label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	display: block;
	width: 90px;
	float: left;
	margin-right: 30px;
	font-weight: normal;
	vertical-align: middle;
	margin-top: 3px;
}
#oublie input {
	margin-bottom: 10px;
	height: 20px;
	background-color: #444444;
	border: 1px solid #999999;
	width: 150px;
	color: #FFFFFF;
}
#oublie textarea {
	margin-bottom: 10px;
	height: 80px;
	background-color: #444444;
	border: 1px solid #999999;
	width: 150px;
	color: #FFFFFF;
}
#oublie #bt {
	float: right;
	border: 0px;
	cursor:pointer;
	width:79px;
	height:20px;
	margin-right: 30px;
	background-image: url(../images/bt_oublie.jpg);
	background-repeat: no-repeat;
}
.oublie h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff8a00;
	line-height: 22px;
	text-align: center;
	padding-top: 35px;
}
