/* CSS Document */
@import "general.css";
@import "menu.css";
#top {
	margin:0;
	clear:left;
	margin-left:10px;	
	text-align:center;
}
#titre_site {
	margin:0;
}
#infos_site {
	margin:0;
}
#menu {
	margin:0;
	margin-top:15px;
	clear:left;
	width:760px;
	height:40px;
}
#contenu {
	margin:0;
	clear:left;
	background:#FFFFFF url(../images/box_text.jpg) right bottom no-repeat;
	border:2px dotted #cc0000;
	padding-top:10px;	
	padding-bottom:10px;		
	width:756px;	
}
#contenu p.titre {
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#cc0000;		
}
#contenu p.txt_descr {
	margin-left:25px;
	margin-right:100px;	
	text-align:justify;
}
#contenu p.txt_descr {
	margin-left:25px;
	text-align:justify;
}
#contenu p.txt {
	margin-left:25px;
	text-align:justify;
}
#contenu p.txt img {
	border:1px solid #CCCCCC;
}
#contenu table {
	width:660px;
}
#contenu table tr td {
	width:330px;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	vertical-align:top;
}
#contenu table tr td p.titre {
	font-weight:bold;
	color:#444444;
	font-size:0.8em;
	height:30px;
	display:block;
}
#contenu table tr td p.descr {
	font-size:0.75em;
}
#contenu table tr td img {
	border:1px solid #CCCCCC;
}
#contenu div.news h3 {
	color:#444444;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:0px;
}
#contenu div.news p {
	margin-top:0px;
}
#contenu div.news {
	width:100%;
	margin-left:20px;
}
#footer {
	margin:0px;
	margin-top:10px;
	text-align:center;
	clear:left;
	background:#FFFFFF;	
	border:2px dotted #cc0000;	
}
a {
	color:#009999;
	text-decoration:underline;
}
a:hover {
	color:#009999;
	text-decoration:none;
}
