/* CSS Document */

/* ---------------------------- Contenu des pages ------------------------*/
#Content {
	min-height:450px;
	background-color:#ffffff;
	text-align:justify;
	padding:20px;
	clear:both;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size:13px;
	overflow: auto;
}

#Content p { margin-bottom:12px;}

.Centre {text-align:center; }

.Gras {font-weight:bold; }

blockquote {
	margin:0 0 12px 15px;}

.GrasBleu14 {
	font-weight:bold;
	color:#283366;
	font-size:14px;
}
	
#Content #Cadre1 {
	float:left;
	width: 325px;
	overflow: auto;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#Content #Cadre2 {
	float:right;
	width: 600px;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#Content .Cadre {
	padding: 6px;
	border:#b0c0c5 solid 1px;
	margin-bottom:10px;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#Content .CadreLeft {
	padding: 6px;
	border:#b0c0c5 solid 1px;
	margin-bottom:10px;
	width:450px;
	float:left;
	overflow: auto;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#Content .CadreRight {
	padding: 6px;
	border:#b0c0c5 solid 1px;
	margin-bottom:10px;
	width:450px;
	float:right;
	overflow: auto;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#Content .Intro {
	background-color: #e5e5e5;
	color: #ed8a22;
	font-family: 'Trebuchet MS', verdana, arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding: 4px 15px;
	-moz-border-radius : 7px;
	-webkit-border-radius: 7px;
}

ul.Flux {
	font-family: verdana, arial, sans-serif;
	list-style: none;
	padding: 3px 0 0 10px;	
	font-size: 12px;
}

ul.Flux li { padding: 3px 0; }

ul.Flux li a {
	color:#5e787f;
	border:0;
}

ul.Flux li a:hover {
	border:#ed8a22 dashed 1px;
}

#Content a {
	color: #ed8a22;
	text-decoration: none;
	border-bottom:#b0c0c5 dashed 1px;
}

#Content a:hover {
	color: #b0c0c5;
	border-bottom:#ed8a22 solid 1px;
}

#Content a.NoLine {
	border:0;
}

