.retour {
	clear: both;
}

.col33 {
	float: left;
	width: 33%;
}

.col66 {
	float: left;
	width: calc(66% - 30px);
}

.col3 {
	width: calc(35.4% - 50px);
	float: left;
	color: #3b3a3a;
	line-height: 25px;
	margin: 15px;
}

.col40 {
	width: calc(40% - 65px);
	float: left;
	line-height: 25px;
	margin: 10px 30px;
	display: block;
}

.col60 {
	width: calc(60% - 60px);
	float: left;
	line-height: 25px;
	margin: 11px 15px 0 30px;
	display: block;
	}


body {
	background-color: #c6c58d;
	font-family: arial;
}

#main {
	width: 965px;
	margin: 50px auto;
	background-color: white;
}

header {
	background: url(images/imgheader.jpg) no-repeat ;
	height: 250px;
	background-position: 232px -10px;
}

header #logo {
	display: block;
	padding: 55px 0 0 20px;
	margin-bottom: -10px;
	width: 272px;
	background-image: url(images/logorose.png) no-repeat ;
	background-position: left;

}

header #logo:hover {
	display: block;
	background: url(images/logorose.png) no-repeat  ;
	background-position: right 55px;
	
	
	
}

#nav {
	margin-left: 200px;
	height: 36px;
}
#nav>ul>li>ul {
	position: absolute;
	top: 36px;
	left: 0px;
	display: none;
}

#nav>ul>li {
	position: relative;
	float: left;
}

#nav>ul>li>a {
	display: block;
	text-decoration: none;
	 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,cecece+50,efefef+100 */
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #cecece 50%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #efefef 0%,#cecece 50%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #efefef 0%,#cecece 50%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
 	padding: 10px 0 10px 0;
 	margin-right: 15px;
 	width: 170px;
 	text-align: center;
 	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	color: #3b3a3a;
	font-family: arial;
	font-weight: bold;
}

#nav>ul>li>ul>li {
	width: 170px;
	border-bottom: 1px solid white;
	background-color: #ff00ff;
	text-align: center;
	}

#nav>ul>li>ul>li>a {
	font-size: 16px;
	text-decoration: none;
	color: white;
	line-height: 20px;
	padding: 10px 10px;
	display: block;
}

#nav>ul>li>ul>li>a:hover {
	color: black;
	background-color: #a8a8a5;
}

#nav>ul>li>a:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7afa+0,ff2bf4+50,ff7afa+100 */
background: #ff7afa; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7afa 0%, #ff2bf4 50%, #ff7afa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff7afa 0%,#ff2bf4 50%,#ff7afa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff7afa 0%,#ff2bf4 50%,#ff7afa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7afa', endColorstr='#ff7afa',GradientType=0 ); /* IE6-9 */
color: white;
}

#nav>ul>li:hover ul {
	display: block;
}

#nav>ul>li:first-child>a, #nav>ul>li:last-child>a{
	width: 80px;
}

#lignehaut {
	background: url(images/lignerosehaut.png) no-repeat;
	background-color: #d8d8d5;
	height: 35px;
	width: 940px;
	margin: auto;

	
}

#lignebas {
	
	background: url(images/lignerosebas.png) no-repeat;
	height: 35px;
	background-color: #d8d8d5;
	width: 940px;
	margin: auto;

}

#btncoin a{
	float: left;
	margin-right: 15px;
	padding: 5px 10px;
	text-decoration: none;
	font-family: arial;
	color: white;
}

#btncoin a:hover {
	background-color: #3b3a3a;
	color: #ff00ff;
}

#btncoin {
	display: block;
	margin: 0 0 -15px 700px;
	padding-top: 10px;
}

#entrep {
	background-color: #ff00ff;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

#assoc {
	background-color: #f09a1f;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

#texte {
	padding: 20px 10px;
}

#contenu {
	
	background-color: #d8d8d5;
	width: 940px;
	margin: auto;
}

h1 {
	font-size: 26px;
	color: #ff00ff;
	padding-bottom: 10px;
}

h2 {
	font-size: 16px;
	color: #ff00ff;
	padding: 30px 0 0 0;
}

#texte p {
	font-size: 16px;
	color: #3b3a3a;
	text-align: justify;
	line-height: 25px;
	margin-top: 15px;
}

#texte li {
	color: #3b3a3a;
	background: url(images/pucerose.png) no-repeat 3px 7px;
	padding-left: 20px;
	line-height: 25px;
}

#danseuse {
	padding: 108px 9px;
}

footer {
	background-color: white;
}

footer p {
	text-align: justify;
}

.savoir {
	display: block;
	margin: 2px 0 0 180px;
	text-decoration: none;
	color: #ff00ff;
	border: 1px solid transparent;
}

.savoir:hover {
	color: #3b3a3a;
	border: 1px solid #ff00ff;
}

#entreprise a{
	margin-top: 30px;
}

#sociale a{
	margin-top: 4px;
}

#culturel a{
	margin-top: 53px;
}

#liens a {
	float: left;
	display: block;
	text-decoration: none;
	color: #3b3a3a;
	margin-right: 10px;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 20px;
}

#liens a:hover {
	color: #ff00ff;
}

#copy {
	float: right;
	font-size: 10px;
	padding-top: 30px;
	color: #3b3a3a;
	padding-right: 20px;
	
}

#copy p {
	text-align: right;
	padding-left: 50px
}

#copy, #liens {
	width: 464px;
}

.gg {
	font-weight: bold;
}

#contact h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

#contact h3 {
	color: #ff00ff;
	font-size: 18px;
	padding-bottom: 10px;
}

#contact p {
	color: #3b3a3a;
	line-height: 30px;
}

.mail {
	text-decoration: none;
	color: #ff00ff;
}

#plan {
	font-size: 18px;
	text-decoration: none;
	color: blue;
	padding: 10px 0 10px 0;
	display: block;
	font-weight: bold;
	width: 170px;
}

#plan:hover {
	color: #ff00ff;
}

.info {
	font-size: 18px;
	padding-bottom: 10px;
}



.mail:hover {
	color: blue;
}

#ombre {
	background: url(images/ombre.png) no-repeat 1px 70px;
	width: 20px;
	height: 420px;
	display: block;
	float: left;
}

form h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

label {
	display: inline-block;
	width: 140px;
	color: #3b3a3a;
	line-height: 30px;
}

input {
	display: inline-block;
	width: 240px;
}

textarea {
	width: 240px;
	height: 150px;
}

#message {
	margin: 60px 0px 0px 0px;
	display: block;
	float: left;
}

#mess {
	margin-top: 5px;
}

.btn {
	
	width: 100px;
	margin: 10px 20px 10px 40px;
	padding: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,c1c1c1+50,e5e5e5+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #c1c1c1 50%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#c1c1c1 50%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5e5e5 0%,#c1c1c1 50%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
}

.btn:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa8ff+0,ff00ff+50,ffa8ff+100 */
background: #ffa8ff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa8ff 0%, #ff00ff 50%, #ffa8ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffa8ff 0%,#ff00ff 50%,#ffa8ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffa8ff 0%,#ff00ff 50%,#ffa8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa8ff', endColorstr='#ffa8ff',GradientType=0 ); /* IE6-9 */
color: white;
}

#envoi {text-align: center;}

#ombeline {
	padding-top: 20px;
}

p input:hover, textarea:hover, input:focus, textarea:focus {
	background-color: #FFC9FF;
	border-radius: 7px 7px 7px 7px;
}

