/* TITLE FONTS */
h1,h2,h3,h4,h5,h6,body{
    font-family: Myriad Pro;
    color: #0e3f03;
}

h1{
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}



/*
img, div { behavior: url(/js/lopez_fix_png/iepngfix.php) } 
*/


/* LINKS for menu, with underline*/
A.menu:link, A.menu:visited, A.menu:active,  A.menu:hover{
text-decoration: none ;
color: #0e3f03;
}

/*LINKS for Pages menu précédent -> suivant... */
A.page_id:link, A.page_id:visited, A.page_id:active,  A.page_id:hover{
text-decoration: none ;
color: #0e3f03;
}

/* real links*/
A:link, A:visited, A:active, A:hover{
color: #0e3f03;
}


body {
	font-stretch: unchanged;
	text-align: justify;
	font-size: 12px;
	line-height: 115%
}

table{
	border-width: 0px;
	border-color: c0c0c0;
	padding:0px;
}
td{
	border-width: 0px;
	border-color: c0c0c0;
	padding:0px;
}

tr{
	border-width: 0px;
	border-color: c0c0c0;
	padding:0px;
}

table.cl_tbl_struct {
	border-color: c0c0c0;
	border-width: 0px;
}


table.cl_tbl_main {
	border-color: #000000;
	border-width: 1px;
}

table.services {
	background: #FFFFFF;
	//border-width: 1px;
	//width:100%;
}

td.services_texte {
	border-width: 1px;
	line-height: 130%;
	text-align: left;
	background-color: #73f382;
}

td.services_title {
	border-width: 1px;
	text-align: center;
	background-color: #caf369;
}
td.services_included {
	border-width: 1px;
	text-align: center;
	line-height: 100%;
	background-color: #fea518;	
}
td.services_notincluded {
	border-width: 1px;
	text-align: center;
	line-height: 100%;
	background-color: #F9F3D2;
}
td.services_onrequest {
	border-width: 1px;
	text-align: center;
	line-height: 100%;
	background-color: #FFDA1E;
}

/* IMAGES */
img{
	border-style: none;
}

#diaporama img {
	position: relative;
	border: 2px solid #666;
	/*width: 400px*/
}

#diaporama {
	/*float:left;*/
	margin-top: 20px;
}



div#img {
	border: none;
}

div#conteneur {
	color: #000000;
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	/*text-align: left*/
}


/* MENUS */
td.menu{
	text-align: center;
	vertical-align: top;
	padding:0px;
}
table.menu{
	text-align: right;
	border-width: 0px;
	padding:0px;
}
img.menu_separator{
	border-style: none;
}
img.button{
	border-style: none;
}

