/*** Main **********************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;

}
body, th, td {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted;
}
img {
	border: none;
}
h3 { font-size: 120%; font-family: "Century Gothic", Verdana; }
h4 { font-size: 105%; }
h5 { font-size: 90%; margin: 1em 0px 0.3em; }
h5+p  { margin-top: 0em; }

/*** Links *********************************************/
a:link {
	color: #69c;
}
a:visited {
	color: #666699;
}
a:hover {
	color: #693;
}
a:active {
	color: #000000;
	text-decoration: none;
}


/*** List **********************************************/
#contenu ul {
	list-style: none;
	margin: 0 0 20px 30px;
	padding: 0;
}
#contenu li {
	list-style: none;
	padding-left: 14px;
	margin-bottom: 3px;
	background: url("tictac_orange.gif") no-repeat 0 6px;
}

/*** Layout ********************************************/
#main {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #333333;
	background: #FFFFFF;
}

#contenu {
	
}

#main-content {
	float: right;
	width: 685px;
	padding: 0px;
}

#sidebar {
	float: left;
	width: 180px;
	font-size: 85%;
	line-height: 1.4em;
	color: #999;
}

/*** Header ********************************************/
#header {
	height: 100px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS";
	background: #E0E0E0 url("avi-header_ORANGE-10.png") no-repeat top left;	
}
#header h1 {
	display: none;
	margin: 0;
	padding: 45px 60px 50px 160px;
	font-size: 200%;
	color: #FFFFFF;
	text-shadow: #81A75B 2px 2px 2px;
	background: url("top_h1.gif") no-repeat bottom left;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 a:hover {
	color: #EEEEEE;
}

/*** Content *******************************************/
#main-content :first-child {
	margin-top: 0px;
}


/*** Sidebar *******************************************/
#sidebar h2 {
	min-height: 19px;
	margin: 10px;
	padding-left: 25px;
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 130%;
	color: #666666;
}
#sidebar ul, #sidebar p {
	margin: 0;
	padding: 5px 20px 1em 20px;
	border-bottom: 1px solid #DDDDDD;
}

/***
#sidebar li {
	background: url("tictac_green.gif") no-repeat 0 5px;
}
**********************************************/

/*** Menu **********************************************/
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}
#menu li ul {
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 3px;
	background-color: white;
}
#menu li li {
	padding-left: 14px;
	margin-bottom: 2px;
	background: url("tictac_green.gif") no-repeat 0 5px;
}
#menu li.section {
	border-bottom: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li.section a.titre {
	display: in-line;
	min-height: 19px;
	margin-left: 7px;

	padding: 5px 20px 3px 28px;
	font-family: "Lucida Grande", "Trebuchet MS";
	color: #CC9966;
	text-decoration: none;
}
#menu li li.courant {
	color: #CC9966;
	background-image: url("tictac_orange.gif");
}
#menu li li.courant a {
	color: #CC9966;
	font-weight: bold;
}

#menu li.popup {
	position: relative;
	color: #CC9966;
	background: url("arrow_right.gif") 175px 12px no-repeat;
}
#menu li.popup ul {
	color: #CC9966;
	display: none;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 175px;
	border: 3px double #CCCCCC;
	background: white;
	padding: 3px 20px 3px 6px;
}
#menu li.popup:hover ul {
	color: #666666;
	display: block;
}
#menu li.popup a.titre:hover {
	color: #CC9966;
	background-color: #BBDDBB;
}


/*** Footer ********************************************/
.clear { /* to fix IE6 padding-top issue */
	clear: both;
	height: 0;
}

#footer {
	position: relative;
	height: 150px;
	padding: 10px;
	font-size: 85%;
	tex-align:left;
	color: #DDDDDD;
	background: url("avi-header_ORANGE-10.png") no-repeat bottom left;
}
#footer p {
	margin: 0;
	padding: 10px 200px 10px 155px;
}
#footer ul {
	position: absolute;
	top: 14px;
	right: 4px;
	list-style-type: none;
	margin: 0px;
	padding : 0px;
}
#footer ul li {
	float: left;
	border-left: 1px solid #FFFFFF;
	padding: 0px 6px;
}
#footer ul li:first-child {
	border-left: none;
}
#footer ul li a {
	text-decoration: none;
	color: #FFFFFF;
}



