/*
Design site_mat
Par Matthieu NEMOZ
*/


#up
{
	width: 1000px;
	height:96px;
	background-image:url(images/header.png);
}

#down
{
	width: 1000px;
	height:50px;
	background-image:url(images/bas.png);
}

#conteneur
{
	width: 1000px;/*900px;*/
	height: 126px;
	margin-left: 0px;
	margin-right: 0px;
}

body
{
   width: 1000px;/*900px;*/
   margin: auto;
   margin-top: 20px;
   margin-bottom: 10px;    
   background-color: #3C3C3C;
}


/* L'en-tête */
#en_tete
{
   float: left;
   /*position: fixed;*/
   background-image: url(images/banniere.png);
   background-repeat: no-repeat;
   width: 100%;
   height: 30px;
   margin-bottom: 0px;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-bottom: 0px;
   font-size: 0.8em;
   color: white;
}

#haut_de_page
{
	margin-left: 800px;
	margin-right: 10px;
	padding-top: 8px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	height: 115px;
	color: white; /*#B3B3B3*/
	font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 0.7em;
}

.element_input
{
	width: 80px;
	height: 13px;
	font-size: 1em;
	background: none;
	color: white;
	border: 1px solid #FFFFFF;
}

#haut_de_page li
{
	list-style-type: none;
	text-align: right;
}

#haut_de_page a
{
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#haut_de_page a:hover
{
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

ul#menu1 {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	margin-top: 0px;
	margin-left: 10px;
}

ul#menu1 li {
	float: left;
	margin-left: 270px;
}

ul#menu1 a {
	float: left;
	width: 120px;
	height: 30px;
	padding-top: 5px;
	margin-right: 1px;
	margin-bottom: 0px;
	text-align: center;
	color: white;
	text-decoration: none;
}

ul#menu1 a:hover {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}

a img
{
	border:none;
}

#corps
{
   width: 978px;
   color: Black; /*#B3B3B3*/
   padding: 10px;
   background-color: white; /* #626262 */
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.9em;
   border-left: 1px solid #707070;
   border-right: 1px solid #707070;
   text-align:justify;
}

#rss_gauche
{
   width: 685px;
   float:left;
   font-size: 0.9em;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#rss_gauche p
{
   padding-top: 5px;
   padding-bottom: 5px;
}

#rss_gauche h1
{
   color: #4A75FF;
   text-align: left;
   padding-left: 25px;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 1.5em;
   margin-bottom: 10px;
}

#rss_gauche a
{
   color: #FF6600;
   text-decoration:none;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#rss_gauche a:hover
{
   color: #FF6600;
   text-decoration: underline;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

dl.menu, dl.menu dt, dl.menu dd, dl.menu dd ul, dl.menu dd ul li
{
	margin: 0px;
	padding: 0px;
}
dl.menu
{
	width: 678px;
	cursor: pointer;
}
dl.menu dt
{
	color: #FF6600;
}
dl.menu dd ul
{
	width: 650px;
	margin: 0px auto;
	list-style-type: none;
	background: white;
}
dl.menu dd ul li:hover
{
	background: white;
}
dl.menu dd ul li a
{
	text-decoration: none;
	color: white;
	padding-left: 0px;
}
dl.menu dd ul li a:hover
{
	padding-left: 0px;
}

#article
{
	width: 678px;
	background-image: url(images/fond_transparent.png);
    background-repeat: no-repeat;
	margin-top:25px;
	padding: 5px;
	font-size: 0.9em;
}

#article p
{
	text-align: justify;
}

#article img
{
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 0px;
}

#article_img img
{
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 0px;

}

#rss_max
{
   margin-left: 713px;
   margin-top: 25px;
   width: 277px;
   background-image: url(images/fond_transparent.png);
   background-repeat: no-repeat;
   padding: 5px;
   font-size: 0.9em;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#rss_max a
{
   color: #FF6600;
   text-decoration:none;
   font-size: 0.9em;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#rss_max a:hover
{
   color: #FF6600;
   text-decoration: underline;
   font-size: 0.9em;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#rss_max h1
{
   color: #4A75FF;
   text-align: center;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 1.3em;
}

.imageflottante
{
   float: right;
}

#corps a
{
   color: #FF6600;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: none;
}

#corps a:hover
{
    color: #FF6600;
    font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
	text-decoration: underline;
}

#corps h1
{
   color: #4A75FF;
   text-align: center;
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 1.5em;
}

#corps h2
{
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 10px;
   margin-top: 10px;
   color: #3C3C3C;
   text-align: left;
   font-size: 1em;
}

#corps h3
{
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   margin: 10px;
}

#corpstd td /* Toutes les cellules des tableaux... */
{
   border: 1px solid black; /* ... auront une bordure de 1px */
   padding: 5px;
}

#tableaucorps td
{
	border: 1px solid white;
	padding: 5px;
}

/* Le pied de page  */

#pied_de_page_1
{
   float: left;
   width: 1000px;/*900px;*/
   height: 63px;
   margin-top: 25px;
   padding-top: 21px;
   padding-left: 22px;
   padding-right: 0px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-image: url(images/header2.png);
   background-repeat: no-repeat;
   color: white;
   font-size: 0.8em;
   /*border: 2px solid black;*/
}

#pied_de_page_2
{
   float: right;
   width: 450px;/*900px;*/
   height: 63px;
   margin-top: 25px;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   color: white;
   font-size: 0.8em;
   /*border: 2px solid black;*/
}
#pied_de_page_1 a
{
   color: white;
   TEXT-DECORATION: none; 
}

#pied_de_page_1 a:hover
{
   color: white;
   text-decoration: underline;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}