*{
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#625e5d;
}

input, textarea, select {
	font-size:14px;
}

img{border:0px;}

#header {
	background:url('avocat-orleans/header.jpg') no-repeat center top;
	margin:auto;
	width:100%;
	min-width:1030px;
	height:281px;
}
#entete {
	margin:auto;
	width:1000px;
	height:281px;
	text-align:center;
	position:relative;
	color:white;
	padding:0 15px;
}
#entete h1, #entete div  {
	position:absolute;
	left:15px;
	bottom:65px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:22px;
}
#entete #coordonnees {
	position:absolute;
	right:15px;
	bottom:65px;
	font-size:12px;
	text-align:right;
}

#entete #headerSEO{
	position:absolute;
	bottom:5px;
}

#menu {
	margin:auto;
	width:100%;
	min-width:1030px;
	max-width:1700px;
	height:70px;
	background-color:#6d071b;
}
#menu ul {
	margin:auto;
	list-style-type:none;
	width:1030px;
	height:70px;
}
#menu li {
	float:left;
	font-size:14px;
	white-space:nowrap;
	text-transform:uppercase;
	padding:0px 15px;
	letter-spacing:1px;
}
#menu a{
	color:#c6c6c6;
	text-decoration:none;
	display:block;
	line-height:70px;
}
#menu li:hover	{background-color:#4a0210;}
#menu li:hover a 	{color:white;}

#page {
	clear:both;
	margin:auto;
	width:1000px;
	padding:50px 15px;
	text-align:justify;
	line-height:25px;
	letter-spacing:1px;
}
#page h1 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:22px;
	color:black;
}
#page a {color:#af002e;}
#page a:hover {text-decoration:none;}

select,input[type="text"],textarea{
	color:black;
	border:1px solid #BABFC3;
	width:100%;
}

select{
	height:28px;
}

input[type="text"]{
	height:28px;
	text-indent:3px;
}

button[type="submit"] {
    background: none repeat scroll 0 0 #6d071b;
    border: medium none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    line-height: 55px;
    padding: 0 15px;
    text-shadow: 2px 2px #64081a;
    text-transform: uppercase;
}

.cleaner {
    clear: both;
    font-size: 0;
    height: 0;
    width: 100%;
}

#footer {
	margin:auto;
	width:100%;
	min-width:1030px;
	max-width:1700px;
	background-color:#6d071b;
}
#pied-page {
	margin:auto;
	width:1000px;
	text-align:center;
	color:white;
	font-size:16px;
	padding:35px 15px;
}
#pied-page a {
	font-size:14px;
	color:white;
	text-decoration:none;
}
#pied-page a:hover {color:#b5aaa8;}
#pied-page #plan {
	float:right;
	padding:35px;
	background-color:#64081a;
}
#formulaire button:hover{background:#6D071B;}
.avocat-picture { height: 95%}
img:not(.avocat-picture);{border:0px; max-width: 100%; height: auto;}