/********/
/* corps de page */
/********/
.body {
	background-image:url(images/fond2.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-position: top;	
}
/********/
/* Menu */
/********/
.lien_menu
{
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}

.lien_menu:hover
{
	text-decoration: underline;
}

.lien_menu_actif
{
    font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFFF00;
	font-size: 18px;
	text-decoration: none;
}

.lien_menu_actif:hover
{
	text-decoration: underline;
}

#banniere
{
	background-image: url(images/fond_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#Menu{
	width:100%;
	height:50px;
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	color: #000000;
	font-size:13px;
}
#Menu ul{
	list-style:none;
}
#Menu ul li{
	float:left;
	margin:0px 5px 0px 0px;
}
#Menu ul li a {
	display:block;
	width:119px;
	height: 40px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
#Accueil #Menu ul li a#Accueil,
#Infos #Menu ul li a#Infos,
#Galerie #Menu ul li a#Galerie,
#Liens #Menu ul li a#Liens,
#Mentions #Menu ul li a#Mentions,
#Clients #Menu ul li a#Clients,
#Produits #Menu ul li a#Produits,
#Contact #Menu ul li a#Contact{
	background-image:url(images/etiquette_menu.gif);
	background-repeat:no-repeat;
	background-position:center top;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
#Menu ul li a:hover{
	background-image:url(images/etiquette_menu2.gif);
	color:#ffffff;
	background-repeat:no-repeat;
	background-position:center top;
	font-weight: bold;
	text-decoration: none;
}
/********/
/* News */
/********/
marquee{
	overflow:auto;
	display:block;
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	height:260px;
}
/********/
/* Logo Titres et textes */
/********/
.logo {
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #CA0A1E;
	border-bottom: 1px solid #CA0A1E;
}
.logo a:link {
	color: #CA0A1E;
	text-decoration: none;
}
.logo a:visited {
	color: #CA0A1E;
	text-decoration: none;
}
.logo a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
}
.accroche_logo {
	font-family: "Trebuchet",Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #8E949A;
}
.accroche_logo a:link {
	color: #8E949A;
	text-decoration: none;
}
.accroche_logo a:visited {
	color: #8E949A;
	text-decoration: none;
}
.accroche_logo a:hover {
	color: #8E949A;
	text-decoration: none;
}

.sousmenu {
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #CA0A1E;
	}
.sousmenu a:link {
	color: #CA0A1E;
	text-decoration: none;
}
.sousmenu a:visited {
	color: #CA0A1E;
	text-decoration: none;
}
.sousmenu a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
}

.titre_rubrique {
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.titre_news {
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.news {
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #588194;
}
.news a:link {
	color: #CA0A1E;
	border-bottom: 1px dashed #CA0A1E;
	text-decoration: none;
}
.news a:visited {
	color: #CA0A1E; 
	text-decoration: none; 
	border-bottom: 1px dashed #CA0A1E;
}
.news a:hover {
	color: #588194;
	border-bottom: 1px dashed #588194;
}
.texte {
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 13px; 
	color: #217092;
	font-weight: normal;
	text-decoration: none;
}
.texte a:link {
	color: #CA0A1E ; 
	text-decoration: none; 
	border-bottom: 1px dashed #CA0A1E;
}
.texte a:visited {
	color: #CA0A1E; 
	text-decoration: none; 
	border-bottom: 1px dashed #CA0A1E;
}
.texte a:hover {
	color: #666666;
	border-bottom: 1px dashed #666666;
}
/********/
/* footer*/
/********/
.footersmall {
	font-family: "Trebuchet", Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #217092;
	text-decoration: none;
}
.footersmall a:link {
	color: #CA0A1E;
	text-decoration: none;
	border-bottom: 1px dashed #CA0A1E;
}
.footersmall a:visited {
	color: #CA0A1E; 
	text-decoration: none; 
	border-bottom: 1px dashed #CA0A1E;
}
.footersmall a:hover {
	color: #217092;
	border-bottom: 1px dashed #217092;
}