@charset "ISO-8859-1";

* {
	padding: 0;
	margin: 0;
	font-family: trebuchet MS;
}
html, body {
	height: 100%;
	width: 100%;
	font-size:15px;
	background-repeat: no-repeat;
	z-index:auto;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.content-bottom {
	position:absolute;
	top:561px;
	left:0px;
	width: 1000px;
	height:170px;
}

/* Pour la page participation.html et surement d'autres ... */
.content-middle {
	position:absolute;
	top:183px;
	left:0px;
	width: 1000px;
	height:520px;			/*517px; <-- Modification du a la demande du client concernant la page participation */
}

.boxes{
	float:left;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	width:182px;
	height:126px;
	overflow: hidden;
	margin:4px;
}
	
#box-atelier1 {
	left: 6px;
}

#box-atelier2 {
	left: 206px;
}

#box-atelier3 {
	left: 404px;
}

#box-atelier4 {
	left: 603px;
}

#box-stages {
	left: 800px;
}

/*
 *	MENU DEROULANT
 */

/* HD Footer section ----------------------- */
div#hd{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 20px;
	text-align: left;
	z-index: 999;
}
@media screen{
  	body>div#hd{
   		position: fixed;
	z-index: 999;
	}
}
/* END HD */

#topmenu {
	position:absolute;
	width: 0px;
	overflow:hidden;
	height: 20px;
	top: 0;
	left: 260px;
	text-align: left;
	background-color: #660000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 999;
}

#topmenu h3 a:link,
#topmenu h3 a:visited {
	font-weight: bold;
}

#hdbtnmenu #icoupdown {
	position: absolute;
	right: 10px;
	margin-top: 5px;
}
#hdbtnmenu {
	position:absolute;
	width: 250px;
	height: 20px;
	top: 0;
	left: 0px;
	overflow:hidden;
	text-align: left;
	padding-left: 10px;
	background-color: #660000;
	opacity: 0.9;
	filter: alpha(opacity=80);
	z-index: 999;
}

.linksmenu li
{
	display: inline;
	list-style-type: none;
	outline: none;
	margin:0px;
}

.linksmenu a:link,
.linksmenu a:visited
{
	font-size: 1.04em;
	font-weight:normal;
	text-decoration:none;
	color: white;
	outline: none;
}

.linksmenu a.active:link,
.linksmenu a.active:visited
{
	color: #FF6600;
	font-weight:normal;
}

.linksmenu a:active,
.linksmenu a:hover
{
	font-weight:normal;
	color: #FF6600;
}

.linkstopmenu li
{
	display: block;
}
#link-topmenu
{
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	outline: none;
}

/*
 *	STYLES DES FORMULAIRES
 */

input {
	background-color: white;
	border:none;
	font-weight:bold;
}

/*
 *	STYLES DES TABLES
 */
table {
	border: none;
}
tr {
	border: none;
}
td {
	border: none;
	padding:0;
}

/*
 *	STYLES DES TEXTES
 */

a:link,
a:visited {
	color:#660000;
	text-decoration:none;
	font-weight:normal;
}

a:active,
a:hover{
	/*color:#FFFFFF;*/
	text-decoration:none;
	font-weight:bolder;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	color: #660000;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}

h3 {
	font-size: 11pt;
}
h4 {
	font-size: 12pt;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
}

h5 {
	font-size: 10pt;
	font-weight: normal;
}

ul li {
	list-style: url(/img/puce-artaka.gif);
	line-height: 20px;
	margin-left :20px;
}

.linkstopmenu li
{
	list-style-image: none;
}
p, fieldset, table, pre {
	margin-bottom: 0;
}
