body {
	width : 800px;
	margin-top : 0px;
	margin-bottom : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	margin-right : auto;
	margin-left : auto;
	background-color: #068E06;
	text-align: justify;
	text-decoration: none;
	background-image: url(image/fond-b.jpg);
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
table td {
/*white-space : nowrap;*/
vertical-align : top;
}
table tbody  img{
	float:none;
	padding:2px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

.dessous
{
	clear: both;
}
/********** SPECIFIQUE BANIERE ********************/
#en_tete
{
	width: 800px;
	height: 76px;
	background-image: url(boutons/ban.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: center;
}


/********** SPECIFIQUE MENU GAUCHE ********************/
#menu {
	float : left;
	width : auto;
	text-decoration : none;
	text-indent: 0px;
	height: auto;
	background-image: url(boutons/cartouche-menu.jpg);
}
.element_menu {
	margin-bottom : 0px;
	border: 0px solid #FFFFFF;
}
.element_menu h4 {
	color : #009900;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	height : auto;
	width : auto;
	background-image : none;
	background-repeat : no-repeat;
	display : inline;
	border : 1px outset #006633;
	vertical-align : text-top;
	padding : 4px;
	margin : 5px;
	background-color: #FFFFFF;
	font-size: 14px;
}
.element_menu ul 
{
	padding-left: 1px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
	padding-top: 10px;
	padding-bottom: 10px;
}
.element_menu li {
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3366FF;
	line-height: 15px;
	list-style-type: square;
}
.element_menu a {
color : #FFFFFF;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
line-height : 10px;
text-decoration : none;
}
.element_menu a:hover {
	background-color : #00FF33;
	color : #330066;
}
.element_menu_res {
	border : 0 solid black;
	margin-bottom : 10px;
}
.element_menu_res h4 {
	color : #000000;
	height : auto;
	width : auto;
	display : inline;
	border : 1px solid #000000;
	vertical-align : text-top;
	padding : 2px;
	margin : 10px;
	background-color : #FFFFFF;
	font-size : 9px;
}
/********** SPECIFIQUE MENU inserre ********************/
#menu_inser {
	float : none;
	width : auto;
	text-decoration : none;
	text-indent: 0px;
	height: auto;
	background-color: #0C851B;
}
.element_menu_inser {
	margin-bottom : 0px;
	border: 0px solid #FFFFFF;
}
.element_menu_inser h4 {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	height : auto;
	width : auto;
	background-image : none;
	background-repeat : no-repeat;
	display : inline;
	border : 1px outset #66FF33;
	vertical-align : text-top;
	padding : 2px;
	margin : 2px;
	background-color: #068E06;
	font-size: 10px;
}
.element_menu_inser ul 
{
	padding-left: 1px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: normal;
}
.element_menu_inser li {
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3366FF;
	line-height: 30px;
	list-style-type: square;
}
.element_menu_inser a:link {
color : #FFFFFF;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
line-height : 10px;
text-decoration : none;
}
.element_menu_inser a:hover {
	background-color : #00FF33;
	color : #FFFFFF;
}
.element_menu_inser a:visited {
color : #FFFFFF;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
line-height : 10px;
text-decoration : none;
}
/*				--- ARRONDIS NAV ET CONTENU --- 				*/
.upperleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-image : url('img/gupperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}
.upperright{
	background-image : url('img/gupperright.png');
	background-repeat : no-repeat;
	background-position : top right;
}
.lowerleft{
	background-image : url('img/glowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('img/glowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}

/*				--- ARRONDIS NAV ET CONTENU --- 				*/
.bupperleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-image : url(img/hg.png);
	background-repeat : no-repeat;
	background-position : top left;
}
.bupperright{
	background-image : url(img/hd.png);
	background-repeat : no-repeat;
	background-position : top right;
}
.blowerleft{
	background-image : url(img/bg.png);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.blowerright{
	background-image : url(img/bd.png);
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}

/********** SPECIFIQUE CORPS********************/
#corps {
	margin-left : 0px;
	margin-bottom : 5px;
	padding : 0px;
	color : #FFFFFF;
	background-image : url(vie-economique/decouvrir-slide/frisa.gif);
	background-repeat : repeat-x;
	border : 1px solid #FFFFFF;
	background-position : top;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-align: justify;
}
#corps li {
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3300CC;
	line-height: 20px;
	list-style-type: circle;
}

#corps li a:link {
	text-decoration : none;
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;
}
#corps li a:visited {
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
}
#corps ul li {
}
#corps ul li ul {
	color : #009933;
}
#corps ul li ul li {
	border : none;
	height : 20px;
	background-color : #006600;
	margin : 2px;
	padding : 2px;
	left : 5px;
}
#corps a {
	color : #FFFFFF;
	text-decoration : none;
}
#corps a:hover {
color : #ffffff;
font-size : 10px;
background-color : #3b3b3b;
}
#corps tbody a {
	color : #FFFFFF;
}
#corps h1 {
	color : #FFFFFF;
	text-align : center;
	padding : 5px;
	font-size : 16px;
	margin : 5px;
	width : 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		
}


#corps h2 {
	height : 30px;
	background-repeat : no-repeat;
	padding-left : 20px;
	color : #006666;
	text-align : left;
	font-size : 14px;
	font-weight: bold;
}
#corps table {
	width : 100%;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#corps td {
	text-align: justify;
	vertical-align: top;
	text-indent: 0px;
	padding: 10px;
	width: 48%;
}
#corps td a: link{
	padding: 2px;
	text-indent: 0px;
	margin: 5px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #33FF00;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#corps td a: hover{
	padding: 2px;
	background-color: #05E805;
	font-size: 12px;

}
#corps td a: visited{
	padding: 2px;
	background-color: #003300;
	font-size: 12px;

}


.tab_vign td {
text-align : center;
background-color : #D59243;
}
.tab_vign img {
float : none;
background-color : #D59243;
padding : 0px;
}

/********** PIED DE PAGE ********************/
#pied_de_page {
	margin-bottom : 0px;
	text-align : center;
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	margin-left: 0px;
}

#pied_de_page a:link {
	text-decoration : none;
	font-size : 10px;
	color : #00FF00;
	font-weight : normal;
}
#pied_de_page a:hover {
	background-color : #CCCCCC;
	color : #3A7FDA;
	text-decoration : none;
	font-size: 10px;
}
#pied_de_page a:visited {
	text-decoration : none;
	color : #999999;
	font-weight : bold;
}

/********** zone de liens ********************/
#zone-liens {
	margin-bottom : 0;
	text-align : center;
	color : #000000;
	background-color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	margin-left: 0px;
	font-style: italic;
}

#zone-liens a:link {
	text-decoration : none;
	font-size : 10px;
	color : #000000;
	font-weight : bold;
}
#zone-liens a:hover {
	background-color : #333333;
	color : #666666;
	text-decoration : none;
	font-size: 10px;
}
#zone-liens a:visited {
	text-decoration : none;
	color : #000000;
	font-weight : normal;
}

/********** SPECIFIQUE IMAGEA  AIRE de CONTENU ********************/
#imagea {
	float : none;
	height : auto;
	width : auto;
	border : 0px solid #FFFFFF;
	padding : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #3a3a3a;
	vertical-align: middle;
	bottom: 0px;
}
.element_imagea {
	float : none;
}
#imagea ul li {
display : inline;
background-color : #FFFFFF;
}
#imagea ul li ul {
color : #00FF33;
}
#imagea ul li ul li {
	border : none;
	height : 20px;
	background-color : #00FF33;
	margin : 2px;
	padding : 2px;
	left : 5px;
}

/********** SPECIFIQUE IMAGEb  AIRE de CONTENU 2 ********************/
#imageb {
	float : right;
	text-align : center;
	border : 1px solid #FFFFFF;
	padding : 5px;
	margin : 2px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #3a3a3a;
	vertical-align: middle;
	width: 160px;
	background-color: #D59243;
}
.element_imageb {
	float : right;
	border: thick solid #FFFF00;
	height: 200px;
	background-color: #D59243;
}
#imageb ul li {
display : inline;
background-color : #FFFFFF;
}
#imageb ul li ul {
color : #00FF33;
}
#imageb ul li ul li {
border : none;
height : 20px;
background-color : #626262;
margin : 2px;
padding : 2px;
left : 5px;
}
 /*****image c******/
#imagec {
	float : right;
	text-align : center;
	border : 1px solid #FFFFFF;
	padding : 5px;
	margin : 2px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #3a3a3a;
	vertical-align: middle;
	width: 210px;
	background-color: #D59243;
}
.element_imagec {
	float : right;
	border: thick solid #FFFF00;
	height: 200px;
	background-color: #D59243;
}
#imagec ul li {
display : inline;
background-color : #FFFFFF;
}
#imagec ul li ul {
color : #00FF33;
}
#imagec ul li ul li {
border : none;
height : 20px;
background-color : #626262;
margin : 2px;
padding : 2px;
left : 5px;
}

/********** SPECIFIQUE Illustration imgvert********************/
#imgvert {
	float : right;
	width : 150px;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 30px;
	border: 1px inset #CCFF33;
	margin-top: 20px;
	margin-right: 5px;
	background-color: #FFFFCC;
}
.element_imgvert {
	padding: 3px;
	margin: 3px;
	clip: rect(auto,auto,auto,auto);
}
.element_imgvert h4 {
	color : #FFFFFF;
	height : auto;
	display : inline;
	border : 1px inset #CCFF33;
	vertical-align : text-top;
	padding : 4px;
	margin : 5px;
	background-color: #CC6633;
	font-size: 10px;
	font-style: normal;
}
.element_imgvert ul {
	list-style-image : url(vie-economique/decouvrir-slide/lst-dec-b.gif);
	padding-left : 2px;
	margin-bottom : 2px;
	margin-top : 20px;
	margin-right : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	list-style-position : inside;
}

.element_imgvert a:link {
text-decoration : none;
font-size : 10px;
color : #FFFFFF;
font-weight : bold;
}
.element_imgvert a:hover {
background-color : #b3b3b3;
color : black;
}
.element_imgvert a:visited {
	text-decoration : none;
	color : #CCCCCC;
	font-weight : bold;
}


/********** SPECIFIQUE gros lien********************/
#liengros a{
	color : #FFFFFF;
	text-align : center;
	padding : 5px;
	font-size : 16px;
	margin : 5px;
	width : 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#liengros a:link{
	color : #FFFFFF;
	text-align : center;
	padding : 5px;
	font-size : 16px;
	margin : 5px;
	width : 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#liengros a:hover{
	color : #FFFFFF;
	text-align : center;
	padding : 5px;
	font-size : 16px;
	margin : 5px;
	width : 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********** SPECIFIQUE espace vide ********************/



.clear {
clear : both;
visibility : hidden;
}

