*{
	font-family: "HelveticaLightRegular";
    margin: 0;
    padding: 0;
}
html, body{
	height: 100%;
background-color: pink;
}

a img{
	border: none;
}
/*--------------------------- HEADER ---------------------------*/
#header{
	margin-top:-40px;
    padding-bottom: 30px;
    height: 150px;
}

#contentHeader{
	width: 1200px;
	text-align:left;
	margin:0 auto;
}

#contentHeader #logo{
	width: 25%
}

#contentHeader #texte{
	position:relative;
	left:301px;/*695*/
    top:-5.1em;
	width:300px;
}
/*--------------------------- FIN HEADER ---------------------------*/
/*--------------------------- Menu ---------------------------*/

#contentMenu{
	width:780px;
	margin:auto;
	text-decoration: none;  font-weight: bold; background-color: #F778A1; padding: 16px 20px 16px 20px; border-radius: 20px; font-size: 20px; font-family: Myriad Pro, Helvetica, Arial, sans-serif;
}
#contentMenu a:hover{
border-radius: 10px;
	background-color: #E4287C;
	padding:19px;
}
#contentMenu a{
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-size:13px;
	margin-left: 40px;
	margin-right: 16px;
}

#contentMenu p {
	font-family: Arial;
	text-align: center;
	font-size:12px;
	margin:0px;
}
##contentMenu p a{
	margin:0;
	font-family: Arial;
}

/*--------------------------- MAIN ---------------------------*/
#main{
  background: url(../img/bg.jpg) 50% 50%; 

	color: white;
	width:100%;
	height: 680px;
}

#contentMain{
	width:1050px;
	height:500px;

	margin:0;
	margin-left:auto;
	margin-right:auto;
}
#contentMain div{
	float: left;
}

#galerie{
	width: 550px;
	height:500px;
}
#galerie div{
	margin-top:30px;
	height:400px;
}

#col1{
	width:665px;
}
#col1 img{
	width:100px;
	border-radius: 20px;
	border: 4px solid white;
	margin-left:10px;
}
#col2{
	width:595px;
}
#col2 img{
	margin-top: -160px;
	width:250px;
	border-radius: 20px;
	border: 4px solid white;
	margin-left:25px;
}

.form-style-3{
	margin-top:20px;
    max-width: 450px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border-right: 5px solid white;
    padding:45px;
    color:black;font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}
.form-style-3 label{
    display:block;
    margin-bottom: 10px;
}
.form-style-3 label > span{
    float: left;
    width: 100px;
    color: #F072A9;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}
.form-style-3 fieldset{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #FFD2D2;
    padding: 20px;
    background: #FFF4F4;
    box-shadow: inset 0px 0px 15px #FFE5E5;
    -moz-box-shadow: inset 0px 0px 15px #FFE5E5;
    -webkit-box-shadow: inset 0px 0px 15px #FFE5E5;
}
.form-style-3 fieldset legend{
    color: #FFA0C9;
    border-top: 1px solid #FFD2D2;
    border-left: 1px solid #FFD2D2;
    border-right: 1px solid #FFD2D2;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: #FFF4F4;
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #F1F1F1;
    -moz-box-shadow:-0px -1px 2px #F1F1F1;
    -webkit-box-shadow:-0px -1px 2px #F1F1F1;
    font-weight: normal;
    font-size: 12px;
}
.form-style-3 textarea{
    width:250px;
    height:100px;
}
.form-style-3 input[type=text],
.form-style-3 input[type=date],
.form-style-3 input[type=datetime],
.form-style-3 input[type=number],
.form-style-3 input[type=search],
.form-style-3 input[type=time],
.form-style-3 input[type=url],
.form-style-3 input[type=email],
.form-style-3 select, 
.form-style-3 textarea{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #FFC2DC;
    outline: none;
    color: #F072A9;
    padding: 5px 8px 5px 8px;
    box-shadow: inset 1px 1px 4px #FFD5E7;
    -moz-box-shadow: inset 1px 1px 4px #FFD5E7;
    -webkit-box-shadow: inset 1px 1px 4px #FFD5E7;
    background: #FFEFF6;
    width:50%;
}
.form-style-3  input[type=submit],
.form-style-3  input[type=button]{
    background: #EB3B88;
    border: 1px solid #C94A81;
    padding: 5px 15px 5px 15px;
    color: #FFCBE2;
    box-shadow: inset -1px -1px 3px #FF62A7;
    -moz-box-shadow: inset -1px -1px 3px #FF62A7;
    -webkit-box-shadow: inset -1px -1px 3px #FF62A7;
    border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;    
    font-weight: bold;
}
.required{
    color:red;
    font-weight:normal;
}

/*--------------------------- FIN MAIN ---------------------------*/
#Footer{
	width:100%;
	margin:auto;
	margin-top:33px;
	text-decoration: none;  font-weight: bold; background-color: #F778A1; padding: 16px 20px 16px 20px; border-radius:15px; font-size: 20px; font-family: Myriad Pro, Helvetica, Arial, sans-serif;
}
#Footer a:hover{
	border-radius: 5px;
	background-color: #E4287C;
	padding:10px;
}
#Footer a{
	color:white;
	text-decoration: none;
	font-size:13px;
	margin-left: 160px;
	margin-right: 26px;
	text-align: center;
}

/*--------------------------- FIN FOOTER ---------------------------*/

#dialog p{
	color:blue;
	font-size:13px;
	text-align: justify;
}

.m_leg a{
	color:white;
}

a {text-decoration: none; color:#c5a266}