
/*==========================================================*/
/*			COULEURS										*/
/*==========================================================*/

	/*
		ORANGE BG : 	#dd8d46
		BEIGE LIGHT :	#e6c774
		BEIGE MEDIUM :	#efb71f
		GRIS LIGHT :	#dddddd
		GRIS MEDIUM :	#bbbbbb
		GRIS DARK :		#434343
	*/

/*==========================================================*/
/*			TAGS - BALISES									*/
/*==========================================================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;	/* pour centrage IE */
	
	background-color: #dd8d46;
	
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: square inside none;
	/*color: #434343;*/
}

table, tr, td, th {
	/*vertical-align: top;*/
	/*text-align: left;*/
	/*font-size: 10pt;*/
}

label {
	font-weight: bold;
	font-size: 10pt;
}

/*==========================================================*/
/*			DESIGN ID'S										*/
/*==========================================================*/


#global {
	width: 878px;
	
	border: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;

	background-color: white;
	
	margin: 0;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
    
    text-align: left; /* pour centrage IE */
}

#topheader {
	width: 100%;
	margin: 0;
	padding: 5px;
	text-align: center;
}

#header {
	width: 878px;
	height: 134px;
	
	margin: 0;
	padding: 0;
	
	background-color: #e6c774;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 320px;
	height: 130px;
	margin: 0;
}

#headertxt {
	float: left;
	width: 460px;
	height: 100px;
	
	font-size: 9pt;
	text-align: justify;
	
	margin: 20px 0 0 20px;
}

#headerbottom {
	font-size: 10pt;
	text-align: center;
	margin: 5px;
	padding: 0;
}

#content {
	width: 100%;
	margin: 0;
	padding: 7px;
}

.cattitle {
	float: left;
	width: 425px;
	text-align: center;
	background-color: black;
	color: #efb71f;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
	margin: 0;
}

.catbloc {
	float: left;

	background-color: #dddddd;
	border: 1px solid #bbbbbb;
	border-top: 0;
	
	width: 400px;
	
	margin: 0;
	padding: 5px;
	margin-left: 5px;
}

.catbloc2 {
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
	border-top: 0;
	
	margin: 0;
	padding: 5px;
	margin-left: 5px;
	
	font-size: 8pt;
}

#bigPromoLink {
	display: block; 
	clear: both; 
	text-align: center; 
	margin:5px 0 0 0; 
	padding:0; 
	font-size:150%;
}

#bigPromoLink {
	display: block; 
	clear: both; 
	text-align: center; 
	margin:5px 0 0 0; 
	padding:0; 
	font-size:25pt;
	font-weight: bold;
}

.publongue {
	clear: both;
	width: 865px;
	margin: 0;
	padding: 5px;
	text-align: center;
}

#leftcol {
	float: left;
		
	width: 585px;
	padding: 0 10px 0 5px;
}

#rightcol {
	float: left;
	width: 255px;
}

.atitle {
	width: 100%;
	text-align: center;
	background-color: #e6c774;
	color: #434343;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
	margin: 0;
	border: 1px solid #efb71f;
}

/*
.abloc {
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
	border-top: 0;
	
	width: 100%;
	
	margin: 0;
	padding: 3px;
}
*/

.btitle {
	width: 100%;
	text-align: center;
	background-color: black;
	color: #efb71f;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
	margin: 0;
	border: 1px solid black;
}

.bbloc {
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
	border-top: 0;
	
	width: 100%;
	
	margin: 0;
	padding: 3px;
}

.livebloc {
	background-color: black; 
	margin: 0; 
	width: 100%; 
	text-align: center; 
	border: 1px solid black; 
	padding: 3px;
	color: white;
}

#pagination {
	margin: 0;
	padding: 3px;
	background-color: black;
	color: #efb71f;
	text-align: center;
}

#footer {
	clear: both;
	color: white;
	background-color: black;
	width: 869px;
	margin: 0;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

#partenaires {
	display: none;
}


/*==========================================================*/
/*			CLASSES											*/
/*==========================================================*/

.clear {
	clear: both;
}

.font-s {
	font-size: 9pt;
}

.font-xs {
	font-size: 8pt;
}

.color-light {
	color: #434343;
}

.small {
	font-size: smaller;
}

.new {
	color: red;
}

.catname {
	color: red;
}

p.site {
	background-color: #f5f5f5;
	padding: 5px;
	margin: 3px 0 3px 0;
	border-bottom: 1px solid #e0e0e0;
}

.easymiss {
	clear: both;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 3px 0 3px 0;
	width: 220px;
	height: 100px;
	background-color: #eeeeee;
}

#easymiss_expl {
	border: 1px solid #cccccc;
	padding: 5px;
	width: 200px;
	background-color: #eeeeee;
}

.gris {
	background-color: #dddddd;
	width: 95%;
	border: 1px solid #bbbbbb;
	padding: 10px;
	margin: 10px;
}

.gris label {
	font-weight: normal;
}

.paddsitesubmit {
	font-size: 11pt;
	color: red;
	font-weight: bold;
	border: 1px solid red;
	padding: 5px;
}

.center {
	text-align: center;
}

/*==========================================================*/
/*			LIENS											*/
/*==========================================================*/

a, a:visited, a:active {
	color: blue;
}
a:hover {
	color: black;
}

.catbloc a, .bbloc a {
	color: #434343;
	text-decoration: none;
	font-size: 8pt;
}
.catbloc a:hover, .bbloc a:hover {
	text-decoration: underline;
}

#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#topheader a, #header a {
	color: black;
}

a.site {
	font-weight: bold;
}

.catname a {
	color: red;
}

#pagination a {
	color: #efb71f;
}

.livebloc a {
	color: white;
}


/*==========================================================*/
/*			FAKE CHAT POPUP									*/
/*==========================================================*/

/* Eurolive */
.fakechatbox {
	width: 755px; 
	height: 515px; 
	text-align: center; 
	background-image: url(includes/fakechatpopup.png); 
	background-repeat: no-repeat;
	margin: 0; 
	padding: 3px; 
	display: none; 
	background-color: transparent;
	
	position: absolute;
}

/* Yes! Messenger */
.fakechatbox2 {
	width: 611px; 
	height: 492px; 
	text-align: left; 
	background-image: url(includes/yespop.png); 
	background-repeat: no-repeat;
	margin: 0; 
	padding: 3px; 
	display: none; 
	background-color: transparent;
	
	position: absolute;
}

/* Eurolive */
#fc_t1 {
	float: left; 
	margin: 0; 
	padding: 0;
	background-color: #a20f00;
	color: white;
	width: 740px;
	height: 30px;
	cursor: move;
}

/* Yes! Messenger */
#fc_t1_2 {
	float: left; 
	margin: 0; 
	padding: 0;
	background-color: #a20f00;
	color: white;
	width: 600px;
	height: 30px;
	cursor: move;
}

#fc_l1 {
	color: white;
	font-size: 14pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

#fc_l2 {
	color: black;
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

#fc_l3 {
	color: white;
	font-weight: bold; 
	font-size: 16pt; 
	font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}


/*==========================================================*/
/*			BANDEROLE FOOTER								*/
/*==========================================================*/

body {
	height:100%; 
	max-height:100%;
}
		
.font_foot { 
	font-size:12px; 
	color:#FFFFFF; 
	font-weight:bold;
}

#footerpromo{ 
	height:71px; 
	background:transparent url(/includes/images/footerpromo2.gif) no-repeat center center; 
	position:fixed;
	bottom:0; 
	z-index:4; 
	left: 0;
}

.foot_left { 
	float:left; 
	width:413px; 
	padding-top:20px; 
	text-align:right;
}

.foot_right { 
	padding-top:20px;
}

#clearfooter{ 
	height:71px; 
	margin-top:-14px; 
	clear:both;
}

.button, .button a, .button a:visited {
	display:block;
	width:133px;
	height:26px;
	background-image:url(/includes/images/buttonpromo.gif);
	text-align:center;
	line-height:22px;
	font-size:12px;
	color:#FFD700;
}

/* IE only styles below */
/* Mac hide \*/
* html, * html body{
	height:100%; 
	max-height:100%;
}

* html #footerpromo{
	clear:both; 
	margin-top:-71px; 
	position:relative; 
	width:auto;
}
/* End hide */
