﻿
* {
	margin : 0;
	padding : 0;
}

body {
	background : #fff url('./../images/css/back04.png') repeat-x;
	text-align : center;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
}

img {
	border : none;
}

#conteneur {
	width : 980px;
	margin : 0 auto;
	text-align : left;
	position : relative;
}

#header {
	height : 180px;
	background : #009;
	background : url('./../images/css/header04.png');
}
#rss a{
	display : block;
	position : relative;
	width : 20px;
	height : 20px;
	top : -20px;
	left : 259px;
}
#rss a span {
	display : none;
}
#twitter a{
	display : block;
	position : relative;
	width : 20px;
	height : 20px;
	top : 20px;
	left : 304px;
}
#twitter a span {
	display : none;
}
#facebook a{
	display : block;
	position : relative;
	width : 20px;
	height : 20px;
	top : 0px;
	left : 282px;
}
#facebook a span {
	display : none;
}
#contact a{
	display : block;
	position : relative;
	width : 20px;
	height : 20px;
	top : 40px;
	left : 338px;
}
#contact a span {
	display : none;
}

#header #logo a {
	display : block;
	position : relative;
	width : 230px;
	height : 100px;
	top : 20px;
	left : 20px;
}
#header #logo a span {
	display : none;
}

#mainPage {
	background : url('./../images/css/mainPage04.png') repeat-y;
}

#mainPageFooter {
	height : 0;
    clear : both;
}

#menu {
	float : left;
	width : 220px;
	margin-left : 22px;
	background : url('./../images/css/menuBorder.png') no-repeat bottom right;
}

#page {
	float : left;
	width : 695px;
	margin-left : 20px;
	margin-top : -40px;
}

#page h1 {
	color : #fff;
	font-style : italic;
	font-size : 1.4em;
	text-align : right;
	margin-right : 30px;
	margin-bottom : 15px;
}

#page h3 {
	padding-top : 30px;
}

#page p {
	text-indent : 1.5em;
	text-align : justify;
	margin-bottom : 1.5em;
}

#page ul {
	margin : 0 0 1.5em 3em;
}

#page b {
	color : #933;
}

#page a {
	color : #69c;
}

#page .imageGauche img {
	float : left;
	margin : 0 20px 20px 0;
}

#page .imageDroite img {
	float : right;
	margin : 0 0 20px 20px;
}

#page .imageCentre {
	text-align : center;
	
}

/*#page .imageCentre img {
	text-align : center;
	margin-bottom : 20px;
}
*/
#page table.liste {
	width : 100%;
	border-spacing : 10px;
/*	border-collapse : collapse;*/
}

#page table.liste td {
	text-align : justify;
	padding : 0 10px 10px 10px;
}

#page table.liste tr.ligne td {
	border-bottom : 2px solid #999;
}

#footer {
	clear : both;
	height : 40px;
	background : url('./../images/css/footer04.png');
}
#footer #coconut a {
	display : block;
	position : relative;
	width : 160px;
	height : 15px;
	top : 15px;
	left : 45px;
}
#footer #coconut a span {
	display : none;
}


/*****************************************************************************************
		RENSEIGNEMENTS
*/

table.renseignements {
	margin : 10px 0 0 20px;
}
table.renseignements td {
	padding : 5px 10px;
}
table.renseignements td.first {
	text-align : right;
}

/*****************************************************************************************
		BLOC DEBUG
*/

#blocDebug {
	position : absolute;
	top : 5px;
	left : 5px;
	width : 200px;
	height : 200px;
	border : 1px solid #000;
}
#blocDebug h1 {
	color : #fff;
	font-size : 1em;
	background : #000;
}


/*****************************************************************************************
		MENU
*/

.DropDownMenu * {
	list-style : none;
}
.DropDownMenu a {
	color : #333;
	font-weight : bold;
	text-decoration : none;
}
.DropDownMenu a:hover {
	background : #f3de7c url('./../images/css/menuBorder.png') no-repeat top right;
}
.DropDownMenu li {
	margin-left : 0;
/*	border-bottom : 1px solid #fff;*/
	background : url('./../images/css/menuBorder.png') no-repeat top right;
}
.DropDownMenu li li {
/*	border-bottom : none;*/
	background : none;
}
.DropDownMenu li li a {
	font-weight : normal;
}
.DropDownMenu li li a:hover {
	color : #f3de7c;
	background : none;
}
.SlideAccordion, .noMenu {
	color : #000;
	display : block;
	padding : 5px 0 3px 10px;
}
.SlideAccordion {
	background-repeat : no-repeat;
	background-position : 95% 50%;
	background-image : url('./../images/css/collapsed.png');
}
.LinkMenu {
	display : block;
}
.LinkMenu, .SlideBackground {
	margin-left : 1px;
	padding-left : 10px;
}
a.selected {
	background-image : url('./../images/css/expanded.png');
}


