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


BODY
{
	margin: 0px;
	padding: 0px;
	color:black;
	font-family: Tahoma,arial, Helvetica, sans-serif;
	font-size:11px;
}

.lienBleu,a.lienBleu:link, a.lienBleu:visited, a.lienBleu:active {
	color:#00C3E5;
}

.texte
{text-indent:0.5cm;
}
a.lienBleu:hover{
	color:#00C3E5;
	text-decoration:underline;
}


table.orange {
border-width:1px; 
border-style:solid;
border-color:#FF6600;
border-bottom:1px;
border-bottom:solid;
border-bottom-color:#FF6600;
width:80%;
}

tr.ora { 
border-width:1px;
border-style:solid; 
border-color:red;
width:50%;
}



.fond {
background-position:center;
height:650px;
width:996px;
}

.block_gauche {
	background-image:url(img/block_gche.jpg);
	position:relative;
	display:block;
	margin-left:38px;
	height:410px;
	width:425px;
	float:left;
	margin-top: 157px;

}

#container{width:996px; height:650px; margin:0 auto; 
}
#topbar{width:996px; display:block; height:115px;}

#navbar{

	width:auto;
	display:inherit;
	display:block; 
	height:34px;
	margin-top:-12px;
	margin-left:383px;
	
}

#main{width:auto; display:block; margin-top:7px; background-image:url(img/fond3.jpg); background-repeat:no-repeat; }
#column_left{
	width:445px;
	height:437px;
	margin-top:10px;
	margin-left:40px;
	float:left;
	background-image:url(img/block.gif);
	background-repeat:no-repeat;}

#column_right{
	width:435px;
	height:437px;
	margin-top:10px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(img/block.gif);
	background-repeat:no-repeat;
}

/*
div.spacer, permet de faire deux colonne dans #container
*/

div.spacer{clear:both; height:1px; display:block;}
#footer{width:auto; display:block; height:80px;}

