html, body{
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05153d;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size:18px;
	margin:0 0 5px 0;
	padding:0;
}
h2 {
	padding: 0px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	font-size: 12px;
	border-color: #05153d;
	margin: 10px 0 0 0;
}
h3{
	font-size: 12px;
	padding:0;
	margin:6px 0 0 0 ;
}
p{
	margin:0 0 12px 0;
	padding:0;
}
ul{
	margin-top:5px;
}
input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05153d;
}
#principal{
	position: absolute;
	width: 952px;
	height: 600px;
	margin: -300px auto auto -476px;
	top:50%;
	left: 50%;
	/*background-color:#CCCCCC;*/
}
img.titre{
	position:absolute;
	top:17px;
	left: 1px;
}
#bg{
	position: absolute;
	width:663px;
	height:431px;
	top:152px;
	left: 290px;
	background-image:url(../images/bg.gif);
}
#flag_it{
	position: absolute;
	width:27px;
	height:18px;
	top:132px;
	left:894px;
	background-image:url(../images/flag_it.gif);
}
#flag_fr{
	position: absolute;
	width:27px;
	height:18px;
	top:132px;
	left:924px;
	background-image:url(../images/flag_fr.gif);
}
#menu{
	position: absolute;
	width:592px;
	top:129px;
	left:293px;
	/*background-color:#999999;*/
}
#menu_select{
	
}
#menu a, #menu_select a{
	display:block;
	float: left;
	width: 100px;
	text-decoration:none;
	font-size: 14px;
	color: #05153d;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	margin: 0 10px 0 10px;
}
#menu a:hover{
	border-top:3px solid #e9eef4;
	padding-top:0;
}
#menu_deroulant{
	position: absolute;
	
	top:-100px;
	left:0px;
}
#menu_deroulant a{
	float:none;
	display: block;
	text-align:left;
	font-size: 11px;
	width: 160px;
}
#flag_it a, #flag_fr a{
	display: block;
	width:21px;
	height:12px;
	font-size: 6px;
	margin: 1px 0 0 1px;
}
#flag_it a:hover,#flag_fr a:hover{
	border:1px solid #05153d;
}
#zone_texte{
	position: absolute;
	width:631px;
	height: 304px;
	overflow:auto;
	top:257px;
	left: 291px;
	padding:0 10px 0 0;
	
}
#intro_texte{
	width:300px;
}
image.affiche{
	float:left;
	margin: 0 25px 5px 0;
}
#zone_vignettes{
	width:100px;
	float: right;
	margin: 0 0 5px 5px;
}
#zone_vignettes img{
	margin: 0 0 2px 0;
	border:1px solid #05153d;
}
#copy{
	position: absolute;
	width: 600px;
	height: 18px;
	line-height:18px;
	font-size: 9px;
	width: 100%;
	text-align:center;
	top:580px;
	left: 150px;
	/*background-color:#999999;*/
}
.retour{
	clear:both;
}a {
	color: #05153d;
}
a:hover {
	color: #666666;
}

