@CHARSET "UTF-8";

#TJK_ToggleON,#TJK_ToggleOFF {display:none}


Body{
	color: black;
	background-color: white;
	font-family: Arial, sans-serif;
}

#top{
	position: absolute;
	left:0px;
	top: 0px;
	height: 140px;
	width: 100%;
 	background-color: white;
	background-image: url(../presentation/Haut.jpg);
	background-repeat: repeat-x;
}

#letop{
	position: absolute;
	left:0px;
	top: 0px;
	height: 209px;
	width: 100%;
 	background-color: white;
	background-image: url(../presentation/Haut.jpg);
	background-repeat: repeat-x;
}

#logo{
	position: absolute;
	left:10px;
	top: 10px;
	border: 0px solid black;
}

#contenu{
	position: absolute;
	left:0px;
	top: 209px;
	height: 506px;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size:14px;
}

#lebas{
	position: absolute;
	left:0px;
	top: 710px;
	height: 160px;
	width: 100%;
 	background-color: white;
	background-image: url(../presentation/Bas.jpg);
	background-repeat: repeat-x;
}

#navig{
	position: absolute;
	right:5px;
	top: 10px;
}

#select{
	position: absolute;
	left:35px;
	top: 90px;
}

#menu{
	position: absolute;
	left:10px;
	top: 230px;
	width: 250px;
	height: 500px;
}

#bas{
	position: absolute;
	left:30px;
	top: 775px;
	width: 970px;
}

#date{
	position: absolute;
	left: 30px;
	top: 825px;
	width:200px;
	border: 0px;
}

#image1{
	position: absolute;
	left: 600px;
	top: 70px;
}

#image2{
	position: absolute;
	left: 700px;
	top: 370px;
}

#image3{
	position: absolute;
	left: 460px;
	top: 230px;
}
#annonce{
	position: absolute;
	left:330px;
	top: 550px;
	width: 400px;
}

h2{
	margin:0;
	padding: 0 0 3px;
	color: #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size:12px;
}

h3{
	font-size: 125%;
	margin:0;
	padding: 0 0 3px;
	color: #000;
	text-align: center;
	font-family: Arial, sans-serif;
}

h3.gauche{
	font-size: 100%;
	font-color: #000;
	margin:0;
	padding: 0 0 3px;
	background: none;
	color: #000;
	text-align: left;
	text-decoration: underline;
	font-family: Arial, sans-serif;
}

select{
	font-size: 125%;
}

a:link {color: black;
	font-size: 100%;
	text-decoration: underline;
	}
a:visited{color: green}
a:hover{color: blue}
a:active{color: black}

a.gloss:link {
	color: blue;
	text-decoration: none;
}
a.gloss:visited {
	color: blue;
	text-decoration: none;
}
a.gloss:hover {
	color: green;
	text-decoration: none;
}
a.gloss:active {
	color: green;
	text-decoration: none;
}

#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
	opacity:1.0;
    filter: Alpha(Opacity=100);
    visibility : hidden;
    height : 200px;
    width : 200px;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}