/* 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: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background: url("image/gris.png") top;
	background-repeat: repeat-x;
	background-color: #faecdb;
}
.container{
	width: 1046px;
	margin: auto;
}
#logot{
	text-align: center;
	padding: 20px;
}
#logot h1{
	text-align: center;
	text-transform: uppercase;
	color: white;
	margin-top: 30px;
	margin-bottom: 20px;
}
#bd{
	float: left;
}
#nav{
	position: relative;
	bottom: 5px;
	display: grid;
	justify-content: center;
	background-color: #e3d3bf;
	width: 1046px;
	text-transform: uppercase;
}
#nav a{
	display: block;
	line-height: 45px;
	text-decoration: none;
	padding: 10px;
	color: white;
	width: 241.5px;
	text-align: center;
	background-color: #e3d3bf;
	
	transition: background 0.5s ease;
	
}
#nav a:hover{
	background: darkred;
	transition: background 1s ease;
}
#nav li{
	float: left;
}
.col2{
	width: 43%;
	float: left;
	padding: 0 3%;
	margin-top: 3%;
}
#gauche{
	border-right: 3px dotted #e3d3bf;
	
}
h2{
	text-transform: uppercase;
	color: dimgray;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gauche img{
	border: 5px solid #e3d3bf;
	width: 90%;
	margin-top: 25px;
}
#gauche p{
	margin-bottom: 5px;
	margin-top: 5px;
	color: darkgray;
	padding: 5px;
	line-height: 25px;
	text-align: justify;
	width: 90%;
}


#droit h3{
	margin-left: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: black;
	font-size: 13px;
}
article{
	color: darkgray;
	border-bottom: 3px dotted #e3d3bf;
	padding-bottom: 37px;
	font-size: 90%;
	margin-bottom: 10px;
	padding-top: 25px;
	text-align: justify;
}

article img{
	float: left;
	width: 15px;
	
}
.box{
	float: right;
	background: darkred;
	height: 40px;
	width: 80px;
}
.box p{
	color:white;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
}
#ca{
	margin-top: 150px;
	border-top: 3px dotted #e3d3bf;
	border-bottom: 3px dotted #e3d3bf;
	margin-bottom: 5px;
	width: 1046px;
}

.cadre{
	
	border-top: 3px dotted #e3d3bf;
	border-bottom: 3px dotted #e3d3bf;
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.cadre img{
	margin-left: 50px;
	margin-right: 50px;
}
footer{
	background-color: #e3d3bf ;
	padding: 30px;
	margin-top: 50px;
	font-size: 10px;
}
footer p{
	text-align: center;
	color: darkgray;
}

#form{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin: 0 auto;
	width: 43%;
	float: left;
	padding: 0 3%;
	margin-top: 15%;
}
#form p{
	margin: 2px 0;
	margin-bottom: 10px;
}
#form input{
}
textarea{
	width: 300px;
	height: 150px;
	resize: none;
	border-color: lightgray;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	border-radius: 5px;
	color: lightgray;
	margin-bottom: 10px;
}
#form fieldset{
	margin: 0 0 10px 0;
	padding: 10px;
	border: #cccccc 1px solid;
	border-radius: 10px;
}
#form fieldset legend{
	color: #e3d3bf;
}
#form label{
	padding-right: 2px;
	margin-right: 2px;
	letter-spacing: 1px;
	line-height: 20px;
	border-radius: 5px;
	float: left;
	
}
#form #coordo label {
	width: 400px;
	display:inline-block;
}
#form input[type="submit"]{
	border: black 1px solid;
	border-radius: 5px;
	margin-left: 40%;
	width: 100px;
}