/*-------------------------------------------------------------------------------------*/
/* FEUILLE DE STYLES CONTENU */
/* Copyright Sonilog Interactive 2006*/
/*
	Feuille de style contenant les styles de typographie, tableaux, formes et navigation.
	Séparation de mise en page de contenu. Mise en page par feuille de styles CSS (CSS layout).
	Les normes de mise en page generales et particulieres du site sont dans "layout.css"
*/
/*-------------------------------------------------------------------------------------*/

/***************************************************************************************/
/*  I. STYLES BASIQUES */
/***************************************************************************************/


body {
	background-image:url(images/fond.png);
	background-color:#daeaf7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	text-align:center;
	background-color:#afdcfd;
	background:url(images/fond.jpg);
	background-repeat:repeat-y;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, select, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#000000;
}

/*-------------------------------------------------------------------------------------*/
/* HEADINGS */
/*-------------------------------------------------------------------------------------*/


h1 {
}

h2 {
	margin:0 0 20px 0;
	font-size:20px;
	color:#9966CC;
}

h3 {
	margin:8px 0 8px 0;
	font-size:14px;
}

/*-------------------------------------------------------------------------------------*/
/* AUTRES ELEMENTS */
/*-------------------------------------------------------------------------------------*/


p {
	margin:10px 0 10px 0;
}



textarea {
	font-size:12px;
}

/*-------------------------------------------------------------------------------------*/
/* LIENS */
/*-------------------------------------------------------------------------------------*/

a:link {
	color: #9966CC;
	text-decoration:underline;
}
a:visited {
	color: #9966CC;
	text-decoration: underline;
}
a:hover {
	color: white;
	background-color:#9966CC;
	/*text-decoration: underline;*/
}
a:active {
	color:#9966CC;
	text-decoration: none;
}



/***************************************************************************************/
/*  II. TYPOGRAPHIE  */
/***************************************************************************************/

/* Liens legal */
/*-------------------------------------------------------------------------------------*/

#legal a:link {
	color:#000000;
	text-decoration:none;
}
#legal a:visited {
	color: #000000;
	text-decoration:none;
}
#legal a:hover {
	color: #9966CC;
	text-decoration:underline;
	background:none;
}
#legal a:active {
	color:#9966CC;
	text-decoration:underline;
}

/* Style lien AURA CHAKE France - Home Page */
/*-------------------------------------------------------------------------------------*/

a.no-hover:hover { background:none; }

#ac-france a:link { 
	color:black;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#ac-france a:visited { 
	color:black;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#ac-france a:hover {
	color:white; 
	background:#9966CC;
	text-decoration:none;
}

#ac-france a:active { 
	color:black;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}


/* Classes rubrique introduction */
/*-------------------------------------------------------------------------------------*/

.indent-p-valeur {
	margin-left:30px;
	font-style:italic;
}

/* Typo encadré édito Home Page */
/*-------------------------------------------------------------------------------------*/

#center-box #sidebar #edito p {
	margin:5px 0 5px 0;
	line-height: 1.2em;
}

.ac-highlight {
	/*color:#60308F;*/
	font-weight:800;
}


/* Positionnement Images */
/*-------------------------------------------------------------------------------------*/

.float-left {
	float:left;
}

.float-right {
	float:right;
	margin-left:8px;
}

/* List produits rubrique Products */
/*-------------------------------------------------------------------------------------*/


#products-list li {	padding-left:0px; }
#products-list a:link { color:#96C; text-decoration:none; font-weight:bold}
#products-list a:visited { color:#96C; text-decoration:none;}
#products-list a:hover {  color:#000; background:none; }

/***************************************************************************************/
/*  III. TABLEAUX */
/***************************************************************************************/

table.contact {
	width:610px;
	padding:4px;
}

table.contact .contact-col1 {
	width:200px;
}
table.contact .contact-col2 {
	width:410px;
}

table.contact tr {
	padding:2px;
	border-bottom:2px #3399FF solid;
}

tr.last-row {
	border-bottom:1px #3399FF solid;
}









