/*
	Classes général
*/
h1 {
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF;
	text-transform: uppercase;
	/*border-bottom: 2px dotted #F7F1F4;*/
	letter-spacing:3px;
	text-align:center;
}
h2 {
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height:auto;
	margin-top:0px;
	margin-bottom:5px;
}
h3 {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height:10px;
}
/*
	Général
*/	
body
{
	background-color:#140014;
	height:100%;
	width:100%;
	position:absolute;
	margin:0px;
}
.cont_principal {
	background-color:#FFFFFF;
	max-width:980px;
	width:100%;
	position:relative;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
#ames_entete {
	line-height:10em;
	width:100%;
	text-align:center;
}
/*
	Page A mes amours racine
*/	
.Amesracine_centreentree {
	display:flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	font-family: Verdana;
	font-size: 11px;
	margin:auto;
	padding:20px 5px;
}
.Amesracine_entree {
	width:150px;
	text-align:center;
	line-height:20px;
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:3px;
	padding:15px 10px;
}
.Amesracine_entree img {
	padding:20px 0px 0px 0px;
}
.Amesracine_image {
	text-align:center;
	width:100%;
}
.Amesracine_image img {
        width: 100%;
        height: auto;
		max-width:700px;
}
.QuiSom_localisation {
	width:300px;
	padding:0px 5px;
}
.QuiSom_localisation div {
	margin:5px;
}
.QuiSom_pro {
	font-family: Verdana;
	font-size: 11px;
	padding:0px 15px 15px 15px;
}
.QuiSom_titre {
	font-family: Verdana;
	font-size: 15px;
	line-height:34px;
	font-weight: bold;
	color: #000000;
	background-color:#F7F1F4;
	text-transform: uppercase;
	letter-spacing:3px;
	width:100%;
	text-align:center;
}
.QuiSom_rose {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #990066;
	text-decoration: none;
}
.QuiSom_retour a {
	display:block;
	width:100%;
	border: 1px solid #B594B5;
	color:#4c4c4c;
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	letter-spacing:1px;
    padding: 40px 0px;
    text-decoration: none;
	text-align:center;
    margin: 75px 0px 10px 0px;
    cursor: pointer;
}
.QuiSom_retour a:hover {
	background-color:#F7F1F4;
	border:none;
}
@media screen and (max-width : 682px) {
.QuiSom_presentation {
	width:100%;
}
.QuiSom_localisation {
	width:100%;
	display:flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	border-top:1px solid #cccccc;
	padding-top:5px;
	margin-top:10px;
}
}

-->