@charset "utf-8";
/* CSS Document */
/* --- STYLES DE BASE --- */  

/* Page */ 
html {   
	font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 

body {   
	margin: 0;   
	padding: 0; /* Remettre à zéro si nécessaire. */   
	font-family: Arial, Helvetica, FreeSans, sans-serif;  
	font-size: .8em; /* À adapter pour la police choisie. (3) */   
	line-height: 1.4; /* À adapter au design. (4) */   
	color: black;   
	background: #003;
}  

/* Titres */ 
h1, h2, h3, h4, h5, h6 {   
	/*margin: 1em 0 .5em 0;*/ /* Rapproche le titre du texte. (5) */   
	line-height: 1.2;   
	font-weight: bold; /* Valeur par défaut. (6) */   
	font-style: normal; 
} 

h1 {   
	font-size: 1.75em; 
} 

h2 {   
	font-size: 1.5em; 
} 

h3 {   
	font-size: 1.25em; 
} 

h4 {   
	font-size: 1em; 
}  

/* Listes */ 

ul, ol {   
	margin: .75em 0 .75em 32px;   
	padding: 0; 
}  

/* Paragraphes */ 
p {   
	margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 

address {   
	margin: .75em 0;   
	font-style: normal;
}  

/* Liens */ 
/*a {   
	text-decoration: underline; 
} 

a:link {   
	color: #11C; 
} 

a:visited {   
	color: #339; 
} 

a:hover, a:focus, a:active {   
	color: #00F; 
} */
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active {   
	outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img {   
	border: none; 
}  

/* Divers éléments de type en-ligne (8) */ 
em {   
	font-style: italic; 
} 

strong {   
	font-weight: bold; 
}  

/* Formulaires */ 
form, fieldset {   
	margin: 0;   
	padding: 0;   
	border: none; 
} 

input, button, select {   
	vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* Calques */
#main {
	width: 1000px;
	margin:0 auto;
}

#header {
	background-color:#003;
	color:#fff;
	margin:0;
	padding:0;
}

#header h1 {
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

#header h2 {
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

#contenu {
	background-color:#fff;
	margin : 0;
	padding: 20px;
	background-image:url(../images/background-content.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#left {
	background-color:#fff;
	margin : 0;
	padding: 0;
	width:600px;
	float:left;
}

#contenu h1 {
	font-family: "Times New Roman", Times, serif;
	color:#003;
	text-align:left;
}

#contenu p.important {
	font-family: "Times New Roman", Times, serif;
	color: #F03;
	font-size:3em;
	font-variant:small-caps;
	text-align:center;
	font-weight:bold;
}

#contenu h2.important {
	font-family: "Times New Roman", Times, serif;
	color: #F03;
	font-size:2em;
	font-variant:small-caps;
	text-align:left;
	font-weight:bold;
}

#contenu p.tarif {
	font-family: "Times New Roman", Times, serif;
	color: #F03;
	font-size:2em;
	font-variant:small-caps;
	text-align:right;
	font-weight:bold;
}

.forfait {
	background-color: #FCF;
	border:dashed #F03 2px;
	margin-bottom:20px;
	padding: 0 20px;
}

#footer {
	background-color:#003;
	text-align:center;
	color:#fff;
	margin:0;
	padding: 10px;
}

#right {
	width: 220px;
	/*height: 200px;*/
	text-align:center;
	float:right;
	padding:10px;
	color:#003;
	font-size:1.2em;
	font-weight:bold;
}

#contact {
	width: 200px;
	/*height: 200px;*/
	text-align:center;
	border:#003 double;
	padding:5px;
	background-color:#CCC;
	}

#rappel {
	width: 200px;
	/*height: 200px;*/
	text-align:center;
	border:#003 double;
	padding:5px;
	background-color:#CCC;
}

#contact p {
	font-weight:bold;
	font-size:1.5em;
	color:#F03;
}
/*menu */
#menu {
	background-color:#fff;
	margin : 0;
	padding: 0;
	
}

#menu ul {
	height:30px;
	margin : 2em 0 0 0;
	padding : 0;
	border : 1px solid #CCC;
	list-style-type: none;
	text-align:center;
}

#menu ul li {
	display:inline;
	padding : 0 1em;  
	line-height : 30px;
	font-variant:small-caps;
	border:1px solid #003;
	background-color:#CCC;
}

#menu ul li a{
	text-decoration:none;
	padding : 0 0.5em; 
	font-size :  0.8em;
	color:#003;
}

#menu ul li.active {
	background-color:#003;
}

#menu ul li.active a {
	background-color:#003;
	color:#fff;
}
	
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Formulaires */
#form_contact {
	width:600px;
}

form {
		margin-left:		0;
		margin-right:		0;
	}
	
fieldset {
	margin : 10px 0 0 0;
	padding: 0;
	border: 1px solid #003;
}

legend {
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 5px;
	margin-left: 1em;
	color: #fff;
	background: #003;
}

fieldset ol {
	padding: 10px 10px 0 10px;
	list-style:none;
}

fieldset li {
	position: relative;
	padding-bottom: 1em;
}

label {
	position : relative;
	clear : left;
	float: left;
	width: 13em;
	margin-right: 5px;
	text-align:right;
	line-height: normal;
	padding-right: 10px;
	font-size: 12px;
}

input {
	padding: 5px;
	font-size:1.1em;
	border : 1px solid #003;
	color : #1E1903;
	background: #CFF;
}

label.required {
	background: transparent url(../images/required.gif) no-repeat center right;
}

label span {
	position:relative;
	left : -10000px;
	top:0px;
}

p span.required {
	display:inline-block;
	vertical-align:middle;
	line-height:3.4em;
	width:25px;
	text-indent:-10000px;
	overflow:hidden;
	background:	transparent url(../images/required.gif) no-repeat center right;	
}

fieldset#submitform {
	background-image:none;
	border:none;
	text-align:center;
}

#rappelTel input{
	padding: 5px;
	width:150px;
	font-size:1em;
	border : 1px solid #003;
	color : #000;
	background: #fff;
	margin: 5px;
}

textarea {
	padding: 5px;
	margin-right:150px;
	font-size:1em;
	border : 1px solid #003;
	color : #1E1903;
	background: #CFF;
	width:14em;
}

select {
	background-color:#CFF;
}
#rappel a {
	color: #003;
}
#rappel p a:active, visited, hover, focus {
	color: #333;
}

