/* ********************************
/* PSEUDO CLASSES 
/* *********************************/

*
{
	background: transparent;
	border: 0;
	font: inherit;
	margin: 0;
	list-style: none;
	line-height: 1.3em;
	padding: 0;
	text-decoration: none;
	color: #666;
	font-size: 9pt;
	font-family: "trebuchet ms", helvetica, arial, sans;
}

a:hover { text-decoration: underline; }
body { }

h1, h2
{
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	color: black;
}

hr
{
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

li
{
	font-size: 6px;
	border-bottom: 1px #ccc solid;
	line-height: 11pt;
	width: 170px;
}

p { padding-top: 10px; }
div { float: left; }

/* ********************************
/* CLASSES ET IDS INTERNES
/* *********************************/

/* - - - - - - - - - - - - - - - - -
/* body_header
/* - - - - - - - - - - - - - - - - -*/
#body_header
{
display:none
}

/* - - - - - - - - - - - - - - - - -
/* body_bottom
/* - - - - - - - - - - - - - - - - -*/
#body_bottom
{
display:none
}

/* - - - - - - - - - - - - - - - - -
/* body_wrapper
/* - - - - - - - - - - - - - - - - -*/

#body_wrapper
{
	display: block;
	width: 900px;
}

/* - - - - - - - - - - - - - - - - -
/* body_mainmenu
/* - - - - - - - - - - - - - - - - -*/

#body_mainmenu
{
display:none
}


/* - - - - - - - - - - - - - - - - -
/* body_accueil_wrapper
/* - - - - - - - - - - - - - - - - -*/

#body_accueil_wrapper { width: 569px; }

/* - - - - - - - - - - - - - - - - -
/* body_accueil
/* - - - - - - - - - - - - - - - - -*/

#body_accueil
{
	width: 569px;
	height: 178px;
}

#body_accueil h1
{
	padding-left: 20px;
	font-size: 11pt;
	width: 315px;
}

#body_accueil p
{
	margin-left: 20px;
	padding-top: 12px;
	color: #507030;
	width: 305px;
}

#body_accueil img
{
	width: 236px;
	height: 178px;
	position: absolute;
	top: 121px;
	left: 536px;
}

/* - - - - - - - - - - - - - - - - -
/* body_news
/* - - - - - - - - - - - - - - - - -*/

#body_news
{
	background: none;
	width: 569px;
	text-align: justify;
}

#body_news h2, #body_news p
{
	padding-left: 20px;
	padding-right: 20px;
}

#body_news .news { padding-top: 10px; }
#body_news .news .news_date { color: #ccc; }

#body_news .news .news_titre
{
	color: #68A750;
	font-weight: bold;
	font-size: 11pt;
}

#body_news .news .news_contenu
{
	display: block;
	margin-top: 2px;
}

#body_news .news img
{
	float: right;
	margin: 10px;
}

/* - - - - - - - - - - - - - - - - -
/* body_product
/* - - - - - - - - - - - - - - - - - */

#body_product
{
	width: 569px;
	background-image: url(/skin/bg_product.gif);
	background-repeat: repeat-x;
}

#body_product p
{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

#body_product h1
{
	padding-top: 4px;
	position: relative;
	margin-left: 20px;
}

#body_product .product_name { width: 569px; }
#body_product .product_name h1 { font-size: 16pt; }

#body_product .product_description
{
	margin-top: 40px;
	width: 230px;
	font-size: 11pt;
	float: left;
}

#body_product .product_usage
{
	margin-top: 20px;
	clear: both;
}

#body_product .product_content { margin-top: 10px; }

#body_product .product_acl
{
	margin-top: 10px;
	margin-bottom: 20px;
}

#body_product .product_img
{
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
}

/* - - - - - - - - - - - - - - - - -
/* body_adress
/* - - - - - - - - - - - - - - - - - */

#body_adress, #body_adress a
{
	font-size: 8pt;
	text-align: center;
	padding-top: 10px;
	color: #68A750;
}

/* - - - - - - - - - - - - - - - - -
/* body_contact
/* - - - - - - - - - - - - - - - - - */

#body_contact { width: 569px; }

#body_contact h1
{
	margin-bottom: 20px;
	padding: 20px;
}

#body_contact table
{
	width: 530px;
	padding-left: 20px;
}

#body_contact td
{
	margin: 10px;
	border: 1px solid #eee;
	text-align: center;
}

#body_contact input, #body_contact textarea
{
	width: 100%;
	font-family: courier, sans;
}

#body_contact .submit
{
	background: #888;
	color: white;
}
