/* CSS Document */
body{
	line-height: 130%;
	display: block;
}

.container{
	width: 980px;
	margin: auto;
}

.retour{
	clear: both}

/*-------------------------HEADER-------------------------*/

header{
	margin: auto;
	width: auto;
	background: linear-gradient(0deg, #1EADD9, #A4E2F6);
}

header img{
	display: block
}

/*-------------------------NAV-------------------------*/

nav{
	background: linear-gradient(#6cb23d 50% ,#59aa22 25%,#59aa22 25%,#6cb23d);
	display: block;
	-webkit-box-shadow: 0 10px 8px 0 #5E5E5E;/*A VOIR*/
	box-shadow: 0 10px 8px 0 #5E5E5E;/*A VOIR*/
}

nav li a{	
	text-decoration: none;
	color: white;
	font-family: "Grobold";
	float: left;
	padding: 10px 24.25px;
	line-height: 25px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	border-right: 1px solid #D0D0D0;
}

nav li a:first-child{
	border-left: 1px solid #D0D0D0;
}

/*SURVOL FILM BLANC --- ERREUR VOIR OLIVIER*/
nav li a:hover{
	background-color: #ffffff;
	opacity: 0.4;
}

/*-------------------------MAIN-------------------------*/
main{
	background: linear-gradient(0deg, #be540f, #fb972a);
}
/*-------------------------Col_menu-------------------------*/
.col_menu{
	width: 210px;
	background-color: white;
	float: left;
	height: 650px;
}

.col_menu li{
	padding: 15px 0 15px 0;
	background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%);
}

.col_menu li a{
	font-family: "Grobold";
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000000;
	text-transform: uppercase;
	padding: 18px;
}

.col_menu h2{
	font-family: "Grobold";
	color: #f48f26;
	font-size: 16px;
	padding: 45px 0 0 15px;
}

.col_menu p{
	font-family:"Trebuchet MS";
	font-size: 14px;
	color: #b2b2b2;
	padding: 15px 0 0 15px;
}

.col_menu a{
	color: #f48f26;
}

/*-------------------------Col_content-------------------------*/
.col_content{
	width: 770px;
	background-color: #ebebeb;
	height: 650px;
	float: right;
}

/*VOIR LE DEGRADE DANS LA TYPO --- ERREUR VOIR OLIVIER*/
h1{
	color: #f48f26;
	font-family: "Grobold";
	font-size: 20px;
	padding: 25px 0 25px 15px;
}

.col_content .fond{
	background: url(images/motif_titre.gif);
}

.col_content h2{
	font-family: "Grobold";
	color: #f48f26;
	font-size: 16px;
	padding: 45px 0 0 15px;
}

.col_content p{
	font-family:"Trebuchet MS";
	font-size: 14px;
	color: #b2b2b2;
	padding: 15px 0 0 15px;
}
/*-------------------------FOOTER-------------------------*/
footer{
	width: 980px;
	margin: auto;
	bottom: 15px;
	background-color: #ebebeb;
	-webkit-box-shadow: 0 10px 9px 0 #999999;
	box-shadow: 0 5px 7px -5px gray;
}

footer .container{
	box-shadow: 0 5px 7px -5px grey;
}

footer .footer_gris1{
	height: 225px;
}

footer p{
	text-align: right;
	padding-top: 10px;
	color: #808080;
	font-size: 13px;
	font-family: 'myriad pro';
	padding-right: 10px;
	letter-spacing: 1px;
	border-top: 1px solid #d4d4d4;
}

footer .footer_gris2{
	height: 25px;

}

/*-------------------------PAGE CONTACT-------------------------*/
.col2{
	width: 47%;
	margin: 0 1.5%;
	float: left;
}

#contact h2{		
	font-family: "Grobold";
	color: #f48f26;
	font-size: 22px;
	padding: 15px;
	letter-spacing: 1px;
}

#contact p{		
	font-family: "Grobold";
	color: #81c8f3;
	font-size: 15px;
	letter-spacing: 1px;
}

.col2 p input{
    background-color: #b7b7b7;
    padding: 10px;
    border: none;
    margin: 13px 0;
    width: 100%;
    color: white;
    font-family: "Verdana";
    font-size: 14px;
}

.bouton_contact{
	margin-left: 130px;	
}

.bouton_contact [type="submit"], [type="reset"]{
	background-color: #81c8f3;
	font-family: "Grobold";
	letter-spacing: 1px;
	font-size: 15px;
	color: white;
	padding: 15px;
	box-shadow:none;
	border:0 none;
	outline:0;
	margin-top: 22px;
}

textarea {
   	background-color: #b7b7b7;
    padding: 10px;
    border: none;
    margin: 13px 0;
    width: 100%;
    color: white;
    font-family: "Verdana";
    font-size: 14px;
	height: 100px;
}
	
	