/* ............................................. IV.1. HOME PAGE */
#homelink{display: none;}
#topline1{
	background-color: #BCD81E;
	background-image: url(../images/home_page/topline1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#topbox1{
	background-color: #822676;
	/*background-image: url(../images/home_page/home_def_03.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
}
#topbox2 {
	background-color: #018EC4;
	/*background-image: url(../images/home_page/home_def_05.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
}
#topbox3{
	background-color: #FF9900;
	/*background-image: url(../images/home_page/home_def_07.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
}
#topbox4{
	background-color: #FF3300;
	/*background-image: url(../images/home_page/home_def_09.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
}

#center{
	background-image: url(../images/leftmenu_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#center_article{
	background-image: url(../images/article_pagebg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/********************** Menu gauche*************************/



#leftmenu{
	background-color: #BCD81E;
}

#leftmenu ul li a:link, #leftmenu ul li a:visited {
	color: #FFFFFF;
	background-color: #90A901;
}
#leftmenu ul li a:hover, #leftmenu ul li a:active{
	color: #90A901;
	background-color: #FFFFFF;
}
#leftmenu ul li {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	list-style: none;
}


#leftmenu ul li.bloc_mauve, #leftmenu ul li.bloc_bleu, #leftmenu ul li.bloc_orange{
	display:none;
}


#leftmenu ul li.bloc_vert{
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #BCD81E;
}

#leftmenu ul li.bloc_vert a:active, #leftmenu ul li.bloc_vert a:visited, #leftmenu ul li.bloc_vert a:link {
	padding: 0px;
	margin: 0px;
	background-color: #BCD81E;
}

#leftmenu ul li.bloc_vert a:hover{
	padding: 0px;
	margin: 0px;
	background-color: #BCD81E;
}


/*-------------------*/

#heading1 {
	position:relative;
	width:100%;
	height:30px;
	z-index:3;
	background-image: url(../images/home_page/heading1_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#heading_img {
	position:relative;
	width:100%;
	height:150px;
	z-index:4;
	background-image: url(../images/home_page/heading_img_home.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 7px;
}

#heading2 {
	position:relative;
	width:100%;
	height:30px;
	z-index:5;
	background-image: url(../images/home_page/heading2_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 10px;
}


.lienOrange{
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}


.titrePuce{
	/*color: #1C5F8F;
	background-image: url(../images/bullet1.gif);*/
	color: #90A901;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 16px;
	font-weight: bold;
	text-transform: uppercase;
}


#article1 {
	margin-left: 7px;
	position:relative;
	width:464px;
	z-index:6;
}
#article1 h1 {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #018EC4;
	vertical-align: middle;
	text-transform: uppercase;
	padding-left: 16px;
	line-height: 40px;
}
#article1 p, #article2 p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #444444;
	text-align: justify;
}
#article1 a:link, #article1 a:visited {
	font-style: italic;
	color: #F85A0C;
	text-decoration: none;
	line-height: 150%;
}
#article1 a:hover, #article1 a:active {
	font-style: italic;
	font-weight: bold;
}

#article2 {
	float: left;
	margin-left: 7px;
	position:relative;
	width:464px;
	z-index:7;
	clear: both;
}
#article2 h2 {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 16px;
	height: 30px;
}
#article2 h3 {
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 16px;
	height: 30px;
}

#article2 a:link, #article2 a:visited{
	color: #F85A0C;
	font-style: italic;
	text-decoration: none;
	line-height: 150%;
}
#article2 a:hover, #article2 a:active{
	color: #F85A0C;
	font-weight: bold;
}
.link2:link, .link2:visited{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 12px;
}
.link2:hover, .link2:active{
	color: #FF3300;
}

#adbox1 {
	width: 300px;
	padding-right: 10px;
}

.thumb1{
	border: 1px solid #BCD81E;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thumb2{
	border: 1px solid #FF3300;
	float: right;
	margin: 0px 0px 10px 10px;
}

#footer{
	color: #FFFFFF;
	background-color: #BCD81E;
	background-image: url(../images/footer_bg_43.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#footer_nav a:link, #footer_nav a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	/*padding-right: 10px;*/
}
#footer_nav a:hover, #footer_nav a:active{
	color: #90A901;
	/*font-weight: bolder;*/
}

#footer_nav li.footer_lien1 a:link, #footer_nav li.footer_lien1 a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #90A901;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/*padding-right: 10px;*/
}
#footer_nav li.footer_lien1 a:hover, #footer_nav li.footer_lien1 a:active{
	color: #FFFFFF;
	font-weight: bolder;
}