/* ------------------------------------------------------------
	Reset Styles
------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ------------------------------------------------------------
	Body
------------------------------------------------------------ */

body {
	background-color: #FFF;
	font-family: "Arial", Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

a {
	outline: none;
	text-decoration: none;
	color: #49494c;
}

a:hover {
	border: none;
    outline: none;
    color: #8cb718;
}

li {
	list-style: none;
}

/* ------------------------------------------------------------
	Trunk
------------------------------------------------------------ */

#trunk {
	margin: auto;
	width: 959px;
	margin-top: 52px;
	color: #07170a;
}

/* ------------------------------------------------------------
	Head
------------------------------------------------------------ */

#head {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height: 176px;
}

#head_2 {
	background-image: url(../images/bg_info.gif);
	background-repeat: no-repeat;
	height: 176px;
}

#head_3 {
	background-image: url(../images/bg_prevention.gif);
	background-repeat: no-repeat;
	height: 176px;
}

#head_4 {
	background-image: url(../images/bg_traitement.gif);
	background-repeat: no-repeat;
	height: 176px;
}

h4 {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

#flag_left {
	margin-right: 14px;
}

#flag_right {
	margin-left: 14px;
}

#head a {
	margin-left: 266px;
	margin-top: 15px;
	height: 106px;
	width: 426px;
	display: block;
	padding-top: 15px;
	margin-bottom: 16px;
	^margin-bottom: 0;
}

#head a img {
	display: none;
}

#head_2 a {
	margin-left: 266px;
	margin-top: 15px;
	height: 106px;
	width: 426px;
	display: block;
	padding-top: 15px;
	margin-bottom: 16px;
	^margin-bottom: 0;
}

#head_2 a img {
	display: none;
}

#head_3 a {
	margin-left: 266px;
	margin-top: 15px;
	height: 106px;
	width: 426px;
	display: block;
	padding-top: 15px;
	margin-bottom: 16px;
	^margin-bottom: 0;
}

#head_4 a img {
	display: none;
}

#head_4 a {
	margin-left: 266px;
	margin-top: 15px;
	height: 106px;
	width: 426px;
	display: block;
	padding-top: 15px;
	margin-bottom: 16px;
	^margin-bottom: 0;
}

#head_3 a img {
	display: none;
}

#corner_left {
	background-image: url(../images/border_left.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	position: absolute;
	margin-top: 15px;
	margin-left: 13px;
	z-index: 30;
}

#corner_left_2 {
	background-image: url(../images/bord_des.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 35px;
	position: absolute;
	margin-top: 15px;
	z-index: 30;
}

#corner_left_3 {
	background-image: url(../images/border_boules_left.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 30px;
	position: absolute;
	margin-top: 15px;
	z-index: 30;
}

#corner_right {
	background-image: url(../images/border_right.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	position: absolute;
	margin-left: 925px;
	margin-top: 15px;
	z-index: 30;
}

#corner_right_3 {
	background-image: url(../images/border_boules_right.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 34px;
	position: absolute;
	margin-left: 925px;
	margin-top: 15px;
	z-index: 30;
}

/* ------------------------------------------------------------
	Content
------------------------------------------------------------ */

#content {
	background-image: url(../images/background_resize.jpg);
	background-repeat: repeat-y;
	color: #49494c;	
	width: 959px;
	position: relative;
}

#content_2 {
	background-image: url(../images/background_resize_2.jpg);
	background-repeat: repeat-y;
	color: #49494c;	
	width: 959px;
	position: relative;
}

/*  Content -> nav_left --------------------------------------*/
	
#nav_left {
	float: left;
	width: 145px;
	margin-right: 20px;
	margin-left: 32px;
}

#nav_left ul li {
	margin-bottom: 10px;
	display: block;
}

#nav_left ul li a {
	color: #afafaf;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px;
	padding-left: 0;
	padding-right: 12px;
	position: relative;
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: 130%;
}

#nav_left ul li a:hover {
	color: #49494c;
	background-position: right 48%;
}

#nav_left .active {
	color: #49494c;
	background-position: right 48%;
}

/*  Content -> nav_menu--------------------------------------*/
	

#nav_menu {
	float: left;
	margin-top: -32px;
}

#nav_menu ul li a {
	display: block;
	width: 150px;
	margin-bottom: 46px;
	color: #8cb718;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	padding-left: 70px;
}

#nav_menu ul li a:hover {
	color: #5f8102;
	background-position: 0 100%;
}

#nav_menu #img1 {
	background-image: url(../images/information.gif);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 15px;
}

#nav_menu #img2 {
	background-image: url(../images/prevention.gif);
	background-repeat: no-repeat;
	height: 41px;
	padding-top: 12px;
}

#nav_menu #img3 {
	background-image: url(../images/traitement.gif);
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 20px;
}

/*  Content -> txt------------------------------------------*/

#txt {
	float: left;
	width: 273px;
	border-right: 1px solid #8cb718;
	padding-right: 30px;
	margin-right: 19px;
	margin-left: 37px;
}

#txt p {
	margin-bottom: 20px;
}

h1 {
	font-weight: bold;
	margin-bottom: 20px;
}

#txt_2 {
	float: left;
	width: 530px;
	border-right: 1px solid #8cb718;
	padding-right: 30px;
	margin-right: 19px;
}

#txt_2 p {
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
}

/*  Content -> actu-----------------------------------------*/

#actu {
	padding-right: 25px;
}

#actu img {
	margin-bottom: 20px;
}

#actu ul li {
	margin-bottom: 18px;
}

/* ------------------------------------------------------------
	Menu
------------------------------------------------------------ */

#newsletter {
	background-image: url(../images/bg_newsletter.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 75px;
	color: #FFF;
	font-size: 10px;
	display: block;
	position: absolute;
	margin: 0;
	margin-left: 740px;
	padding-top: 4px;
	padding-left: 3px;
	position: absolute;
	right: 0;
	margin-right: 30px;
}

#home {
	margin-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:300;
}

#home ul li{
	margin-left: 10px;
	padding-top: 15px;
	float: left;
}

#home ul li a b {
	display: none;
}

#home_bt {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 18px;
}

#mail_bt {
	background-image: url(../images/lettre.gif);
	background-repeat: no-repeat;
	display: block;
	width: 18px;
	height: 12px;
	margin-top: 6px;
}

#home a:hover {
	background-position: 0 100%;
}

#menu {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 80px;
	margin-left: 141px;
	^margin-left: 131px;
}

#menu li#width_menu3 {
	width: 190px;
}

#menu li {
	padding-top: 12px;
	width: 213px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
}

body.no-js #menu li:hover, #menu li.active {
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat;
}

#menu ul li {
	float: left;
}

#menu ul li img {
	padding-top: 20px;
}

#menu ul li a {
	display: block;
	color: #8cb718;
	height: 30px;
	padding-left: 50px;
	padding-top: 10px;
}

#menu li ul li a {
	margin: 0;
	padding: 0;
	height: 12px;
	padding-left: 57px;
	text-transform: none;
}

#menu li#width_menu3  ul.level1 { 
	position: absolute;
    display: none;
    margin-left: -5px;
    z-index: 100;
} 


#menu ul li#width_menu3 ul li { 
	width: 200px;
} 

#menu ul.level1  { 
	position: absolute;
	width: 223px;
    display: none;
    margin-left: -5px;
    z-index: 100;
} 

#menu li#width_menu3 ul.level1  { 
	position: absolute;
	width: 200px;
    display: none;
    margin-left: -5px;
    z-index: 100;
}

body.no-js #menu li:hover ul.level1, #menu li.active ul.level1 { 
	display: block;
}
/* default: hide sub menu */
#menu li ul.level2 {
	display: none;
}

#menu li ul li { 
	display: block; 
	margin: 0;
	padding: 0; 
	background-color: #565659;
	width: 223px;
} 

#menu li ul li a {
	display: block;
	color: #FFF;
	font-size: 10px;
    background-image: none;
    font-weight: normal;
} 

#menu li ul li ul li a {
	padding-left: 90px;
	
	color: #FFF;
}

#menu li ul li a:hover {
	color: #8cb718;
}

#menu li ul li.active > a {
    color: #8cb718;
    background-image: url(../images/fleche_menu.png);
    background-repeat: no-repeat;
    background-position: 22% 1%;
}

#menu ul li.last_child {
	background-color: transparent;
	background-image: url(../images/bottom_menu.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 223px;
	display: block;
}

#menu ul li.last_child_2 {
	background-color: transparent;
	background-image: url(../images/bottom_menu_2.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 223px;
	display: block;
}

#menu #img_menu1 {
	background-image: url(../images/jeton.png);
	background-repeat: no-repeat;
}

#menu #img_menu2 {
	background-image: url(../images/parapluie.png);
	background-repeat: no-repeat;
}

#menu #img_menu3 {
	background-image: url(../images/nurse.png);
	background-repeat: no-repeat;
}

#language {
	margin-left: 660px;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 140px;
	position: relative;
	z-index: 300;
	right: 0;
}

#language a {
	font-size: 9px;
	text-transform: none;
}
#menu div span {
	font-size: 9px;
}

#menu div a.active {
	color: #8cb718;
}

/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */

#background_left {
	top: 0px;
	background-image: url(../images/barre_left.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 340px;
	width: 13px;
	margin-top: -360px;
}

#footer {
	position:relative;
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 25px;
	clear: both;
	width: 959px;
}

#footer_2 {
	position:relative;
	background-image: url(../images/background_bottom_2.jpg);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 25px;
	clear: both;
	width: 959px;
}

#footer {
	position:relative;
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 25px;
	clear: both;
	width: 959px;
}

#footer_3 {
	position:relative;
	background-image: url(../images/background_bottom_3.jpg);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 25px;
	clear: both;
	width: 959px;
}

h6 {
	color: #FFF;
	text-align: center;
	font-size: 10px;
}

#img_bottom {
	position: absolute;
	top: 0px;
	background-image: url(../images/cartes.png);
	background-repeat: no-repeat;
	height: 202px;
	width: 307px;
	margin-top: -110px;
	margin-left: -110px;
}

#img_bottom_2 {
	position: absolute;
	top: 0px;
	background-image: url(../images/boules.jpg);
	background-repeat: no-repeat;
	height: 202px;
	width: 307px;
	margin-top: -134px;
	margin-left: -59px;
}

#img_bottom_3 {
	position: absolute;
	top: 0px;
	background-image: url(../images/boules_2.jpg);
	background-repeat: no-repeat;
	height: 202px;
	width: 307px;
	margin-top: -134px;
	margin-left: -59px;
}