/* 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;
	height: 900px;
	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;
    width: 110px;
    
}
.sous li:hover{
	background-color: deeppink;
    width: 110px;
}
#nav > ul li:hover .sous{
	display: block;
}
#container{
	background-color: lightgray;
	
}
#container .col2{
	float: left;
    width: calc(50% - 25px);
    margin: 6px;
    padding: 6px;
}
#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;
}
.col2{
	box-shadow: 0.5px 0px 0px gray;
}
.col2  p{
	margin-top: 13px;
	margin-bottom: 15px;
	line-height: 30px;
}
.noir{
	color: black;
}
.rose{
	color: deeppink;
}
#form{
	padding: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 12px;
}
#form fieldset{
	margin: 0 0 10px 0;
}
#form label{
	letter-spacing: 1px;
	line-height: 20px;
    color: deeppink;
}
#form input {
    width: 370px;
}
#form input, #form select{
	margin-left: 3px;
	border: lightgray 1px solid;
}
#form input:hover, #form select:hover, #form input:focus, #form select:focus{
	border: #999 1px solid;
	background-color: lightgray;
}
#form input:hover, #form reset:hover, #form input:focus, #form reset:focus{
	border: #999 1px solid;
	background-color: lightgray;
}
#form p{
	padding: 5px;
    justify-content: space-between;
    display: flex;
}
#form label.msg{
    margin-top: 30px;
}
#form input.cp {
    width: 50%;
}
textarea{
	width: 370px;
	height: 65px;
	resize: none;
	border-color: lightgray;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	border-radius: 5px;
	color: lightgray;
}
#form input[type="submit"]{
	width: 130px;
	border-radius: 5px;
}
#form input[type="submit"]:hover{
	background-color: deeppink;
	cursor: pointer;
}
#form input[type="reset"]{
	width: 130px;
	border-radius: 5px;
}
#form input[type="reset"]:hover{
	background-color: deeppink;
	cursor: pointer;
}
#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;
}

