/* attributs generaux */

body{
	font-family: helvetica neue, arial, sans serif;
	font-size: 13px;
    background: #C6C8BB;
}

.retour{
	clear: both;
}

.main-container{
	width: 980px;
	margin: 10px auto;
	background: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 0 20px 1.3px #a3a49e;
	box-shadow: 0 0 20px 1.3px #a3a49e;
}

.container{
	width: 939px;
	margin: 0 auto;
}

h1{
	color: #FE3497;
	font-size: 19px;
	padding: 15px 15px 15px 40px;
}

h2{
	color: #FE3497;
	font-size: 19px;
	padding: 20px 0 15px 0;
}

/*HEADER*/

.container-header{
	width: 97%;
	margin: auto;
}

header img{
	float: left;
	margin: auto;
}

.logo{
	margin-top: 80px;
}

	/*nav*/

nav{
	width: 52%;
	margin-left: 200px;
}

nav a{
	display: block;
	text-decoration: none;
	color: #8F8F91;
	padding: 10px;
	margin: 0 2px;
	background: #E2E2E2;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

nav a:hover{
	/*background: linear-gradient(#EE027E, #FD4AA6);*/
	background: #EE027E;
	color: #fff;
}

nav ul li ul li a{
	background: #F656B0;
	margin: auto 0px;
	color: #fff;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

nav li{
	position: relative;
	float: left;
}

nav ul li ul li{
	float: none;
	margin-bottom: 1px;
}

nav ul li ul{
	position: absolute;
	width: calc(100% - 4px);
	top: 30px;
	left: 2px;
	display: none;
}

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



/*CONTENU ACCUEIL*/

.background-deg{
	background: linear-gradient(#F7F7F7, #E2E2E2);
	margin-top: 34px;
}

#index h2{
	font-size: 15px;
	padding: 15px 15px 15px 40px;
}

#index p{
	font-size: 13px;
	color: #707070;
	line-height: 130%;
	padding: 0 0 0 40px;
}

#index li{
	font-size: 13px;
	color: #707070;
	line-height: 130%;
}

#index ul{
	list-style: circle;     /*changer la couleur de la puce #FE3497 on ne peut pas le faire depuis le CSS, il faut redessiner la puce*/
	margin-left: 50px;
	padding-bottom: 15px;
}

#index .col3 img{
	float: right;
	margin: 10px auto;
}

#index img{
	display: block;
}

.col2-3{
	width: 66%;
	float: left;
}

.col3{
	width: 30%;
	float: left;
	margin: 14px;
}

	/*actu pôles*/

#actu{
	width: 100%;
	margin: auto;
	padding-bottom: 50px;
}

#actu p{
	color: #707070;
	padding: 10px 0 10px 0;
	line-height: 150%;
	height: 100px;
}

#actu img{
	border: 1px solid #939498;
	width: 100%;
}

#actu a{
	display: block;
	text-decoration: none;
	color: #FE3497;
	font-size: 11px;
	text-align: right;
}

#actu a:hover{
	text-decoration: underline;
}




/*CONTACT*/

.col2{
	width: 45%;
	float: left;
	padding-left: 40px;
}

#contact img {
    display: block;
}

#contact a.rose{
	color: #FE3497;
	font-weight: bold;
}

#contact a.rose:hover{
	text-decoration: none;
	color: #FE3497;
	font-weight: bold;
}

#contact .uppercase{
	text-transform: uppercase;
	padding-top: 10px;
}

#contact a.bleu{
	color: #0015FF;
	font-weight: bold;
}

#contact a.bleu:hover{
	text-decoration: none;
	color: #0015FF;
	font-weight: bold;
}

#contact span.black{
	color: #000000;
}

strong{
	font-weight: bold;
}

#contact h1{
	text-transform: uppercase;
	padding: 0 15px 15px 0;
}

#contact h2{
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 0 15px 0;
}

#contact p{
	color: #808080;
	line-height: 130%;
	padding-bottom: 10px;
}

	/*formulaire*/

#form-humana label{
	display: block;
	float: left;
	width: 80px;
	margin: 5px;
}

#form-humana input[type="text"]{
	width: 150px;
	margin-bottom: 5px;
	border-bottom: #787878;
}

#form-humana input[type="text"].small{
	width: 90px!important;
}

#form-humana textarea{
	width: 250px;
	height: 100px;
	border-bottom: #787878;
}

#form-humana input[type="submit"]{
	width: 84px;
	margin: 10px 0 10px 90px;
}



/*FOOTER*/

footer{
	width: 95%;
	color: #707070;
	font-size: 11px;
	margin: auto;
	padding: 40px 0 20px 0;
}

.left{
	float: left;
}

.right{
	float: right;
}




