/* Document CSS Daniel KAMENI - www.kacart.be */

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

#contener
{	
	background-image: url(images/fond2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
}

body
{
	margin: auto; 
	margin-top: 0px; 
	margin-bottom: 0px;
	background-image: url(images/fond1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* Définition globale des styles */
div, p
{
	font-family: "Trebuchet MS", Tahoma, Arial, serif;
	font-size: 12px;
	color: #616161;
	text-align: left;
}

a, a:visited
{
	text-decoration: underline;
}

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

h3
{
	font-family: "Book Antiqua", Verdana;
	font-size: 22px;
	margin-bottom: 5px;
}

input
{
	border: 1px solid #616161;
}
/* Fin global */

/* positionnement */
#left
{
	width: 28px;
	background-color: #FFFFFF;
}

#separa2
{
	width: 14px;
	background-color: #FFFFFF;
}

#right
{
	width: 28px;
	background-color: #FFFFFF;
}
/* fin positionnement */

/* style par ordre de rédaction*/
.petit_titre
{
	color: #25ACB3;
	font-weight: bold;
	text-decoration: underline;
}

.texte1
{
	margin-left: 4px;
}

.souligne_gras
{
	text-decoration: underline;
	font-weight: bold;
}

.souligne
{
	text-decoration: underline;
}

.souligne2
{
	text-decoration: underline;
	color: #FFFFFF;
}

#corps1
{
	width: 356px;
	background-color: #FFFFFF;
}

#corps1 img
{
	display: inline;
}

#txt1
{
	margin-left: 31px;
}

#newsletter
{
	background-image: url(images/newsletter.jpg);
	background-repeat: no-repeat;
	width: 356px;
	height: 169px;
	overflow: hidden;
}

#txt2
{
	margin-left: 31px;
	margin-top: 12px;
}

#corps2
{
	width: 354px;
	background-color: #FFFFFF;
}

.img_left
{
	float:left;
	margin-right: 6px;
}

#txt1_1
{
	margin-left: 31px;
	margin-right: 12px;
}

.puce2
{
	display: inline;
}

.hauteur
{
	margin-top: -10px;
	color: #FFFFFF;
	display: block;
}

#forums
{
	background-image: url(images/forums.jpg);
	background-repeat: no-repeat;
	width: 354px;
	height: 169px;
	overflow: hidden;
}

ul
{
	list-style-image: url(images/comment.gif);
	margin-left: 22px;
}

li
{
	width: 200px;
}

#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 780px;
	height: 80px;
}

#footer a img
{
	border: none;
	display: inline;
}

#copyright
{
	padding-top: 40px;
	color: #FFFFFF;
	text-align: center;
}

#g_texte
{
	background-color: #FFFFFF;
}

#t
{
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}