@charset "utf-8";
/* CSS Document */



/* Redéfinition des balises */
* {
    margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../img/int/int_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	border: 0px;
    margin: 0px;
	padding: 0px;
}
span img{
	display: block;
}
a {
	border: 0px;
	outline: none;
}
hr {
	clear: both;
	visibility: hidden;
}
:focus{
	-moz-outline-style: none;
}
h1 {
    margin: 0px;
	padding: 0px;
}
p {
    margin: 0px 0px 5px 0px;
	padding: 0px;
}
li {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Mise en forme */
a{
	color: #FFF;
	text-decoration: none;
}
a.aimg img{
	padding: 5px 0px 0px 0px;
}
a.aimg:hover img{
	padding: 4px 0px 0px 0px;
	border-top: 1px #FFF solid;
}
h2{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 2px 0px;
}
p a:hover{
	text-decoration: underline;
}
div#liensc p a{
	color: #000;
}
div.dt1{
	background: url(../img/int/int_ligne_1.gif) no-repeat top left;
}
div.dt2{
	background: url(../img/int/int_ligne_2.gif) no-repeat top left;
}
div.dt3{
	background: url(../img/int/int_ligne_3.gif) no-repeat top left;
}
div.dt4{
	background: url(../img/int/int_ligne_4.gif) no-repeat top left;
}

/* Positionnement des calques */
div#entete {
	width: 950px;
	height: 380px;
	left: 50%;
	top: 0px;
	margin-top: 0px;
	margin-left: -475px;
	z-index: 1;
	border: 0px;
	position: absolute;
	background: url(../img/int/int_top.jpg) no-repeat left top;
}
div#conteneur {
	width: 750px;
	height: auto;
	left: 50%;
	top: 40px;
	margin-top: 0px;
	margin-left: -375px;
	z-index: 2;
	border: 0px;
	position: absolute;
}
div#contenu {
	margin: 0px 18px;
}
div.partie {
	width: 686px;
	height: auto;
	margin: 0px 32px 25px;
	position: relative;
}
div.titre {
	position: absolute;
	z-index: 3;
}
div.contenu {
	position: relative;
	z-index: 4;
}
div.descriptif {
	display: none;
	z-index: 5;
	border-bottom: 1px solid #FFF;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
div#actu1 {
	z-index: 5;
	width: 486px;
	height: 100px;
	background: url(../img/int/int_ligne_0.gif) no-repeat right top;
}
div#actu2 {
	z-index: 6;
	padding: 0px 15px 0px 5px;
	/*width: 463px;*/
	width: 443px;
	height: 100px;
	overflow: auto;
}
div#actu3 {
	z-index: 7;
	width: 120px;
	height: 100px;
	float: right;
	display: block;
	margin: -100px 0px 0px 0px;
}
div#actu3 a:hover{
	text-decoration: underline;
}
div#liens{
	display: none;
	background: #FFF;
	color: #000;
	margin: 20px 0px -20px 0px;
}
div#liensc{
	padding: 5px;
	height: auto;
	width: 150px;
	float: left;
	margin: 5px 0px 0px 0px;
}
