/* ------------------------------------------------ GLOBAL ------------------------------------------------ */

body, table {
	font-family:Verdana, Helvetica, sans-serif;
	color:#666666; 
	font-size : 10px;
	}

#infobulle{
	position: absolute;	
	visibility : hidden;
	border: 0px solid #666666;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
}


.BordoTxt{
	color : #942824;
	font-weight: bold;
	font-size : 10px;
}

.BordoBg{
	background-color : #942824;
}


a{
	color: #666666;
	text-decoration: underline;
}

a:link{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: none;
}

/* ------------------------------------------------ HOMEPAGE ------------------------------------------------ */



#bodyHome {
	font-family:Verdana, Helvetica, sans-serif;
	color:#666666; 
	font-size : 10px;
	margin: 0px;
	background-color : #FFFFFF;
	}


/* ------------------------------------------------ MAINPAGE ------------------------------------------------ */

#bodyMain {
	font-family:Verdana, Helvetica, sans-serif;
	color:#666666; 
	font-size : 10px;
	background-color : #FFFFFF;
	margin: 0px;
	}
	
form{
    display: inline;
}

p{
    text-align: justify;
}

.formStyle { 
	background-color: #F7F7F7;
	font-family: Verdana, Helvetica, sans-serif;
	Font-Size : 10px;
	color: #666666;
	border : #CCCCCC solid;
	border-bottom : 1px #CCCCCC solid;
	border-left : 1px  #CCCCCC solid;
	border-right : 1px  #CCCCCC solid;
	border-top : 1px  #CCCCCC solid;
}

.fontStyleError { 
	color: #942824;
}

.formStyleError { 
	background-color: #F7F7F7;
	font-family: Verdana, Helvetica, sans-serif;
	Font-Size : 10px;
	color: #666666;
	border : #942824 solid;
	border-bottom : 1px #942824 solid;
	border-left : 1px  #942824 solid;
	border-right : 1px  #942824 solid;
	border-top : 1px  #942824 solid;
}


.BoxTitle{
	font-size : 11px;
	color : #942824;
	font-weight: bold;
}

.ComImg{
	font-family: Verdana, Helvetica, sans-serif;
	Font-Size : 9px;
	font-style : italic;
}
	
/* /////////////////////////// STYLES TITRES ///////////////////////////  */
	
.titleRub{
	font-family:Arial, Helvetica, sans-serif;
	color:#942824; 
	font-size : 20px;
	font-weight: bold;
}

.titleCat{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666; 
	font-size : 18px;
	font-weight: bold;
	padding-bottom : 10px;
}

.titleProd{
	font-family:Verdana, Helvetica, sans-serif;
	color:#942824; 
	font-size : 10px;
	font-weight: bold;
}
	
/* /////////////////////////// LINK CATEGORIES ///////////////////////////  */
	
.LinkCat {
	color: #666666;
	text-decoration: underline;
}
		
a:link.LinkCat {
	color: #666666;
	text-decoration: underline;
}
	
a:hover.LinkCat {
	color: #666666;
	text-decoration: none;
	}
	
	
/* /////////////////////////// LINK PRODUITS ///////////////////////////  */

.LinkProd {
	color: #942824;
	text-decoration: underline;
	}
		
a:link.LinkProd {
	color: #942824;
	text-decoration: underline;
}
	
a:hover.LinkProd {
	color: #942824;
	text-decoration: none;
}
	
/* /////////////////////////// LINK SUR IMAGES PAGINATION ///////////////////////////  */
	
.paginOver{
	background-color :#BBBBBB;
}

a:link.paginOver{
	background-color :#BBBBBB;
}

a:hover.paginOver{
	background-color :#942824;
}

/* /////////////////////////// LINK Categorie Sitemap ///////////////////////////  */

.LinkCategSitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#942824;
	text-decoration: underline;
}

A:link.LinkCategSitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#942824;
	text-decoration: underline;
}

A:hover.LinkCategSitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#942824;
	text-decoration: none;
}


/* /////////////////////////// LINK DE HAUT ET DE BAS DE PAGE ///////////////////////////  */

.LinkTopFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#942824;
	text-decoration: none;
}

A:link.LinkTopFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#942824;
	text-decoration: none;
}

A:hover.LinkTopFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#942824;
	text-decoration: underline;
}

