/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.retour{
	clear: both;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: 'groboldregular';

}
header{
	margin: auto;
	text-align: center;
	background: linear-gradient(to bottom, #b3dced 0%,#29b8e5 87%);
	height: 390px;
}
.navbar{
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	height: 41px;
	box-shadow: 1px 3px 3px 1px #3f3f3fb8;
	position: relative;
	
}
.navbar ul{
	margin: auto;
	width: 980px;
	padding-left: 115px;
}
.navbar li{
	float: left;
}
.navbar a{
	display: block;
	color: white;
	text-align: center;
	height: 41px;
	line-height: 41px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-shadow: 0 2px 5px #3B3B3B;
	transition: all 0.5s ease-out ;
}
.navbar a:hover{
	color:lightgray;
	transition: all 0.5s ease-out ;
}
.contain{
	background: linear-gradient(to bottom, #f7d28f 8%,#f79621 100%); 
	
}
.contenue{
	width: 980px;
	margin: auto;
	background: white;
	box-shadow: 1px 3px 3px 1px #3f3f3fb8;
}
#gauche{
	float: left;
	width: 210px;
}
#gauche a{
	display: block;
	text-decoration: none;
	color: white;
	margin: auto;
	background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 45%,#0a77d5 100%);
	height: 40px;
	padding-left: 10px;
	line-height: 35px;
	text-shadow: 0 2px 5px #3B3B3B;
	text-transform: uppercase;
	transition: all 0.5s ease-out ;
}
#gauche a:hover{
	color:lightgray;
	transition: all 1s ease-out ;
}

#droit{
	float: right;
	width: 770px;
	background: url("images/motif_titre.gif");
	
}
#droit h1{
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: orange;
	padding-left: 20px;
	margin-top: 20px;
	font-weight: bold;
}
#droit img{
	padding-top: 30px;
}
footer{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	display: block;
	position: relative;
	width: 980px;
	height: 41px;
	background: linear-gradient(to bottom, #c4c4c4 -1%,#e8e8e8 23%,#e8e8e8 23%,#f5f6f6 49%,#f5f6f6 76%,#c4c4c4 100%);
}
footer p{
	text-align: right;
	padding-top: 13px;
	padding-right: 5px;
	font-size: 12px;
}
.carre{
	width: 980px;
	background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
	height: 41px;
}
.car{
	width: 770px;
	background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
	position: relative;
	height: 135px;
}
