html {
font-family:"Times New Roman", Times, serif;
font-weight:100;
}
body {
background-color:#CCFFFF;
background-image:url('../images/background.jpg');
background-repeat:no-repeat;
background-position:left top;
}
#global {
  	width:800px;
  	height:600px;
	border:1px solid #CC3333;
	background-image:url('../images/fond.jpg');
  	margin:auto;
}
#header {
  	width:800px;
  	height:100px;
  	float:left;
}
#logo {
	width:150px;
    height:100px;
    float:left;
}
#ban {
	width:650px;
	height:100px;
	float:left;
}
#top {
	width:650px;
	height:50px;
	float:left;
	text-align:right;
}
#top img {
margin:5px;
}
#links {
	width:650px;
	height:50px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
    font-size:large;
    font-weight:bold;
}
 	 #links a {
      margin-left:20px;
      color:#CC3333;
      text-decoration:none;
      }
      #links a:hover {
      color:#999999;
      text-decoration:none;
      }
#page {
	width:800px;
	height:400px;
	float:left;
}
#partners {
	width:150px;
    height:400px;
    float:left;
}
#partners img {
	margin:10px 0 0 35px;
	}
#content {
	width:650px;
    height:500px;
    float:left;
}
#footer {
text-align:center;
color:#333333;
}
	#footer a {
	color:#333333;
	text-decoration:underline;
	}
	#footer a:hover {
	color:#333333;
	text-decoration:none;
	}
#news {
	width:500px;
	margin:5px;
}
td {
width:200px;
height:30px;
}
.image_l {
float:left;
margin:5px;
}
.image_r {
float:right;
margin:5px;
}
.bold {
font-weight:bold;
}
a img{
  border:none;
}
a {
color:#CC3333;
text-decoration:underline;
}
a:hover {
color:#CC3333;
text-decoration:none;
}
h1 {
font-size:x-large;
color:#666666;
margin:5px 5px 10px 10px;
}
h2 {
margin:5px;
color:#CC3333;
}
p {
font-size:14px;
}
.date {
color:#CC3333;
font-size:small;
}
.alert {
font-weight:bold;
color:#CC0000;
}