body {
	margin: 0 auto 50px auto;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	color: #595959;
	
	text-align: center;
	
	background-color: #f9f9f9;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 10px 4px;
	font-size: 13px;
	font-weight: normal;
}

table {
	font-size: 11px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #595959;
}

a:hover {
	text-decoration: underline;
}

a.norm {
	text-decoration: underline;
	color: #595959;
}

a.norm:hover {
	text-decoration: none;
}

table td {
	vertical-align: top;
}

#site {
	margin: 0 auto;
	width: 900px;
	
	text-align: left;
	font-size: 11px;
}

form {
	margin: 0;
}

input, select {
	height: 20px;
	font-size: 11px;
	color: #595959;
}

input.mini_submit {
	height: 20px;
	width: 27px;
	margin: 1px 3px 0;
	background: none;
	border: none;
	background-image: url(../images/right/btn_mini_submit.gif);
	background-repeat: no-repeat;
	background-color: #d92b2b;
	background-position: center;
	cursor: pointer;
	vertical-align: top;
}

span.color, strong.color, a.color {
	color: #d92b2b;
}
/********************************************
 *					HEADER					*
 ********************************************/

#header {
}

/********************************************
 *					MENU					*
 ********************************************/
 
#menu {
	width: 900px;
}

#menu ul {
	height: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	height: 28px;
	display: inline;
	float: left;
}

#menu ul li span {
	display: none;
}

#menu ul li a.accueil {
	height: 28px;
	width: 42px;
	display: block;
	background-image: url(../images/menu_btn_home.gif);
}

#menu ul li a.photo {
	height: 28px;
	width: 140px;
	display: block;
	background-image: url(../images/menu_btn_photo.gif);
}

#menu ul li a.photo:hover {
	background-position: bottom;
}

#menu ul li a.mag {
	height: 28px;
	width: 186px;
	display: block;
	background-image: url(../images/menu_btn_mag.gif);
	background-position: top;
}

#menu ul li a.mag:hover {
	background-position: bottom;
}

#menu ul li a.voyages {
	height: 28px;
	width: 120px;
	display: block;
	background-image: url(../images/menu_btn_voyage.gif);
	background-position: top;
}

#menu ul li a.voyages:hover {
	background-position: bottom;
}

#menu ul li a.codes {
	height: 28px;
	width: 146px;
	display: block;
	background-image: url(../images/menu_btn_codes.gif);
	background-position: top;
}

#menu ul li a.codes:hover {
	background-position: bottom;
}

#menu ul li a.jeux {
	height: 28px;
	width: 113px;
	display: block;
	background-image: url(../images/menu_btn_jeux.gif);
	background-position: top;
}

#menu ul li a.jeux:hover {
	background-position: bottom;
}

#menu ul li a.comp {
	height: 28px;
	width: 153px;
	display: block;
	background-image: url(../images/menu_btn_comp.gif);
	background-position: top;
}

#menu ul li a.comp:hover {
	background-position: bottom;
}

/********************************************
 *					INFO					*
 ********************************************/

#info {
	height: 31px;
	
	color: #787474;
	background-image: url(../images/menu_info_bg.gif);
	background-repeat: repeat-x;
}

#info a {
	color: #787474;
	text-decoration: underline;
}

#info a:hover {
	text-decoration: none;
}

#info span.color a {
	color: #d92b2b;
}

#info table {
	margin: 7px 25px 0;
}

#info table td {
	padding: 0 3px 0;
	vertical-align: middle;
}

#info table td.info_log {
	padding-left: 10px;
}

#info table td.info_log table {
	margin: 0;
}

#info table td.info_log table td {
	vertical-align: middle;
}

#info table td input {
	width: 140px;
}

#info table td input.mini_submit {
	width: 27px;
}

/************************************************
 *					CONTAINER					*
 ************************************************/

#container {
	width: 900px;
	padding-top: 15px;
	
	background-image: url(../images/container_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#container div.hr {
	margin: 5px 0 15px;
	border-bottom: 1px solid #c0c0c0;
}

#container img.img_points {
	margin-bottom: 7px;
}

#container img.img_points.last {
	margin-bottom: 0;
}

/************************************************
 *					CONTENT 					*
 ************************************************/

#container .left {
	padding: 0 0 0 5px;
	width: 130px;
}

#container .left img {
    border:  1px solid #c0c0c0;
}

#container .center {
	padding: 0 5px 0 5px;
	width: 590px;
	vertical-align: top;
}

#container iframe.iservice {
	width: 900px;
	height: 1300px;
	background-color: #fff;
	overflow-x: hidden;
}

#container iframe.mag {
	height: 1250px;
}

#container #iframe_photo {
	height: 1800px;
}

#container #iframe_voyage {
	height: 2000px;
	
	background-image: url(../images/container_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/****************************************************
 *					RIGHT CONTENT 					*
 ****************************************************/

#container .right_content {
	padding: 0 5px 0 0;
	width: 765px;
	vertical-align: top;
}

#container .right_content iframe {
	width: 765px;
	background-color: #fff;
	overflow-x: hidden;
}

#container .right_content iframe td {
	width: 765px;
	background: none;
}

/****************************************************
 *					LEFT CONTENT 					*
 ****************************************************/

#container .left_content {
	padding: 0 5px 0 10px;
	width: 710px;
	vertical-align: top;
}

/********************************************
 *					RIGHT					*
 ********************************************/

#container .right {
	padding: 0 5px 0 0;
	width: 185px;
	vertical-align: top;
}

#container .right div.title {
	height: 27px;
	width: 185px;
	
	background-image: url(../images/accueil/right_title_bg.gif);
	background-repeat: no-repeat;
}

#container .right div.title div {
	padding: 6px 0 0 18px;
	font-size: 12px;
	font-weight: bold;
}

#container .right div.title.jeux {
	height: 74px;
	width: 185px;
	
	background-image: url(../images/right_title_jeux_bg.jpg);
	background-repeat: no-repeat;
}

#container .right div.title.jeux div {
	padding: 12px 0 0 22px;
	font-size: 13px;
	font-weight: normal;
}

#container .right a.jeu {
	color: #5a869d;
	font-size: 12px;
	font-weight: bold;
}

#container .right a.jeu img {
	border: 1px solid #6f6f6f;
}

#container .right p {
	margin: 5px 10px;
}

#container .right input {
	height: 19px;
	width: 145px;
}

#container .right input.mini_submit {
	height: 19px;
	width: 27px;
	margin: 1px 3px 0;
	background: none;
	border: none;
	background-image: url(../images/right/btn_mini_submit.gif);
	background-repeat: no-repeat;
	background-color: #d92b2b;
	background-position: center;
	cursor: pointer;
	vertical-align: top;
}

#container .right div.promo_pictures, #container .right div.border_promo {
	height:  155px;
	width:   180px;
	padding: 0;
	margin:  5px 2px 0;
}

#container .right div.promo_pictures img, #container .right div.border_promo img {
	height:  150px;
	width:   180px;
    border:  1px solid #ccc;  
    background-color: #eee;
    top:  0; 
    left: 0;
}

#container .right div.promo_pictures div.flash div, #container .right div.border_promo div {
	height:  150px;
	width:   180px;
    border:  1px solid #ccc;  
    background-color: #eee;
    top:  0; 
    left: 0;
}

/****************************************************************************************/

#container p.sub {
	padding: 0;
	margin: 0;
	
	color: #d5d5d4;
	font-size: 10px;
}

#container div.intro {
	height: 67px;
	width: 530px;
	
	padding: 10px 10px 0;
	
	color: #787474;
	
	text-align: center;
	vertical-align: middle;
	
	background-image: url(../images/inscription/title_bg.jpg);
	background-repeat: no-repeat;
}

#container div.intro.large {
	height: 120px;
	width: 530px;
	
	padding: 15px 10px 0;
	
	background-image: url(../images/inscription/title_large_bg.jpg);
}

#container div.intro.mini {
	height: 36px;
	width: 550px;
	
	padding: 6px 0 0;
	
	background-image: url(../images/title_min_bg.jpg);
	background-repeat: no-repeat;
}

#container div.intro h2 {
	margin: 0;
	padding: 0;
	
	line-height: 22px;
	font-size: 14px;
}

#container div.intro.mini h2 {	
	font-weight: normal;
	font-size: 18px;
}

#container div.intro h2 span.large {
	font-size: 18px;
}

#container div.subtitle {
	height: 36px;
	
	padding: 5px 0 0 18px;
	
	font-size: 14px;
	
	background-image: url(../images/subtitle_bg.jpg);
	background-repeat: no-repeat;
}

#container div.encart {
	width: 530px;
	padding: 10px;
	
	background-color: #f5f5f5;
}

#container div.dark {
	width: 550px;
	padding: 10px 0;
	
	color: #ffffff;
	
	background-color: #bbbbbb;
}

#container div.dark label, #container div.dark table.form {
	color: #ffffff;
}

#container div.autre_prof {
	display: none;
}

#container table.autre_interet {
	display: none;
}

#container td.center td.center table.form {
	width: 530px;
	
	font-size: 12px;
}

#container td.center td.center table strong {
	padding-left: 0;
}

#container td.center td.center strong {
	padding-left: 5px;
	font-size: 12px;
}

#container td.center td.center table td {
	padding-left: 5px;
	vertical-align: middle;
}

#container table.parrainage td {
	padding: 3px 5px;
	vertical-align: middle;
}

#container table.parrainage td.label {
	padding: 3px 5px 3px 25px ;
}

#container table.parrainage input {
	width: 150px;
}

#container input.submit_parrain {
	height: 31px;
	width: 178px;

	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #d92b2b;
	
	cursor: pointer;
	
	background: none;
	background-image: url(../images/btn_submit_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: none;
}

input.submit {
	height: 31px;
	width: 551px;
	background: none;
	border: none;
	background-image: url(../images/inscription/btn_info_submit.gif);
	cursor: pointer;
}

/****************************************************
 *					HAUT DE PAGE 					*
 ****************************************************/

#haut_de_page {
	padding: 15px 20% 0 70%;
	text-align: center;
	background-image: url(../images/footer_top_separator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#haut_de_page a {
	color: #787474;
}

#haut_de_page img {
	margin-top: 5px;
}

/****************************************************
 *					PLAN DU SITE					*
 ****************************************************/

#plan_du_site {
	padding: 15px 0 70px;
	
	text-align: center;
	
	background-color: #eeeeed;
}

#plan_du_site table {
	margin: 0 auto;
}

#plan_du_site table td {
	padding: 0 10px 0;
	color: #7a7979;
	line-height: 20px;
	vertical-align: top;
}

#plan_du_site table td a {
	padding-left: 5px;
	color: #7a7979;
	border-left: 1px solid #7a7979;
}

#plan_du_site td h1 {
	margin: 0 0 4px;
	font-size: 11px;
	color: #595959;
	line-height: 18px;
	text-align: center;
	border-bottom: 3px solid;
}

#plan_du_site td h1 a {
	padding: 0;
	color: #595959;
	border: none;
}

#plan_du_site td.home h1 {
	border-bottom-color: #d92b2b;
}

#plan_du_site td.photo h1 {
	border-bottom-color: #bbe173;
}

#plan_du_site td.mag h1 {
	border-bottom-color: #24b581;
}

#plan_du_site td.voyages h1 {
	border-bottom-color: #fe973a;
}

#plan_du_site td.codes h1 {
	border-bottom-color: #02cee4;
}

#plan_du_site td.jeux h1 {
	border-bottom-color: #008cd2;
}

#plan_du_site td.comp h1 {
	border-bottom-color: #97336e;
}

/************************************************
 *					MENTIONS					*
 ************************************************/

#mention {
	padding: 5px 0;
	text-align: center;
	color: #595959;
	background-image: url(../images/mention_bg.gif);
}

#mention a {
	color: #595959;
}

#partenaires {
	display: none;
	position: absolute;
	margin-left: 562px;
	width: 120px;
	padding: 4px;
	font-size: 10px;
	text-align: left;
	background: #ffffff;
	border: 1px solid #c0c0c0;
}

#partenaires div.hr {
	margin: 4px 0;
	border-bottom: 1px solid #c0c0c0;
}

/***** ADSENSE *****/

div.adsense_horizontal {
	text-align: center;
	padding: 20px 0 0 0;
}

div.adsense_vertical {
	text-align: center;
}
