/* DIV, le conteneur général qui contient tous les autres */
body {	
	border:0;
	margin:0;
	padding:0;
	/*background-color:#D9D9D9;*/
	/*font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;*/
	text-align:justify;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:10px;
	position:static;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:black;
}

h1 {
	font-size:30px;
	margin:0;
	padding:0;
	border:0;
	color:white;
}

h2 {
	font-size:16px;
	margin:0;
	padding:0;
	border:0;
}


#contenu {
	background:transparent url(../images/background.jpg) no-repeat scroll center top;
	height:1250px;
	margin:0 auto;
	padding:0;
}

#all {
	height:1150px;
	margin:0 auto;
	padding:0;
	width:1024px;
}

/*
background:transparent url(../images/background.jpg) no-repeat scroll center top;
height:1024px;
margin:0 auto;
padding:0;
*/


/* DIV, conteneur des produits et du text de la page d'acceuil */
.body_produits {
	margin:0;
	border:0;
	padding:0 0 0 0;
	position:relative;
	top:278px;
	left:35px;
	width:1024px;
	height:800px;
}

/* DIV, Conteneur d'intro, contient tous els elements du texte de la page principale */
/*.intro {
	float:left;
	width:300px;
	height:300px;
	margin:O;
	margin-right:50px;
	padding:0;
}*/

/* DIV, Titre de l'intro (texte) de la page d'accueil*/
.intro_titre {
	margin:0;
	padding:0;
	border:0;
	position:relative;
	top:-34px;
	left:630px;
	width:325px;
}

.nom_site{
	margin:0;
	padding:0;
	border:0;
	position:relative;
	top:130px;
	left:50px;
	width:800px;
}

/* DIV, corps (texte) descriptif de la page d'accueil*/
.intro_corps {
	float:left;
	font-size:14px;
	width:344px;
	height:300px;
	margin:0 0px 0 0;
	padding:0 6px 0 6px;
	border-right:2px dotted #92B7C9;
	border-bottom:2px dotted #92B7C9;
	overflow:auto;
}

.intro_corps em{
	font-style:normal;
}
.intro_corps strong{
	font-weight:normal;
}

.intro_corps h3, h4, h5, h6{
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
}

.intro_corps p{
	padding:0;
	margin:0;
	
}

/* DIV, conteneur des produits sur la page d'index, différents du conteneur pour les autres pages */
.products_index {
	float:left;
}

/* DIV, conteneur des produits pour les pages autres que celle d'accueil*/
.products {
	float:left;
}

/* DIV, conteneur spécifique pour un ensemble image + nom produit */
.product {
	border:0;
	margin:0;
	padding:0;
	float:left;
	width:180px;
	height:160px;
}

/* SPAN, image et link vers sur l'image vers le produit */
.product_image {
	position:relative;
	top:0;
	left:54px;
	width:92px;
	height:92px;
	cursor: pointer;
}

.product_image img{
	border: 1px solid black;
}

/* SPAN, nom du produit et link vers sur le nom vers le produit */
.product_titre {
	position:relative;
	text-align:center;
	padding: 0 0 0 15px;
	cursor: pointer;
}

.product_titre p.product_titre_link {
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* DIV, */
.product_prefix {
	text-align:center;
}

/* DIV, */
.foot_links {
	position:relative;
	top:145px;
	text-align:center;
	font-size:12px;
	width:970px;
	left:25px;
}

/* DIV, */
.foot_links .links {
	float:left;
	display:none;
}

/* DIV, */
.foot_text {
	text-align:center;
	position:relative;
	top:195px;
	left:40px;
	width:950px;
	height:50px;
}

/* CLASS sur a */
.pageResults {
	font-size:12px;
	margin:5px;
	text-decoration:underline;
}

.accueil {
	position:relative;
	bottom:1px;
	right:1px;
	top:155px;
	left:45px;
	width:300px;
}

.div_results {
	position:relative;
	top:138px;
	left:780px;
	width:205px;
}

.clear {
	clear:both;
}

.bold{
	font-weight:bold;
	font-size:12px;
}

div.partner { 
	border: 1px dashed #FFFFFF; 
	height: 30px; 
	width: 80px;
	left:912px;
	position:relative;
	top:178px;
	margin:0px;
	padding:0px;
} 

div.partner,div.partner a, div.partner a strong, div.partner strong a { 
	font-size : 10px; 
	color : #000000; 
	font-weight : normal; 
	font-family: Trebuchet MS,Arial,sans-serif; 
	text-decoration: none; 
	margin:0px;
	padding:0px;
} 

div.partner1 { 
	height: 15px; 
	width: 100%; 
	background-color: #FDE5F3; 
	text-align: center;
	line-height:15px;
	margin:0px;
	padding:0px;
} 

div.partner1 p { 
	width: 100%; 
	background-color: #FDE5F3; 
	text-align: center;
	margin:0px;
	padding:0px;
} 

div.partner2 { 
	height: 15px; 
	width: 100%; 
	background-color: #FFFFFF; 
	text-align: center;
	line-height:15px;
	margin:0px;
	padding:0px;
}

div.partner2 p { 
	width: 100%; 
	background-color: #FFFFFF; 
	text-align: center;
	margin:0px;
	padding:0px;
}

marquee {
	margin:0px;
	padding:0px;
	line-height:15px;
}
