/* -- DEBUT: styles généraux --------------------------------------------------------*/


body 
{
	text-align: center;
	padding: 0;
	margin:0;
	background: #000000;
	height: 100%;
	
	color:#ffffff;
	font:11px arial;
}

img
{
	border: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	cursor: hand;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 145px;
	text-indent: -2000px;
	background: transparent url(./images/head.png) no-repeat;
	}


/* -- FIN: styles généraux --------------------------------------------------------*/

/* -- DEBUT: conteneurs --------------------------------------------------------*/


	
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
}

#sddm li a
{	display: block;
	margin: 0px;
	padding: 3px 0 3px 1px;
	width: 152px;
	font: 13px arial;
	font-weight:bold;
}

#sddm li a:hover
{	background: #D00000;}

#sddm div
{	position: absolute;
	width: 190px;
	visibility: hidden;
	margin: -25px 0 0 155px;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #000000;
	
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #000000;
		font: 11px arial;
	}

	#sddm div a:hover
	{	background: #D00000;
		color: #FFF;
		font-weight:bold;
	}

#container {
	text-align: left;
	border: 1px solid #000000;
	width: 	992px;
	margin: 0;
	padding: 0;
	top:-49px;
	background: transparent url(./images/grunge2.jpg);
	font: 13px/19px Trebuchet MS, Georgia, Times New Roman, serif;
	}
#menu {
	text-align: right;
	margin: 0 auto;
	height: 49px;
	position: relative;
	top: -49px;
	width: 990px;
	padding: 0 0 0 0px;
	border: 0;
	}
	
#page{
	width: 794px;
	height: 100px;
	float: right;
	font-family: arial;
	font-size: 10px;
	position: relative;
	color:#000000;
}

#page_int{
	width: 725px;
}

#search_bar{
	width: 720px;
	position: relative;
	background: #ffffff;	
	text-align: center;
	top: -45px;
	left: 40px;
	border: 2px solid #000000;
	margin: 0 0 -30px -32px;
}


#left_border{
	width: 196px;
	float: left;
	font-family: arial;
	font-size: 10px;
	position: relative;
	top: -63px;
}

#left_border .tableau{
	width: 155px;
	border: 2px black solid;
	background: #ffffff;	
	margin: 0 0 10px 15px;
}

#left_border .tableau2{
	width: 155px;
	border: 0px black solid;
	background: #ffffff;	
	margin: 0 0 10px 15px;
}

#page .tableau{
	width: 720px;
	background: #ffffff;
	border: 2px black solid;
	margin: 0 0 10px 10px;
	font-size: 12px;
}

#page .tableau2{
	width: 720px;
	background: #ffffff;
	border: 1px black solid;
	margin: 0 0 10px 10px;
	font-size: 12px;
}

.top_border{
	background: #D00000 url(./images/back.png) repeat-x;
	color: #ffffff;
	height:24px;
	padding: 0;
}

.top_border_img{
	border: 1px black solid;
	vertical-align: middle;
	margin: 0 10px 1px 0;
}

.top_border a {
	color: #ffffff;
	text-decoration: none;
}

.top_border a:hover {
	color: #ffffff;
	background: none;
}

.tableau a {
	font-weight: bold;
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.ats img {
	border: 1px black solid;
}

#page .tableau a {
	font-weight: bold;
	font-family: arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}


.tableau td a:hover {
	color: #ffffff;
}

.tableau th a:hover {
	color: #ffffff;
	background: #D00000;
}


.left_bgoverlap {
position:fixed;
left:0%;
top:0px;
z-index:-1;
}

.right_bgoverlap {
position:fixed;
left:80%;
top:0px;
z-index:-1;
}


/* -- FIN: containers --------------------------------------------------------*/



