/* CSS Document */
body{
	font-family: "arial";
	line-height: 130%;	
	background: url("images/fond-noir.png") repeat-x #F4F0E7;
}

p{
	font-size: 15px;
	color: #474747;
}

.retour{
	clear: both;
}

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

/* HEADER */

header{
	color: white;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#logo{
	padding: 20px 0 20px 0;
}
	
#img_cover{
	display: block;
}

/* NAV */

nav{
	padding-bottom: 40px;
	height: 60px;
}

nav ul li a{
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	line-height: 60px;
	width: 245px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	background: #DBD0BA;
	border-right: solid 1px #474747;
}

nav ul li a:hover{
	background: url("images/puce-deroulement.png") #AE3637 no-repeat 210px center;
}

nav ul li:last-child a{
	border: none;
}

/* MAIN */

main .col2{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0px 55px 55px 55px;
}

main .col2 h2{
	font-size: 25px;
	color: #474747;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

main .col2 p{
	text-align: justify;
}

main h3{
	background: url("images/puce-valider.png") no-repeat 0 6px;
	font-size: 16px;
	color: #474747;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 13px 0 10px 40px;
	margin-top: 20px;
}

/* MAIN COLONNE ACCUEIL GAUCHE */

#index_gauche{
	border-right: solid;
	border-width: 1px;
	border-color: #DBD0BA; 
}

#index_gauche a{
	text-decoration: none;
	text-transform: uppercase;
	color: #474747;
}

#index_gauche a:hover{
	color: #AE3637;
}

#index_gauche img{
	padding: 10px 0px;
}

/* MAIN COLONNE ACCUEIL DROITE */

.domaines{
	border-bottom: dotted;
	border-width: 2px;
	color: #DBD0BA;
}

.domaines a{
	text-transform: uppercase;
	color: white;
	background-color: #AE3637;
	padding: 5px;
	float: right;
	display: block;
	text-decoration: none;
}

.domaines a:hover{
	background-color: #474747;
}

/* FOOTER */

.double_border{
	border-top: #DBD0BA dotted 2px;
	border-bottom: #DBD0BA dotted 2px;
	height: 5px;
	margin-top : 20px;
}

#logos_footer{
	text-align: center;
	padding: 15px 0;
}

footer p{
	margin-top: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 60px;
	font-size: 10px;
	background: #E2E0D1;
	border-top: solid #FFFFFF 10px;
}
/* ----------------PAGE CONTACT---------------- */

legend{
	color: #AC8D65;
	padding: 0 5px;
}

#monForm p{
	color: black;
	padding: 5px;
}

#monForm input[type="text"], #monForm input[type="email"], #monForm textarea{
    border: 1px solid #C3A15C;
	width: 280px;
  	box-sizing: border-box;
	float: right;
	font-family: "arial";
}

#monForm fieldset{
	margin: 0 0 10px 0;
	padding: 10px;
	border: #AC8D65 1px solid;
}

#monForm input[type="submit"]{
	float: right;
	padding: 5px 10px;
	border:1px solid #AC8D65;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

#monForm input[type="submit"]:hover{
	background-color: #AE3637;
	cursor: pointer;
}
