/* CSS Document */
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;
}

.retour{
	clear: both;
}

p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: lighter;
	line-height: 35px;
}

#header1{
	color: #963e78;

}

#header1 p{
	float: left;
	padding-left: 230px;
	font-style: normal;
}

#header1 img{
	float: left;
}

#header2{
background: #963c76; /* Old browsers */
background: -moz-linear-gradient(top,  #963c76 18%, #963c76 51%, #ad5890 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #963c76 18%,#963c76 51%,#ad5890 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #963c76 18%,#963c76 51%,#ad5890 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#963c76', endColorstr='#ad5890',GradientType=0 ); /* IE6-9 */
}

#header h1{
	text-align: center;
	color: white;
	height: 80px;
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: medhurst;
	background: url("images/ornement.png") no-repeat bottom;
}

#menu{
	width: 1110px;
	margin: auto;
	padding-top: 30px;
}

#nav{
	padding-left: 70px;
}

#nav li{
	float: left;
}

#nav a{
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 0 20px 0px 20px;
	margin-bottom: 20px;
	border-right: 1px solid white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: white;
}


body{
	background: #f5f6ed;
}

img#banniere{
	width: 100%;
}

#container{
	width: 1110px;
	margin: auto;
	min-height: 100px;
}

h2{
	font-size: 40px;
	text-align: center;
	font-family: medhurst;
	padding: 40px 0 40px 0;
	background: url("images/ornement2.png") no-repeat bottom;
	margin-bottom: 40px;
}

.colGauche{
	width: 326px;
	float: left;
}

.colDroite{
	width: calc(1110px - 326px);
	float: left;
	background: white;
	padding-bottom: 54px;
}

#guillemetgauche{
	padding: 60px 0 10px 20px;
}


#guillemetdroite{
	padding: 10px 0 60px 710px;
}

.colDroite p{
	font-size: 28px;
	padding: 10px 20px 0 20px;
}

.col4{
	float: left;
	width: 25%;
	background: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: relative;
}

.col4 a{
	text-decoration: none;
	color: black;
	display: block;
}

.overlay{
	background-color: rgba(219,198,168,0);
	position: absolute;
	transition: 0.2s;
	width: 100%;
	height: 100%;
	top: 0;
}

.col4 a:hover .overlay{
	background: rgba(219,198,168,0.5) url("images/plus.png") no-repeat center center;;
}

.col4 h3{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

.col4 p{
	font-size: 14px;
	line-height: 16px;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

#contact{
	background-image: url("images/contact.jpg");
	padding: 40px 0 20px 0;
	margin-top: 70px;
}

#form{
	width: 960px;
	margin: auto;
	border: 1px solid white;
	color: white;
	height: 550px;
}

#form h4{
	font-family: medhurst;
	text-align: center;
	font-size: 28px;
	padding: 15px 0 10px 0;
}

.col2{
	float: left;
	width: 50%;
}

.col2 p{
	padding: 0px 10px 0 0;
	margin: 0 20px 0 40px;
	font-style: italic;
}

input{
	background: none;
	border: none;
	border-bottom: 1px solid white;
	margin-left: 40px;
	width: 380px;
}

input.checkbox{
	width: 100px;
	margin-bottom: 10px;
	margin-top: 5px;
}

label.checkbox{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: lighter;
	font-style: italic;
	
}

textarea#message{
	width: 810px;
	height: 150px;
	margin: 10px 3px 0px 80px;
	border: 1px solid white;
	background: none;
}

input#envoyer{
	display: block;
    width: 150px;
    height: 40px;
    margin: auto;
	background: white;
	font-family: medhurst;
	font-size: 20px;
	border: none;
	text-align: center;
}

a{
	text-decoration: none;
}