html, body {
	background: url(../img/fond2.jpg) repeat-x #FFF;
	background-position:bottom;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

TEXTAREA, SELECT, INPUT
{
   background: #FFE100;
	color:#000;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9pt;
	border-color:#FFFFFF;
	border-style:dotted; 
	BORDER-BOTTOM: #000 1px solid; 
	BORDER-LEFT: #000 1px solid; 
	BORDER-RIGHT: #000 1px solid; 
	BORDER-TOP: #000 1px solid;
}

div#pageHeader h1, div#pageHeader h2, div#linkList h3 {
	display: none;
}

div#container {
	display: block;
}

div#intro {
	display: block;
}

@media screen {
	div#pageHeader, div#raccourcis {
		position: fixed;
	}
		
	* html div#pageHeader, * html div#raccourcis {
		position: absolute;
	}
}

div#pageHeader {
	right: 0;
	top: 0;
	width: 150px;
	height: 153px;
	background: url(../img/boule_head.gif) right top no-repeat;
}


div#raccourcis {
	position:absolute;
	left: 213px;
	top: 30px;
	width: 250px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	text-transform: uppercase;
	color:  #4C96CD;
}
div#raccourcis a {
	font-weight: bold;
	color:  #4C96CD;
	
}
div#raccourcis a:hover {
	color:  #FFF;
	background: #CCCCCC;
}


div#corps, div#supportingText {
	margin-left: 203px;
	margin-top: 81px;
	padding: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	top: 10px;
	color: #000;
}
div#corps h3, div#supportingText h3 {
	display: block;
	background: url(../img/hbg.gif) left top repeat #CCCCCC;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	color: #4C96CD;
	font-size: 14pt;
	line-height: 25px;
	text-transform: uppercase;
}
div#corps hr {
	display: block;
	height: 1px;
	color: #4C96CD;
	background-color: #4C96CD;
	width: 100%;
	border: none;
}

div#corps h5 {
	display: block;
	background-color: #CCC;
	font-size: 10px;
	color: #FFF;
 	float:right;
	clear:left;
	width:100px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	border: dashed 1px #FFE100;
}

div#corps p, div#supportingText p {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px dashed #4C96CD;
}

a {
	color: #4C96CD;
}
a:hover {
	color: #005F87;
}

div#corps a {
	color: #4C96CD;
}
div#supportingText a {
	color: #FFE100;
	text-decoration: none;
	border-bottom: 1px dashed;
}
div#corps a:hover, div#supportingText a:hover {
	color: #005F87;
}
div#corps abbr, div#supportingText abbr {
color: #000000;
background-color: #FFE100;
font-weight: bold;
}
div#corps acronym, div#supportingText acronym {
font-weight: bold;
}

div#corps object{
 vertical-align: middle;
}
div#corps ul li{
	display: block;
	padding-top: 2px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color: #FFFFFF;
	background: url(../img/puce.gif) left top no-repeat #666666;
}
div#corps h6{
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
div#corps img {
	border: 0;
}
	
div#footer {
	display: block;
	background: url(../img/hbg.gif) left top repeat #CCCCCC;
	margin: 0;
	padding: 10;
	padding-left: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 13px;
	text-transform: lowercase;
	text-align: center;
}
div#footer a {
	color: #FFF;
	font-weight: bold;
}
div#footer a:hover {
	color: #000;
}

div#icone {
	background: url(../img/titre3.gif) left top no-repeat;
	display: block;
	height: 120px;
	width: 203px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

img a, img a:visited, img a:hover {
border: 0;
}