/* Global Styles */

body {
	background-image: url(fond_ds.gif);
	background-repeat: repeat;
}
body,td,th {
	color: #FFFFFF;
}
a {
	font-size: 18px;
	font-style:inherit; 
	margin-left:10px;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FFFF99;
}
h1 {
	margin-left:10px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 { 
	margin-left:10px;
	font-size: 14px;
	color: #FFCC33;
}
h3 {
	font-size: 10px;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	color: #666666;
}
p { 
	margin-left:10px;
	font-size: 14px;
	color: #FFFFFF;
}
img.img_top{border:hidden;}
/* ------------------------------
Tutorial de cssdebutant.com (merci de laisser ce commentaire)
------------------------------ */
#tds{
	margin-left:0px; 
	width:125px; 
	height:22px;
}
#container{
	width:800px;
	margin:auto;
	background-color: #333333;
	border:groove;
}
#topbar{
	width:100%;
	display:block;
	height:10px;
	bottom: auto;
}
#full{
	width:auto;
	display:block;
	height: auto;
	bottom: auto;
}
#logo{
	width:auto; 
	height:auto;
}
#bottombar{
	width:auto; 
	display:block; 
	height:auto; 
	background-color:#FFFF33;}
#bottombar2{
	width:auto; 
	display:block; 
	height:20px;
}
#navbar{
	width:auto; 
	display:block; 
	height:auto;
}
div.left{
	width:auto; border-left:10px; 
	margin-left:20px; 
	float:left;
}
div.right{
	width:300px; border-left:10px; 
	margin-left:20px;
	margin-right:20px; 
	float:right; right:10px;
}
div.right2{
	width:450px; border-left:10px; 
	margin-left:20px;
	margin-right:20px; 
	float:right; right:10px;
}
div.top{
	width:30px;
	margin-right:20px; 
	float:right; 
	right:10px;
}
div.center{ text-align:center;
}
div.centerh{ text-align:center; background-image:url(images/fond1.png); height:25px;
}
#main{
	width:auto; 
	display:block;
}
#column_left{
	width:130px;
	margin-right:0px;
	float:left;
	background-color:#000033;
	background-image: url(images/fond_mosa.gif);
}
#column_right{
	width:635px;
	float:right; 
	height:auto;
	margin-right:20px; 
	border:groove; 
	background-color:#000033;
	background-image: url(images/fond_mosa.gif);
}
div.column_right_small{
	width:350px;
	float:right;
	margin-right:10px; right:10px;
	
}
div.right-txt{
	width:500px;
	float:right;
	margin-right:10px; 
	right:10px;
	border: #FFFF00;	
}
td.bouton{
	text-align:left;
}
td.bouton-over{
	background-image:url(images/bouton-over.png); 
	text-align:left;

}
div.redspace{
	width:auto; background-image:url(images/fond2.png); height:25px;
}

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

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