/* CSS Document */
body
{
	background-image:url(images/fond_site.jpg);
	background-repeat:repeat-x;
	background-color:#E3F0ED;
	font-family:Tahoma,Arial, sans Serif;
	font-size:12px;
}

a
{
	color:#333333;
	text-decoration:none;
}

a
{
	color:#333333;
	text-decoration:underline;
}

img
{
	border:none;
}

.clear
{
	clear:both;
}

#contenu_general
{
	background-color:#FFFFFF;
	width:746px;
	margin:auto;
}

#header_general
{
	width:746px;
	height:81px;
}

#header_logo
{
	float:left;
	width:94px;
	height:81px;
}

#header_fond
{
	float:left;
	background-image:url(images/fond_header.png);
	width:652px;
	height:81px;
}

#header_fond h1
{
	font-size:18px;
	margin:0px;
	padding:10px 0px 0px 310px;
	font-weight:bold;
	color:#333333;	
}

#titre_header_fond1
{
	font-size:22px;
	padding:10px 0px 0px 114px;
	font-weight:bold;
	color:#333333;
}

#menu_fond
{
	background-image:url(images/fond_menu.jpg);
	width:746px;
	height:31px;
}

#menu_fond ul
{
	margin:0px;
	padding-top:7px;
}

#menu_fond ul li
{
	display:inline;
	padding:7px 13px;
}


#menu_fond ul li a
{
	color:#3333333;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#contenu
{
	padding:10px 5px 10px 5px;
}

#col_gauche
{
	width:151px;
	float:left;
}

#col_droite
{
	width:576px;
	float:left;
	margin-left:9px;
}

#rub_gauche_haut
{
	background-image:url(images/rub_gauche_haut.png);
	width:151px;
	height:29px;
}

#rub_gauche_milieu
{
	background-image:url(images/fond_rub_gauche_milieu.jpg);
	background-repeat:repeat-y;
	width:151px;
}

#rub_gauche_bas
{
	background-image:url(images/rub_gauche_bas.jpg);
	background-repeat:no-repeat;
	width:151px;
	height:11px;
}

#rub_droite_haut
{
	background-image:url(images/rub_droite_haut.png);
	width:576px;
	height:30px;
}

#rub_droite_milieu
{
	background-image:url(images/fond_rub_droite_milieu.jpg);
	background-repeat:repeat-y;
	width:576px;
}

#rub_droite_bas
{
	background-image:url(images/rub_droite_bas.jpg);
	background-repeat:no-repeat;
	width:576px;
	height:12px;
}

#rub_droite_haut h1
{
	margin:0px;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 0px 10px;
	color:#755795;
}

#contenu_accueil
{
	padding:5px;
}