@import "reset.css";
body {
	background-color: #CCF;
	background-image: url(bgi/fond_bleu.png);
	color: #336;
	position: relative;
}
abbr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	cursor: help;
}
hr {
	clear: both;
	visibility: hidden;
}
img {
	margin: 0 10px 10px 10px;
}
.flot_gauche {
	float: left;
	margin-right: 2em;
}
.flot_droite {
	float: right;
}
.centre {
	text-align: center;
}
#content .annonce {
	font-size: 14px;
	font-style: italic;
	color: #C30;
	background-color: white;
}
#header {
	width: 100%;
	position: fixed;
}
#breadcrumbs {
	clear: left;
	float: right;
	background: #4169E1;
	border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	line-height: 26px;
	overflow: hidden;
	font-size: 12px;
	top: 160px;
}
#breadcrumbs li {
	float: left;
	padding: 0px 24px 0px 10px;
	text-align: right;
	background: url(bgi/breadcrumbs_li.png) no-repeat right center;
}
#breadcrumbs li a:hover {
	color: white;
}
#nav-sub {
	position: fixed;
	top: 180px;
	left: 78%;
	width: 12em;
	height: 500px;
	padding-top: 1em;
	color: white;
	background: url(bgi/nav_sub_fond.png) repeat-x left top;
	text-align: center;
}
#nav-sub ul {
	background-color: #fc6;
	margin: 0px 15px 15px;
	padding: 1em 0;
	border-radius: 0 0 0 20px;
	-moz-border-radius: 0 0 0 20px;
	-webkit-border-radius: 0 0 0 20px;
}
#nav-sub h3 {
	border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	-webkit-border-radius: 0 20px 0 0;
	background-color: #f93;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	margin: 0 15px;
}
#nav-sub a {
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	color: #D2691E;
}
#nav-sub a:hover {
	color: white;
	background-color: orange;
}
#content {
	width: 72%;
	float: left;
	padding-top: 170px;
	color: #630;
	font-size: 12px;
	line-height: 18px;
}
#content .hdp {
	margin: 1em;
	text-align: right;
	clear: both;
}
#content .hdp a {
	background: url(bgi/hdp.png) no-repeat left bottom;
	padding-left: 14px;
	text-transform: capitalize;
	color: white;
	font-size: 0.75em;
	border-bottom: 1px solid white;
	text-decoration: none;
}
#content .hdp a:hover {
	background: url(bgi/hdp.png) no-repeat left top;
	color: white;
}
#content a {
	color: #b22;
}
#content a:hover {
	color: red;
}
#content div {
	margin: 1em 0.5em;
	border-radius: 0 20px 0 20px;
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	background-color: #fc6;
	padding: 20px;
}
#content div p {
	margin-bottom: 12px;
	text-indent: 3ex;
}
#content div p.p_list {
	margin-bottom: 3px;
	margin-top: 12px;
}
#content div ul.list_img li {
	display: inline;
	list-style: url(none);
}
#content h1, #content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #336;
}
#content h1 {
	font-size: 22px;
	margin: 1em;
}
#content h1 img {
	vertical-align: middle;
}
#content h2 {
	font-size: 18px;
	margin-bottom: 28px;
}
#content h3 {
	border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	-webkit-border-radius: 0 20px 0 0;
	background-color: #f93;
	color: white;
	height: 50px;
	vertical-align: middle;
	padding-left: 1em;
	line-height: 50px;
	font-size: 16px;
	margin: -20px -20px 20px;
}
#content h4 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 14px;
}
#content h5 {
	margin-bottom: 9px;
	font-weight: bold;
}

#content dt {
	margin-bottom: 9px;
}
#content dd {
	margin: 0px 0px 18px 40px;
}
#content ul {
	padding-left: 1em;
	margin-bottom: 1em;
	list-style: disc;
}
#content ul li {
	margin: .5em 0 0 40px;
	list-style: url(bgi/puce_fleche1.png);
}
#content ul ul li {
	list-style: url(bgi/puce_fleche2.png);
	margin: .5em 0 0 20px;
}
#content ul ul li p {
	margin: 0;
}
#content div ol {
	list-style: decimal;
	padding-left: 1em;
	margin-bottom: 1em;
}
#content ol li {
	margin-left: 40px;
}
#content .encadre {
	border: 1px dashed black;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#content #carac table {
	width: 600px;
	border: 1px solid orange;
	margin-bottom: 18px;
}
#content #carac table tr.impair {
	background-color: orange;
}
#content #carac table tr.pair {
	background-color: gold;
}
#content #carac table th {
	vertical-align: middle;
	text-align: center;
	background-color: peru;
	color: white;
	width: 10em;
	border: 1px solid orange;
}
#content #carac table tr td {
	text-align: right;
	padding: .5em 1em .5em ;
	border: 1px solid darkorange;
}
