/* CSS Document */

/*----------------------------*/
/*++++ BALISES GENERALES +++++*/
/*----------------------------*/

body ,html
{
	margin           : 0;
	padding          : 0;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #000000;
}

ul,li
{
	list-style-type     : none;
}
/*----------------------------*/
/*++++++++ CONTENEURS ++++++++*/
/*----------------------------*/

div#global 
{
	position         : relative;
	width            : 952px;
	height           : 712px;
	margin           : 15px auto;
}

/*------------------ BANDEAU SUPERIEUR AVEC MAIN MENU ------------------------*/
div#header 
{
	position         : relative;
	height           : 413px;
	background       : url(../images/bg-header.jpg)  top;
}

div#header #main-menu
{
	position         : absolute;
	top              : 132px;
	height           : 35px;
}

div#main-menu ul, div#main-menu li
{
	margin           : 0 0 0 3px;
	padding          : 0;
}
div#main-menu li
{
	border-bottom    : 1px solid #a3740f;
	padding          : 4px 38px 4px 45px;
}
div#main-menu #dernier
{
	border-bottom    : none;
}

div#main-menu a
{
	color               : #FFFFFF;
	text-transform      : uppercase;
	text-decoration     : none;
	padding-left        : 10px;
	background-image    : url(../images/puce-main-menu.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
}

div#main-menu a:hover
{
	color               : #f29b2f;
	background-image    : url(../images/puce-main-menu-over.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
}

/*------------------ CONTENU TEXTE (actus, menu secondaire) DE LA PAGE WEB  ------------------------*/
div#milieu 
{
	position         : relative;
	height           : 198px;
	width            : 952px;
}

div#actus
{
	float            : left;
	height           : 198px;
	width            : 694px;
	background		 : url(../images/bg-actus.jpg) left top no-repeat;
}

#tbl-actus
{
	float            : right;
	margin           : 10px 5px 0px 0;
	padding          : 0;
	width            : 305px;
	clear            : both;
	height: 110px;
}

div#parrain
{
	float            : right;
	margin           : 5px 5px 5px 0;
	padding          : 0;
	width            : 305px;
	clear            : both;
}

div#parrain h2
{
	border-bottom    : 1px dotted #c3c3c3;
	color            : #efab09;
	font-size        : 12px;
	font-weight      : bold;
	padding-bottom   : 2px;
	width            : 237px;
	margin: 0;
}
div#parrain a
{
	color            : #cb282d;
	display          : block;
	width            : 237px;
}

#tbl-actus h2
{
	border-bottom    : 1px dotted #c3c3c3;
	color            : #b63a11;
	font-size        : 12px;
	font-weight      : bold;
	margin           : 0 0 5px 0;
}
#tbl-actus p
{
	margin           : 0;
	padding          : 0;
	text-align       : justify;
}

#tbl-actus a /*lien lire la suite*/
{
	color               : #727a89;
	padding-left        : 10px;
	background-image    : url(../images/puce-lire-suite.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
}
#tbl-actus a:hover, div#parrain a:hover
{
	color            : #844118;
}
div#menu-sec
{
	float            : left;
	padding-top      : 10px;
	height           : 198px;
	width            : 258px;
	background       : url(../images/bg-menu-sec.jpg)  left top no-repeat;
}

div#menu-sec li 
{
	border-bottom       : 1px dotted #c3c3c3;
	margin              : 0;
	padding-bottom      : 2px;
	width               : 183px;
}

div#menu-sec a
{
	color               : #000000;
	padding-left        : 10px;
	line-height         : 1.5em;
	background-image    : url(../images/puce-menu-sec.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
}

div#menu-sec a:hover
{
	color            : #f29b2f;
}
div#maison-bois
{
	font-size		:	18px;
	font-style:italic;
	color : #fff;
	font-weight : bold;
	width : 160px;
	position : absolute;
	top : 25px;
	left : 230px;
}
div#maison-essenciel
{
	font-size		:	16px;
	font-style:italic;
	color : #fff;
	width : 363px;
	position : absolute;
	bottom : 18px;
	right : 24px;
}
/*--------- FOOTER (menus, emplois, parrain, actus...) --------------------*/

div#footer 
{
	position         : relative;
	height           : 57px;
	width            : 800px;
	padding-left     : 165px;
	background       : url(../images/bg-footer.jpg)  left top no-repeat;
}

div#footer p
{
	position         : absolute;
	bottom           : -1px;	
	margin           : 0;
	padding          : 0;

}

div#footer a
{
	color            : #000000;
}

div#footer a:hover
{
	color            : #f29b2f;
}

div#footer #zone-artis /* visiter le site Artis */
{
	position         : absolute;
	top              : 5px;
	left             : 85px;
	width            : 40px;
	height           : 40px;
	text-decoration  :none;
}

/*--------- FIN DU FOOTER --------------------*/

/*	AJAXTICKER	*/
#ajaxticker1 a{
	color: #757C8C;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#ajaxticker1 a:hover{
	text-decoration:underline;
	color: #8B1803;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #FFFFFF;
}

.someclass{
}

