/* CSS Document */

/* general */
body {
	font-size: 85%;
	font-family: bitstream vera sans,sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #d9d9d9;
}
td {
	font-size: 85%;
}

a {
	color: #CC0000;
}





/* header */
#header {
	height: 65px;
	background: #FFFFFF url(images/fond-header.jpg) repeat-y;
}
#header img {
	border: 0;
	vertical-align: middle;
}
#header-logo {
	position: absolute;
	left: 26px;
	top: 0px;
	/*z-index: 3;*/
}
#header-logo img {
	width: 250px;
	height: 65;
}
#header-liens {
	position: absolute;
	right: 10px;
	top: 25px;
	text-align: right;
	display: inline;
}
#header-liens a {
	color: #000000;
	text-decoration: underline;
	padding: 7pt;
	font-size: 80%;
}
#separateur {
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
}





/* sections gauche et droite */
#section-gauche, #section-droite {
	position: absolute;
	/*z-index: 2;*/
	width: 12em;
	top: 20px;
	margin-top: 75px;
	font-size: 0.9em;
	/*background: #FFCC33;*/
}
#section-gauche {
	left: 10px;
}
#section-droite {
	right: 10px;
}





/* menu standard bleu */
#menu-standard h1 {
	color:#FFFFFF;
	background: #22437f;
	padding: 5px;
	margin:0;
	font-size: 100%;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
#menu-standard ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	border-left: 1px solid #22437f;
	border-right: 1px solid #22437f;
}
#menu-standard li {
	border-bottom: 1px solid #22437f;
}
#menu-standard li a {
	color:#22437f;
	display: block;
	background: #ACC7E1;
	text-decoration: none;
	padding: 5px 10px;
}
#menu-standard li a:hover {
	color:#FFFFFF;
	background: #3E84CA;
}
#menu-standard .bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}





/* menu rouge */
#menu-rouge h1 {
	color:#FFFFFF;
	background: #990000;
	padding: 5px;
	margin:0;
	font-size: 100%;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
#menu-rouge ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}
#menu-rouge li {
	display: block;
	background: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #990000;
}





/* menu rouge avec liens*/
#menu-rouge-liens h1 {
	color:#FFFFFF;
	background: #990000;
	padding: 5px;
	margin:0;
	font-size: 100%;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
#menu-rouge-liens  ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}
#menu-rouge-liens li {
	border-bottom: solid 1px #990000;
}
#menu-rouge-liens li a {
	color:#990000;
	display: block;
	background: #E9C6C6;
	text-decoration: none;
	padding: 5px 10px;
}
#menu-rouge-liens li a:hover {
	color:#FFFFFF;
	background: #CC6666;
}
#menu-rouge-liens .bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}





/* section centrale */
#section-centrale {
	font-size: 0.9em;
	width: auto;
	min-width: 400px;
	margin: 10px;
	/*z-index: 3;*/
	/*margin-right: 14em;*/
	margin-left: 14em;
	padding-right: 5px;
	padding-left: 5px;
}
#contenu {
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}
#contenu img {
	border: 1px solid #000000;
}
#contenu .photo {
	margin-right : 20px;
	margin-bottom : 20px;	
}
#contenu h1 {
}
#contenu h2 {
	color: #990000;
	font-size: 20px;
	margin-bottom: 30px;
	padding-left: 15px;
	border-bottom: 1px solid #990000;
	background-image: url(images/puce_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#contenu h3 {
	color: #990000;
	font-size: 18px;
	margin-top: 40px;
	padding-left: 15px;
	background-image: url(images/puce_h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#contenu h4 {
	font-size: 20px;
}
.coin-hg, .coin-hd, .coin-bg, .coin-bd {
	background-color: #d9d9d9;
	position: relative;
	width: 19px;
	height: 19px;
	display: none;
}
.coin-hg, .coin-bg {
	float: left;
	left: 0px;
}
.coin-hd, .coin-bd {
	float: right;
	right: 0px;
}
.coin-hg, .coin-hd {
	top: 0px;
}
.coin-bg, .coin-bd {
	bottom: 0px; margin-top: -19px;
	top: -18px;
}
html>body .coin-hg {
	background: #d9d9d9 url("images/coin-hg.png") no-repeat left top;
}
html>body .coin-hd {
	background: #d9d9d9 url("images/coin-hd.png") no-repeat right top;
}
html>body .coin-bg {
	background: #d9d9d9 url("images/coin-bg.png") no-repeat left bottom;
}
html>body .coin-bd {
	background: #d9d9d9 url("images/coin-bd.png") no-repeat right bottom;
}
.coin-hg {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/coin-hg.png',sizingMethod='scale');
}
.coin-hd {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/coin-hd.png',sizingMethod='scale');
}
.coin-bd {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/coin-bd.png',sizingMethod='scale');
}
.coin-bg {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/coin-bg.png',sizingMethod='scale');
}
.coin-hg, .coin-hd, .coin-bg, .coin-bd {
	display: block;
}
.coin-bg, .coin-bd {
	top: 0px;
}





/* footer */
#footer {
	font-size: 0.75em;
	text-align: center;
	color: #777;
	padding-bottom: 10px;
}

