/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d4dbee;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#header {
	position:relative;
	width:760px;
	margin-left:-380px;
	left:50%;
	height:99px;
	z-index:1;
}

#home {
position:absolute;
     left: 50%; 
     top: 50%;
     width: 760px;
     height: 430px;
     margin-top: -215px; /* moitié de la hauteur */
     margin-left: -380px; /* moitié de la largeur */
}

#contenu {
	position:relative;
	left:50%;
	margin-left:-380px;
	width:760px;
	background-image:url(../images/bando_fd.gif);
}

#contenu2 {
	position:relative;
	left: 50%;
	margin-left: -95px;
	width:401px;
	float:none;

}


#footer {
	position:relative;
	width:760px;
	margin-left: -380px;
	left: 50%;
	height:83px;
	z-index:1;
	background-image: url(../images/bando_bas.gif);
	top: -12px;
}

#menu {
	position:absolute;
	margin-left: -361px;
	left: 50%;
	width:213px;
	height:83px;
	z-index:1;
	top: 64px;
}

#adresse {
	position:relative;
	/*margin-left: -350px;*/
	/*left: 141px;*/
	width:190px;
	height:200px;
	z-index:1;
	/*top: 301px;*/
	/*top: -427px;*/
}


a.sanssoulign10:link {
	text-decoration: none;

		font-size: 11px;
}
a.sanssoulign10:visited {
	text-decoration: none;
	color: #000000;

		font-size: 11px;
}
a.sanssoulign10:hover {
	text-decoration: none;

		font-size: 11px;
}
a.sanssoulign10:active {
	text-decoration: none;

		font-size: 11px;
}



a.sanssoulign:link {
	text-decoration: none;
	font-weight: bold;
}
a.sanssoulign:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.sanssoulign:hover {
	text-decoration: none;
	font-weight: bold;
}
a.sanssoulign:active {
	text-decoration: none;
	font-weight: bold;
}
.presseimage{
float:left;
}
.presseimage2{
float:right;
}

/* ONGLETS */
.cadredossier {
background-color:#FFFFFF; /* Couleur de fond */
border:1px solid #54593B; /* Couleur de la bordure du cadre*/
margin-left:2px;
padding:10px;
position:relative;
top:0px;
width:425px;  /* largeur du div d'affiche du dossier */
}
.tabdossier {
position:relative;
width:420px;
}
.tabList ul {
height:39px;
margin:0pt;
padding:0pt;
width:430px; /* Largeur du div des onglets */
}
.tabList ul li {
float:left;
height:40px;
line-height:15px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2px;
text-align:center;
text-decoration:none;
width:83px; /* largeur des onglets */
}
.tabList ul li a {
background-image:url(../images/off/onglet.jpg); /* Lien de l'image pour l'onglet hors focus*/
color:#666666;
display:block;
height:38px;
padding-left:3px;
padding-top:2px;
text-decoration:none;
}
.tabList ul li.actif {
margin-bottom:0pt;
padding-bottom:1px;
}
.tabList ul li.actif a {
background-image:url(../images/on/onglet.jpg); /* Lien de l'image pour l'onglet en focus*/
color:black;
font-weight:bold;
position:relative;
text-decoration:none;
z-index:20;
}
#tab_contenu {
width:950px;
}
.tableau {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
border-collapse:collapse;
text-align:center;
width:530px;
}
.typo_tab {
font-size:10px;
}
.tab {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
text-align:center;
width:530px;
}
.tab td {
padding:2px;
}
.tab_titre {
background-color:#CCCCCC;
border-bottom:1px solid #AAAAAA;
color:#403A3E;
text-align:center;
}
.tab_paire {
background-color:#E9E9E9;
}
.tab_impaire {
background-color:#F5F5F5;
}
.tab_marge_gauche {
padding-left:5px;
}

