/* 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: Segoe, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 13px;
	background-color: gray;
}
.contenue{
	width: 1200px;
	margin: 10px auto;
	border-radius: 10px 10px 10px 10px;
	background-color: white;
}
#home{
	position: relative;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#home .col1{
	position: absolute;
	float: left;
}
#home .col6{
	float: right; 
	height:137px;
}
#navbar{
	position: absolute;
	left: 386px;
	top: 112px;
	list-style: none;
}
#nav > ul > li > a{
	list-style: none;
	border-radius: 5px 5px 0px 0px;
	background-color: lightgray;
	color: darkgrey;
	display: block;
	line-height: 20px;
	padding: 5px;
	text-decoration: none;
	position: relative;
	width: 120px;
	text-align: center;
	
}
#nav > ul > li{
	float: left;
	padding-right: 5px;
}
#nav > ul > li a:hover{
	background-color: deeppink;
	color: white;
}
.sous{
	display: none;
	background-color: lightgray;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.sous  ul  li{
	float: none;
}

.sous a{
	color: white;
	padding: 10px;
	display: inline-block;
}
.sous li:hover{
	background-color: deeppink;
}
#nav > ul li:hover .sous{
	display: block;
}
#container{
	background-color: lightgray;
	
}

#container .col2{
	float: left;
	width:63%;
	margin: 10px 1%;
}
#container .col3{
	float: left;
	width:31%;
	margin: 0 1%;
}
#container h1{
	text-transform: uppercase;
	color: deeppink;
	font-size: large;
	margin-bottom: 10px;
	margin-top: 10px;
}
#container h2{
	text-transform: uppercase;
	color: deeppink;
	font-size: small;
	margin-top:10px;
	margin-bottom: 10px;
}
#container li::before{
	content:"◦";
	color: deeppink;
	margin-left: 10px;
	padding: 5px;
}
#container p{
	margin-top: 10px;
}
.btn{
	color: deeppink;
	display: block;
	float: right;
	margin-top: 10px;
	text-decoration: none;
}
.col3 p{
	line-height: 25px;
}
#footer{
	padding: 5px;
}
#footer li{
	float: left;
	padding: 5px;
}
#footer .doite ul li a{
	display: block;
	float: left;
}
#footer .droite a{
	text-decoration: none;
	list-style: none;
	color: gray;
	transition: all 1s ease-out;
}
#footer .droite a:hover,a:focus{
	color: deeppink;
}
#footer .droite{
	float: left;
}
#footer .gauche{
	float: right;
}

