body {
	width: 980px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	font-size: 13px;
	background: #b51621;
}

#top {
	height: 150px;
	background: white;
	width: auto;
	padding: 5px;
}

#contenu {
	background: white;
	width: 960px;
	margin-bottom: 10px;
	margin: auto;
	padding: 10px;
	overflow: auto;
	
}


#menu_int {
    float: left;
    width: 170px;
    line-height: 1.5;
}


#texte {
    padding-left: 12px;
    width: 580px;
	display: inline-block;
}

#texte_plaine {
    padding-left: 12px;
    width: 750px;
	display: inline-block;
}
#news {
    float: right;
   	display: inline-block;
    width: 150px;
	height: 500px;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
	padding: 12px;
	text-align: center;
}

#footer {
	
	color: #a4a4a4;
	font-size: 9px;
	text-align: center;
	clear: both;
	background-color: white;
	border-top: 1px dashed #b51621;
	height: 20px;
	padding-top: 5px;
}

a:link {
	color: #b51621;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #004689;
}

a:active {
	color: #b51621;
}

#menu_int a:link {
	font-size: 13;
	color: #525555;
	text-decoration: none;
	line-height: 1.2;
}

#menu_int a:visited {
	color: #525555;
	text-decoration: underline;
}

#menu_int a:hover {
	color: #004689;
	text-decoration: underline;
}

#menu_int a:active {
	color: #b51621;
	text-decoration: none;

}

h1 {
	color: #b51621;
	font: 16pt;
	border-bottom: 1px solid #e1a78f;}

h2 {
	color: #b51621;
	font: 12pt;
}

h3 {
	color: #b51621;
	border-bottom: 1px dotted #b51621;
}

h4 {
	text-decoration: underline;
}

h5 {
	color: gray;
}

table tr td{
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	font-size: 13px;
}

table.matos tr:nth-child(odd) td
{
  background-color: #f6f5f5;
  border-collapse: collapse;

}

hr {
color: silver;
background-color: silver;
height: 1px;
border: 0;
}

a img 
{ 
border: none; 
}

.image{
	
	border: 5px solid white;
	-moz-box-shadow: 0px 0px 10px #888;  
 	-webkit-box-shadow: 0px 0px 10px #888;  
  	box-shadow:0px 0px 6px #888;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* @group Menu */

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	color: white;
}
.menu ul{
	background: #12315c;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#12315c;
		color: white;
		display:block;
		line-height: 35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
	font-size: 13px;
}
		.menu li a:hover, .menu ul li:hover a{
		background: #b51621;
		color:#FFFFFF;
		text-decoration:none;
}
	.menu li ul{
		background:#12315c;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width: 230px;
		z-index:200;
}
	.menu li:hover ul{
		display:block;
	
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width: 230px;
		}
	.menu li:hover li a{
		background:none;
	border-left: 5px solid white;
}
	.menu li ul a{
		display:block;
		height:35px;
		font-size: 11px;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
}
		.menu li ul a:hover, .menu li ul li:hover a{
		background:#b51621;
		border:0px;
		color:#ffffff;
		text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		

/* @end */

