.article:link {text-decoration	:	none;	color		:	#90296b; background	:	transparent;}
.article:active {text-decoration	:	none;	color		:	#90296b; background	:	transparent;}
.article:visited {text-decoration	:	none;	color		:	#90296b; background	:	transparent;}
.article:hover {text-decoration	:	underline;	color		:	#90296b; background	:	transparent;}

.news:link {text-decoration	:	none;	color		:	#000000; background	:	transparent;}
.news:active {text-decoration	:	none;	color		:	#000000; background	:	transparent;}
.news:visited {text-decoration	:	none;	color		:	#000000; background	:	transparent;}
.news:hover {text-decoration	:	underline;	color		:	#000000; background	:	transparent;}

.list:link {text-decoration	:	none;	color		:	#e5a100; background	:	transparent;}
.list:active {text-decoration	:	none;	color		:	#e5a100; background	:	transparent;}
.list:visited {text-decoration	:	none;	color		:	#e5a100; background	:	transparent;}
.list:hover {text-decoration	:	underline;	color		:	#e5a100; background	:	transparent;}

.lien:link {text-decoration	:	none;	color		:	#FFFFFF; background	:	transparent;}
.lien:active {text-decoration	:	none;	color		:	#FFFFFF; background	:	transparent;}
.lien:visited {text-decoration	:	none;	color		:	#FFFFFF; background	:	transparent;}
.lien:hover {text-decoration	:	none;	color		:	#FFFFFF; background	:	transparent;}

.lien2:link {text-decoration	:	none;	color		:	#000000; background	:	transparent;}
.lien2:active {text-decoration	:	none;	color		:	#000000; background	:	transparent;}
.lien2:visited {text-decoration	:	none;	color		:	#000000; background	:	transparent;}
.lien2:hover {text-decoration	:	none;	color		:	#000000; background	:	transparent;}

.lien3:link {text-decoration	:	none;	color		:	#555555; background	:	transparent;}
.lien3:active {text-decoration	:	none;	color		:	#555555; background	:	transparent;}
.lien3:visited {text-decoration	:	none;	color		:	#555555; background	:	transparent;}
.lien3:hover {text-decoration	:	none;	color		:	#555555; background	:	transparent;}

.lien4:link {text-decoration	:	none;	color		:	#FFFFFF; background	:	#000000;}
.lien4:active {text-decoration	:	none;	color		:	#FFFFFF; background	:	#000000;}
.lien4:visited {text-decoration	:	none;	color		:	#FFFFFF; background	:	#000000;}
.lien4:hover {text-decoration	:	none;	color		:	#FFFFFF; background	:	#000000;}

.menu:link {text-decoration	:	none;	color		:	#FFFFFF; background	:	transparent;}
.menu:active {text-decoration	:	none;	color		:	#FFFFFF; background	:	transparent;}
.menu:visited {text-decoration	:	none;	color		:	#FFFFFF; background	:	transparent;}
.menu:hover {text-decoration	:	none;	color		:	#ffb400; background	:	transparent;}

.lienanpm:link {text-decoration	:	none;	color		:	#0075be; background	:	transparent;}
.lienanpm:active {text-decoration	:	none;	color		:	#0075be; background	:	transparent;}
.lienanpm:visited {text-decoration	:	none;	color		:	#0075be; background	:	transparent;}
.lienanpm:hover {text-decoration	:	underline;	color		:	#0075be; background	:	transparent;}

.rotart:link {text-decoration	:	none;	color		:	#d2303b; background	:	transparent;}
.rotart:active {text-decoration	:	none;	color		:	#d2303b; background	:	transparent;}
.rotart:visited {text-decoration	:	none;	color		:	#d2303b; background	:	transparent;}
.rotart:hover {text-decoration	:	underline;	color		:	#d2303b; background	:	transparent;}

a:link {text-decoration	:	none; color		:	#376890; background	:	transparent;}
a:active {text-decoration	:	none;	color		:	#376890; background	:	transparent;}
a:visited {text-decoration	:	none;	color		:	#376890; background	:	transparent;}
a:hover {text-decoration	:	underline;	color		:	#376890; background	:	transparent;}

h1
{
	text-align: left;
	font-family: 'arial';
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}

h2
{
	text-align: left;
	font-family: 'arial';
	font-size: 16px;
	font-weight: bolder;
	color: #e5a100;
}

body
{
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('images/fond.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#global
{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 253px;
	height: 90px;
}

#leaderboard
{
	position: absolute;
	top: 10px;
	left: 262px;
	width: 728px;
	height: 90px;
}

#menu_cat
{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 990px;
	height: 60px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 12px;
	background-image: url('images/fond-menu.jpg');
}

#colonne
{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 300px;
}

#article
{
	position: absolute;
	top: 180px;
	left: 310px;
	width: 680px;
	height: 320px;
}

#article_cont
{
	position: relative;
	width: 680px;
	height: 300px;
}

#article_text
{
	position: relative;
	width: 673px;
	height: 20px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size:15px;
	text-align: left;
}

#article_cont2
{
	position: relative;
	width: 678px;
	height: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

#article_cont_selec
{
	position: relative;
	float: left;
	width: 155px;
	height: 298px;
}

#article_cont_selec_case1
{
	position: relative;
	float: left;
	width: 140px;
	height: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
	font-size: 15px;
	background-image: url('images/fond-article-selec.jpg');
}

#article_cont_selec_case2
{
	position: relative;
	float: left;
	width: 140px;
	height: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
	font-size: 15px;
	background-image: url('images/fond-article.jpg');
}

#article_cont_selec_case3
{
	position: relative;
	float: left;
	width: 140px;
	height: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
	font-size: 15px;
	background-image: url('images/fond-article.jpg');
}

#article_cont_selec_case4
{
	position: relative;
	float: left;
	width: 140px;
	height: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
	font-size: 15px;
	background-image: url('images/fond-article.jpg');
}

#article_cont_text
{
	position: relative;
	float: left;
	width: 523px;
	height: 300px;
	background-image: url('images/fond-article-index.jpg');
}

#article_article
{
	position: relative;
	float: left;
	padding-top: 5px;
	width: 360px;
	height: 295px;
	text-align: left;
	font-size: 14px;
	font-family: 'arial';
	color: #000000;
}

#article_article2
{
	position: relative;
	float: left;
	padding-top: 5px;
	width: 520px;
	height: 295px;
	text-align: left;
	font-size: 14px;
	font-family: 'arial';
	color: #000000;
}

#iphone
{
	position: relative;
	float: left;
	width: 150px;
	height: 274px;
	margin-left: 10px;
	margin-top: 13px;
	background-image: url('images/iphone4.png');	
}

#iphone2
{
	position: relative;
	float: right;
	width: 250px;
	height: 137px;
	background-image: url('images/iphone4-2.png');	
}

#ipad
{
	position: relative;
	float: right;
	width: 133px;
	height: 170px;
	margin-left: 10px;
	background-image: url('images/ipad.png');	
}

#ipad2
{
	position: relative;
	float: right;
	width: 170px;
	height: 133px;
	margin-left: 10px;
	background-image: url('images/ipad2.png');	
}

#iphone-no
{
	position: relative;
	float: left;
	width: 148px;
	height: 272px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#iphone_incrust
{
	position: absolute;
	top: 47px;
	left: 15px;
	width: 120px;
	height: 180px;
	overflow: hidden;
}

#iphone_incrust2
{
	position: absolute;
	top: 15px;
	right: 43px;
	width: 164px;
	height: 110px;
	overflow: hidden;
}

#ipad_incrust
{
	position: absolute;
	top: 17px;
	left: 16px;
	width: 102px;
	height: 136px;
	overflow: hidden;
}

#ipad_incrust2
{
	position: absolute;
	top: 15px;
	left: 19px;
	width: 136px;
	height: 102px;
	overflow: hidden;
}

#anpm
{
	position: absolute;
	top: 500px;
	left: 310px;
	width: 680px;
	height: 175px;
}

#anpm_cont
{
	position: relative;
	width: 680px;
	height: 175px;
}

#anpm_text
{
	position: relative;
	float: left;
	width: 680px;
	height: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-family:'arial';
	font-size:15px;
	text-align: left;
}

#anpm_cont_image
{
	position: relative;
	float: left;
	width: 680px;
	height: 105px;
}

#anpm_image1
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	background-image: url('images/fond-anpm.png');
}

#anpm_incrust1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 100px;
	overflow: hidden;
}

#anpm_image2
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	background-image: url('images/fond-anpm.png');
	margin-left: 13px;
}

#anpm_image3
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	background-image: url('images/fond-anpm.png');
	margin-left: 13px;
}

#anpm_image4
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	background-image: url('images/fond-anpm.png');
	margin-left: 13px;
}

#anpm_cont_cap
{
	position: relative;
	float: left;
	width: 680px;
	height: 45px;
}

#anpm_cap1
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 13px;
}

#anpm_spacer
{
	position: relative;
	float: left;
	width: 13px;
	height: 105px;
}

#anpm_cap2
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 13px;
}

#anpm_cap3
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 13px;
}

#anpm_cap4
{
	position: relative;
	float: left;
	width: 160px;
	height: 105px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 13px;
}

#actu
{
	position: absolute;
	top: 690px;
	left: 310px;
	width: 370px;
	height: 250px;
}

#actu_cont
{
	position: relative;
	float: left;
	width: 370px;
	height: 250px;
}

#actu_text
{
	position: relative;
	float: left;
	width: 370px;
	height: 20px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px;
}

#actu_cont2
{
	position: relative;
	float: left;
	padding: 5px;
	width: 358px;
	height: 213px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	background-image: url('images/fond-actu.jpg');
	color: #000000;
	font-family: 'arial';
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

#pub_carre2
{
	position: absolute;
	top: 690px;
	left: 690px;
	width: 300px;
	height: 250px;
}

#consult_text
{
	position: relative;
	float: left;
	width: 300px;
	height: 20px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 15px;
	text-align: left;	
}

#plus_consult
{
	position: relative;
	float: left;
	width: 298px;
	height: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	background-image: url('images/fond-consult.jpg');
	margin-bottom: 10px;
	overflow: hidden;
	font-family: 'arial';
}

#bande_consult
{
	position: absolute;
	top: 10px;
	left: 5px;
	font-family: 'arial';
}

#bande_point
{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 298px;
	height: 10px;
}

#cadre_col
{
	position: relative;
	float: left;
	padding: 10px;
	width: 278px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #313131;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 12px;
	text-align: left;	
	margin-bottom: 10px;
}

#cadre_col_neutre
{
	position: relative;
	float: left;
	width: 300px;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 12px;
	text-align: left;	
	margin-top: 5px;
	margin-bottom: 5px;
}

#pub_carre1
{
	position: relative;
	float: left;
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
}

#icono
{
	position: relative;
	width: 53px;
	height: 53px;
	overflow: hidden;	
}

#icone_masque
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 53px;
	height: 53px;
}

#icone_masque2
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 53px;
	height: 53px;
}

#article_body
{
	position: absolute;
	top: 180px;
	left: 310px;
	width: 680px;
}

#content_article
{
	position: relative;
	float: left;
	padding: 10px;
	width: 658px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'arial';
	font-size: 12px;
	text-align: left;	
}

#textecol
{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	width: 600px;
	font-family: 'arial';
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

#content_ss
{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 656px;
	height: 330px;
	border-style: solid;
	border-width: 1px;
	border-color: #555555;
	background-image: url('images/fond-sc.jpg');
	overflow: hidden;
}

#band
{
	position: absolute;
	top: 5px;
}

#avis
{
	position: relative;
	float: left;
	padding: 10px;
	margin-top: 10px;
	width: 658px;
	border-style: solid;
	border-width: 1px;
	border-color: #555555;
	background-image: url('images/fond-avis.jpg');
}

#linked
{
	position: relative;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 10px;
	width: 353px;
	height: 243px;
	border-style: solid;
	border-width: 1px;
	border-color: #555555;
	color: #000000;
	font-family: 'arial';
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	background-image: url('images/fond-avis.jpg');
}

#pubcarreart
{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	height: 250px;
}

#bande_point2
{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 656px;
	height: 10px;
}

#fiche
{
	position: relative;
	float: right;
	border-style: solid;
	border-width: 0px;
	border-color: #ffb400;
	width: 238px;
	padding: 5px;
	background-image: url('images/fond-fiche.jpg');
	line-height: 18px;
}

#fiche_ombre
{
	position: relative;
	float: right;
	width: 250px;
	height: 15px;
	background-image: url('images/ombre-fiche.jpg');
}

#iconog
{
	position: relative;
	float:left;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:10px;	
	background-color:#000000;
}

#img_fondu
{
	position: absolute;
	top: 8px;
	right: 0px;
	width: 20px;
	height: 296px;
	background-image: url('images/img-fondu.png');
}

#article_suite
{
	position: absolute;
	top: 960px;
	left: 310px;
	width: 680px;
	font-family: 'arial';
	font-size: 12px;
	text-align: left;
	color: #000000;
}

#forum_ligne
{
	width: 660px;
	padding: 5px;
	text-align: left;
	margin-bottom: 3px;
	border-color: #555555;
	border-width: 1px;
	border-style: solid;
	line-height: 16px;
}

#forum_ligne2
{
	position: relative;
	float: left;
	width: 668px;
	padding: 5px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 3px;
	border-color: #555555;
	border-width: 1px;
	border-style: solid;
	line-height: 16px;
}