/* --- 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: Verdana, Arial, Helvetica, FreeSans, sans-serif; 
  font-size: .7em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
  background: #00aabb url(images/fond.png);
  background-repeat:repeat-x;
} 
 
/* 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: .6em 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) */ 
}


/* --- STYLES DU SITE : Positionnement --- */ 

#global {
	margin-left: auto; 
	margin-right: auto; 
	width: 960px;
	background-color:#f7f7f7;
	min-height:600px;
	}
	
	
#header {
height:90px;	
padding:40px 20px 0px 20px;
}

h1.titre {
text-indent:-5000px;	
}

#contenu {
		/*background-color:blue;*/
	margin:0;
	padding:0 0 20px 0;
	overflow:hidden;

}

#colgauche {
		/*background-color:green;*/
	width:310px;
	float:left;
	min-height:300px;
	margin:0;
	padding:0;

}


#coldroite {
		/*background-color:red;*/
	width:650px;

	margin-left:310px;
	min-height:300px;
	padding-top:43px;
}

#menu{
	background-color:#a20254;
	height:24px;
	line-height:24px;
	padding:3px 10px;
	vertical-align:middle;
	color:white;
}
#menu a{
color:white;
text-decoration:none;

}

#breadcrumb {
		padding:20px 10px;
		color:#6d6d74;
}

#breadcrumb a{
		color:#a20254;
		text-decoration:none;
		}
		
		#breadcrumb a:hover{
		color:#a20254;
		text-decoration:underline;
		}


#menud1 {
			/*background-color:red;*/

	width:430px;
	float:left;

	
}

#menud1 p, ul {
	padding:0px 20px 0px 10px;
}

#menud1 p.special{
	padding:0px 20px 0px 10px;
	color:#a20254;
	font-style:italic;
	font-weight:bold;
}

#menud1 em{

	color:#00aabb;
	font-style:italic;

}

#menud1 h1{
	padding:5px 20px 5px 0px;
	margin-right:30px;
	margin-left:12px;
	margin-bottom:15px;
	color:#a20254;
	font-size:1.2em;

	border-bottom:1px dashed #d2cfd4;
	
}


#menud1 a{
	color:#a20254;
	text-decoration:none;
}

#menud1 a:hover{
	color:#a20254;
	text-decoration:underline;
}


#menud1 img {
	float:left;
	padding-right:15px;
}

#menud2 {
			/*background-color:blue;*/

margin-left:430px;
padding-right:40px;
}

.encadre {
	background-color:white;
	color:#686260;
	border:1px solid #d2cfd4;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:12px;
		-moz-border-radius:0px 0px 15px 0px;
	-webkit-border-radius:0px 0px 15px 0px;
	border-radius:0px 0px 15px 0px;
}
.encadre p strong {
color:#00aabb;	
}


.encadre p strong a {
	color:#00aabb;	
	text-decoration:none;
}


.encadre p strong a:hover {
	color:#00aabb;	
	text-decoration:underline;
}



#navigauche {
	margin-top:8px;
}



.navigauche {
	background-color:#f9e0d2;
	color:#a20254;
	padding:5px 10px 5px 20px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	margin:12px 30px 0px 40px;
	-moz-border-radius:0px 0px 15px 0px;
	-webkit-border-radius:0px 0px 15px 0px;
	border-radius:0px 0px 15px 0px;
	}

.navigauche:hover {
background-color:#eceaed;	
}

.navigauche a {
		color:#a20254;
		text-decoration:none;
		  outline: none; 
}

.navigauche a:hover {
		color:#a20254;
		text-decoration:underline;
		background-color:#eceaed;	
		  outline: none; 
}

#footer{
	background-color:#7f0242;
	padding:20px 50px;
	color:white;
	overflow:hidden;
}


#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:white;
	text-decoration:underline;
}

#footer .titre {
font-size:1.2em;
}

#foot01{
float:left;
width:200px;
padding-left:10px;
border-left:1px dashed white;
}

#foot02 {
width:600px;
margin-left:220px;
padding-left:10px;
border-left:1px dashed white;
}


.accueil {
			color:#a20254;
			clear:both;
			text-align:justify;
}


