/*--------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- TAG HTML -----------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #666666;*/
	color: #000000;
	background-image: url(/images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	height: 100%;
}


a {
	color:#ffab35;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

textArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- TEXTES -------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
}
.welcome {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

.description {
	text-align: justify;
}

.description p{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 12px;
}

.sousTitre {
	font-size: 13px;
	font-weight: bold;
	color: #006ab3;
}

.titre {
	font-size: 15px;
	font-weight: bold;
	color: #006ab3;
}

.titre a{
	color: #006ab3;
}

.nomProduit {
	font-size: 11px;
	color: #006ab3;
	font-weight: bold;
}

.nomProduit a{
	color: #006ab3;
}

.texteDefilant {
	font-size: 11px;
	color: #006ab3;
	font-weight: bold;
	width:129px;
	padding:0px;
}

.texteDefilant a{
	color: #006ab3;
	text-decoration:none;
}

.imgDefilante {
	padding-top:3px;
	border:none;
}

#details
{
	padding-top:10px;
}

#details img
{
	behavior: url(scripts/iepngfix.htc);
}

#details table
{
	width:310px;
	border-color:#ffd435;
	border-style:solid;
	border-right-width:10px;
	border-top-width:10px;
	border-left-width:0px;
	border-bottom-width:0px;
}

#details caption
{
	font-size: 15px;
	font-weight: bold;
	color: #006ab3;
	padding-bottom:5px;
	text-transform: uppercase;
	text-align:left;
}

#details td
{
	border: 1px dashed #c3c1cd;
	border-right-width:0;
	border-top-width:0;
	text-align:center;
	color:#000000;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}

.menu
{
	color: #666666;
}
.menu a
{
	color: #666666;
}
/*--------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- ORNEMENT ------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
.mainTable {
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	height: 100%;
	background-position: top;
	text-align: center;
	vertical-align: top;
}
.horizShadowLeft {
	background-image: url(/images/horiz_shadow_left.png);
	background-repeat: repeat-y;
	behavior: url(scripts/iepngfix.htc);
}
.horizShadowRight {
	background-image: url(/images/horiz_shadow_right.png);
	background-repeat: repeat-y;
	behavior: url(scripts/iepngfix.htc);
}
.infShadow {
	background-image: url(/images/inf_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	behavior: url(scripts/iepngfix.htc);
}
.cadreGris {
	border: 2px solid #c3c1cd;
}
.supShadow {
	background-image: url(/images/sup_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	behavior: url(scripts/iepngfix.htc);
}
.separator {
	background-image: url(/images/colomn_sep.gif);
	background-repeat: repeat-y;
}
.wlecomeTitle {
	background-image: url(/home/images/traits.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.grid {
	background-image: url(/images/grid.gif);
	background-repeat: repeat-x;
	height: 23px;
}

.visuel {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 6px;
	float: right;
}
.separateur {
	background-image: url(/images/separateur.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.png {
	behavior: url(scripts/iepngfix.htc)
}

.wlecomeTable
{
	height:369px;
}

.newsImg
{
	width:90px;
	background-color:#FFCC00;
}

.sommaire {
	position: relative;
	left:0;
	top:0;
	width:131px;
	height:131px;
	padding:0;
	margin:0;
	z-index:100;
}

.sommaireDetails {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding:0;
	margin:0;
}
.header {
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
	height:172px;
	width:774;
}
#home.header {
	background-image: url(/home/images/header.jpg);
	background-repeat:no-repeat;
	height:172px;
	width:774;
}
#produits.header {
	background-image: url(/produits/images/header.jpg);
	background-repeat:no-repeat;
	height:172px;
	width:774;
}
#activites.header {
	background-image: url(/activites/images/header.jpg);
	background-repeat:no-repeat;
	height:172px;
	width:774;
}
#entreprise.header {
	background-image: url(/entreprise/images/header.jpg);
	background-repeat:no-repeat;
	height:172px;
	width:774;
}
.headerTirets {
	background-image: url(/images/tirets-horiz.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.headerBottom {
	background-image: url(/images/header-bottom-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.ornedTable
{
	border-color:#ffd435;
	border-style:solid;
	border-right-width:10px;
	border-top-width:10px;
	border-left-width:0px;
	border-bottom-width:0px;
}

.ornedTableTH
{
	font-weight: bold;
	color: #006ab3;
	padding-bottom:5px;
	text-transform: uppercase;
	height:30px;
}

.ornedTable TD
{
	border: 1px dashed #c3c1cd;
	border-right-width:0;
	border-top-width:0;
	padding-left:5px;
	padding-right:5px;
}
.mail a{
	color:#006ab3;
}

.mail {
	padding-bottom:10px;
}
.footer {
	color:#000000;
}
.footer a{
	color:#000000;
	text-decoration:none;
}
.footer a:hover{
	color:#000000;
	text-decoration:underline;
}