body, div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

html {
	height: 100%;
}

body {
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
color:#333333;
position:relative;
background: url(images/background_cantaltaxis.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top;
background-origin:border-box;
}

a:link
{
color:#000; text-decoration: none;
font-size:14px;
}
a:visited
{
color:#000; text-decoration: none;
font-size:14px;
}
a:hover
{
color:#000;
text-decoration: overline underline;
font-size:14px;
}
a:active
{
color:#000; text-decoration: none;
text-decoration: none;
font-size:14px;
}

#all{
width:900px;
margin:0 auto;
position:relative;
}

header {
height:55px;
padding:0;
margin:20px 0 0 0;
}

header #logo {
	float: left;
	height: 62px;
	text-decoration: none;
	font-size: 40px;
	color: #333300;
}

nav{
float:right;	
background: rgb(241,231,103); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
;

border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
margin:40px 0 0 0;
}
nav ul{
list-style:none;
margin:0;
padding:0;
}
nav ul li{
float:left;
}
nav ul li a{
margin:0;
padding:0;
float:left;
font-size:12px;
padding:5px 10px 0px 10px;
color:#FFF;
text-decoration:none;
text-shadow: 0 2px 3px #6e6e6e;
}
nav ul li a:hover{
background:#930;
}
nav ul li:first-child a:hover {
background:#930;
border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px; 
-webkit-border-top-left-radius: 5px;	
border-bottom-left-radius: 5px;
-moz-border-bottom-left-radius: 5px; 
-webkit-border-bottom-left-radius: 5px;	
}
nav ul li:last-child a:hover {
background:#333333;
border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px; 
-webkit-border-top-right-radius: 5px;	
border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;	
}

article {
width:860px;
position:relative;
float:left;
margin:180px 0 0 0;
padding:40px;
background: background: rgb(247,234,189); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(247,234,189,1) 0%, rgba(240,161,50,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(247,234,189,1)), color-stop(100%,rgba(240,161,50,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(247,234,189,1) 0%,rgba(240,161,50,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(247,234,189,1) 0%,rgba(240,161,50,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(247,234,189,1) 0%,rgba(240,161,50,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(247,234,189,1) 0%,rgba(240,161,50,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eabd', endColorstr='#f0a132',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;

border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
}
article h2{
font-size:36px;
color:#600;
padding:0; margin:0;
}

article h3{
font-size:34px;
color:#900;
padding:0; margin:0;
text-decoration:blink;
}

article h4{
font-size:28px;
color:#fff;
padding:0; margin:0;
}

article p{
	font-size: 16px;
	color: #000;
	line-height: 20px;
	padding: 10;
	margin: 0;
}
article#bloc1 img{
float:right;
margin-left:40px;
}
article#bloc2 img{
margin:15px;
}

article#bloc3 img{
float:right;
margin-left:40px;
}
}

article#bloc4 {
padding:40px 400px 40px 40px;
width:500px;
}
article#bloc4 p{
margin-bottom:15px;
}

article#bloc4 .contact_form {
width:400px;
position:absolute;
right:40px;
top:40px;
}
article#bloc4 .contact_form input,
article#bloc4 .contact_form textarea{
background:#e6e6e6;
padding:8px;
width:300px;
border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
margin:0 0 10px 0;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
}
article#bloc4 .contact_form textarea{
height:100px;
}
article#bloc4 .contact_form input[type=submit] {
background:#5c5c5c;
width:120px;
color:#e6e6e6;
float:right;
cursor:pointer;
}


article#bloc5 table {
	border-color:#000;
	background:#693;
	border-collapse:collapse;
	border-spacing: inherit;
	text-align:center;
	vertical-align:central;
	color:#000;
}

article#bloc10 {
width:860px;
position:relative;
float:left;
margin:180px 0 0 0;
padding:40px;
background:#6C3;
border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
}

article#bloc10 h2 {
	color: #fff;
	font-size:24px;
}

article#bloc10 img{
float:center;
margin-left:40px;
}
	

article#bloc11 {
width:860px;
position:relative;
float:left;
margin:50px 0 0 0;
padding:40px;
background:#C60;
border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
}

article#bloc11 h2 {
	color:#333;
	font-size:36px;
	text-align:center;
	padding-bottom:10px;
}

footer {
height:50px;
text-align:center;
width:900px;
float:left;
padding:50px 0 0 0;
}

footer a{
font-weight:bold;
font-size:24px;
color:#fff;
}
