/* Document CSS Daniel KAMENI - www.kacart.be */

*{ margin: 0px; padding: 0px; }

body
{
	width: 780px;
	margin: auto; 
	margin-top: 0px; 
	margin-bottom: 25px;
	background-image: url(images/back.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #2A1416;
	font-size: 12px;
	color: #77746F;
}

/* Définition globale des styles */

strong
{ 
text-transform: uppercase;
line-height: 200%;
}
p
{
	font-family: "Trebuchet MS", Tahoma, Arial, serif;
	font-size: 12px;
	color: #77746F;
	text-align: left;
	padding-bottom: 9px;
}

a, a:visited
{
	text-decoration: underline;
	text-transform: capitalize;
	color: #95B230;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

a img
{
	border: none;
}

p img
{
	display: inline;
}

h4
{
	font-family: Tahoma, "Trebuchet MS", Arial, serif;
	color: #B71412;
	font-size: 12px;
	text-decoration: underline;
	padding-bottom: 7px;
}

/* Fin global */

#contenu
{
	padding-left: 56px;
	padding-right: 56px;
	width: 668px;
	background-image: url(images/center.jpg);
}

#left2
{
	width: 320px;
	float: left;
}

#left2 p
{
	text-align: justify;
}

.souligne
{
	color: #B71412;
	text-decoration: underline;
}

.img_a
{
	float: left;
	margin-right: 15px;
}

#right2
{
	width: 320px;
	float: right;
}

#footer
{
	width: 780px;
	height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#bas
{
	width: 780px;
	height: 25px;
	background-color: #2A1416;
	overflow: hidden;
}
#bas a, #bas a:hover
{
	color: #77746F;
	text-decoration: underline;
}

.annuaire_titre a {
	text-decoration: underline;
	color: #95B230;
	font-size: 12px;
	font-weight: bold;
}

.annuaire_description {
	font-size: 12px;
	color: #77746F;
}

.annuaire_url a {
	font-weight: normal;
	font-size: 12px;
	color: #95B230;
	text-decoration: none;
}
