html
{
	font-size: 100%; /* À cause d'IE */
}

body
{
	margin: 0; /* Haut-bas Gauche-droite */
	padding: 0;
	background: #EBEBEB url(/images/fond.gif) repeat;
	text-align: center; /* Pour IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family : "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #003366;
}

a:link, a:visited
{
	color: #0000FF;
	color: #666666;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

#page
{
	position: relative;
	width: 700px;
	margin: 0 auto;
	margin: 5px auto 0 auto;
	text-align: left;
}

#entete
{
	height: 125px;
	background: #FFFFFF url(/images/entete3.jpg) no-repeat left top;
	padding: 5px 5px 5px 155px; /* haut droite bas gauche */
	padding: 0;
	z-index: 1;
	text-align: center;
	color: black;
	font-style: normal;
	font-weight: normal;
}

/* Barre de menu */
#menu
{
	width: 100%;
	background-color: #000000;
	margin:0;
	padding:0;
	height: 20px;
	border-top: 5px solid #000000;
	list-style-type: none;
	text-transform: uppercase;
}

#menu li
{
	float: right;
	text-align: right;
}

#menu a
{
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

#menu a img
{
    width: 30px;
    height: 16px;
    border: 0;
}

#menu a:hover
{
	background: url(/images/menu.gif) bottom right repeat-x; 
}

#menu li#actif a
{
	background : url(/images/menu2.gif) bottom right repeat-x; 
}

/* Contenu de la page */
#accueil, #societe, #produits, #contacts
{
	padding: 15px;
	background-color: #F4EEEB;
	background-color: #F4DAA0;
	background-color: #CFD0D4;
	text-align: justify;
	color: black;
	font-size: 12px; 
	font-style: normal;
	font-weight: normal;
}

#accueil
{
	/*
	height: 530px;
	*/
	overflow: auto;
	font-size: 15px; 
}

#societe
{
	/*
	height: 530px;
	*/
	overflow: auto;
	/*
	background: #FFFFFF url(/images/societe.jpg) no-repeat;
	*/
	font-size: 15px;
	/*
	color: #FF6600;
	*/
}

/*
Opacity est appliqué à tout le div, fond et texte. Solution : 1 div pour le fond, 1 2e pour le texte, au même endroit
2e solution : utiliser comme fond du div de texte une image png transparente
*/

div.fondTxt
{
	position: absolute;
	background: #FFFFFF;
	/*
	url(/images/blanc.png);
	*/
	padding: 0px 10px;
	/* Opacity */
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: 0.50;
	_filter: Alpha(opacity=50,finishopacity=50,style=2);
	/**/
}

div.blocTxt
{
	position: absolute;
	overflow: auto;
	background-color: transparent;
	padding: 0px 10px;
	border: 1px solid #666666;
	color: #000000;	
	color: #342214;	
}

div.blocTexte
{
	/* N'est lu que par IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/trans.png', sizingMethod='scale');
}
/* N'est pas lu par IE grâce à [id] */
div.blocTexte[class]
{
	background-image: url(/images/trans.png);
}

div.blocTexte
{
	position: relative;
	overflow: auto;
	/*
	background-image: url(/images/trans.png);
	*/
	padding: 10px;
	border: 1px solid #666666;
	/*
	font-size: 12px; 
	*/
	color: #000000;	
	color: #342214;	
}

div.blocTexte ul
{
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

/*
.blocTxt
{
	position: absolute;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 0px 10px;
	border: 1px solid #666666;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: 0.50;
	_filter: Alpha(opacity=50,finishopacity=50,style=2);
	color: #342214;	
	color: #000000;	
}
*/

/* Bandeau */
#bandeau
{
	height: 5px;
	margin: 0;
	padding: 3px 0;
	background: #DDDDDD url(/images/menu.png) no-repeat;
	text-align: right;
	color: white;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

/* Pied */
#pied
{
	margin: 0;
	padding: 3px 1px 0px 1px;
	padding: 3px 1px;
	background: #FFFFFF;
	text-align: center;
	color: black;
	/*
	font-size: 10px; 
	*/
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

#pied a
{
	color: #FF6600;
	text-decoration: none;
}

#pied a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

/* Copyright */
#copyright
{
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: right;
	font-size: 0.75em;
}

#copyright a
{
	color: #AAAAAA;
	color: #DDDDDD;
	color: #666666;
	color: #999999;
	text-decoration: none;
}

#copyright a:hover
{
	color: #AAAAAA;
	color: #666666;
	color: #DDDDDD;
	color: #333333;
	text-decoration: underline;
}

h1
{
	font-size:16px ; 
}

/*
img
{
	border: 1px solid #FFFFFF;
}
*/

img.image
{
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
}

img.imgD
{
	float: right;
	margin-left: 10px;
}

img.imgG
{
	float: left;
	margin-right: 10px;
}

.Normal
{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-family : "trebuchet ms", arial, helvetica, sans-serif;
	font-size:16px ; 
	font-style:normal ;
	font-weight:normal ;
	text-align:justify ;
	color: #003399;
	color: #342214;
}

.Gauche 
{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px ; 
	font-style:normal ;
	font-weight:normal ;
	text-align:left ;
	color:#FFFFFF
}

