/*
 * Rempla-Santé.fr
 * © 2012 - Tous droits réservés
 *
 * Il est interdit de reproduire, représenter, transférer, distribuer, ou d'enregistrer tout ou partie du site Rempla-Santé.fr,
 * sous quelque forme que ce soit sans avoir l'autorisation écrite de Rempla-Santé.fr.
 */

/* Pour IE8, FF3.6 */
header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog {  
    display: block; 
}

body {
	font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif;
	background: #fff;
	color: #000000;
	font-size: 110%;
	margin: auto;	
}

img {
	border: none;
}

header {
	display: block; 
	margin: auto;
	text-align: center;
}

/* Liens */
a {
	color: #9D169D;			/* violet */
}
a:active {
	color: #9D169D;			/* violet */
}
a:link:hover {
	color: #EDC400;			/* orange */
}
a:visited:hover {
	color: #EDC400;			/* orange */
}

p {
	margin:0.7em 0;
}

/* Séparateur */
hr {
	width:153px;
	height:65px;
	clear: both;
	border:none;
	margin-top: 2em;
	margin-bottom: 1em;
}

hr.long {
	/* background: url("../images/separateur.png") no-repeat top left; */
	width:auto;
	height:0.1em;
	margin: 0;

}

hr.vide{
	background: none;
	width:auto;
	height:0.1em;
	margin: 0;
}


section#container, section#msg, div#ga {
	display: block; 
	margin: auto;
	text-align: center;
}

footer {
	display: block; 
	width:800px;
	margin:auto;
	font-size:70%;
	text-align:center;
}


/* Menu */
nav {
	position:absolute;
	top:18.8em;
	background-color:#ffffff;
	width:180px;
	margin-left: 7px;
	box-shadow: 5px 5px 7px #8E7DA3;			/* gris */
}

nav a {
	text-decoration: none;
	color: #9D169D !important; 		/* violet */
}

nav ul {
	margin: 20px auto;
	padding: 0;
	width:140px;
	background:white;
	border: 1px solid #AAA;
}

nav li {
	position:relative;
	list-style:none;
	margin:0;
	border-bottom: 1px solid #CCCCCC;
}



nav li.submenu {
	/* background:url('../images/submenu.png') 100% 50% no-repeat; */
}


nav li.ici {
	font-weight: bolder;
}

nav li.ici li {
	font-weight: normal;
}



nav li:hover {
	background: #dfc5ff;				/* bleu pale foncé !!! */
}

nav li.submenu:hover {
	background-color: #dfc5ff;		/* bleu pale */
}

nav li a {
	display:block;
	padding:0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 6.5em;
}

nav>ul a {
	width:auto;
}

nav ul ul {
	position:absolute;
	top: -21px;
	left:140px;
	display:none;
	opacity:0.96;
}

nav ul.level1 li.submenu:hover ul.level2 {
	display:block;
}

/* Les formulaires */
form {
	width:350px;
}

form div.submitform {
	text-align:center;
}

div.custom-advice {
	font-size: 80%;
	color:red;
	margin: -10px 0 0 15px;
}

input.validation-passed, textarea.validation-passed {
	background-color:#D5FFD5;		/* Vert pâle */
}

input.validation-failed, textarea.validation-failed {
	background-color:#FFD5D5;		/* rouge pâle */
}

/*
iframe#google-maps {
	frameborder:0;
	scrolling:'no';
	marginheight:0;
	marginwidth:0;
}
*/
