html {
	overflow: auto;
}


body {
margin: 0 auto; /* to avoid margins */
text-align: center; /* to correct the centering ie bug */
font: 11px/14px arial, sans-serif;
color: #666666;
}

a, a:link, a:visited,  a:active {color: #e8b729; text-decoration: none;}
a:hover {color: white; }







#global {
position: relative;
margin: 0 auto;
text-align: left; /* to realign your text */
}


#header {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%;
	background: transparent;
	border: 1px solid transparent; 
	} 

 
#container {
	position: absolute;
	left: 0px;
	border: 1px solid silver;
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent;
	}

#footer {
	width: 100%;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 1px solid transparent;
	text-align: right;
	font-size: 0.8em;

	color: silver;
	} 
	
#footer a{
	color: silver;
}


#container_inner {
	position: relative;
	}


/* Total de top, middle, et bottom = 560px max.*/
#container_inner_top {
	width: 100%;
	background: #666666;
	color: white;
	z-index: 1000;
	}
	
#change_lang a, #change_lang a:link, #change_lang a:visited,  #change_lang a:active {color: #999999; text-decoration: none;}
#change_lang a:hover {color: white; }

#change_lang {
	float: right; margin-right: 0.4em; margin-top: 0.2em; color: #999999;
}

#container_inner_middle {
	width: 100%;
	background: transparent;
	}

#container_inner_menu {
	width: 100%;
	background: #666666;
	font: 11px/12px arial, sans-serif;
	text-align: center;
	color: white;
	
}

#container_inner_bottom {
	position: relative;
	width: 100%;
	background: transparent;
	overflow: hidden;
	}

#ctn_inn_bot_left{
	float: left;
	background: transparent;
	
}

#ctn_inn_bot_right {
	float: right;
	background: transparent;

	
}


/* les textes */
#ctn_inn_bot_left_inn{
	margin: 30px auto;
	background: transparent;
	height: 200px;
	width: 355px;
	overflow: auto;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding-left: 15px;
	padding-right: 15px;
}

/* les thumbnails */
#ctn_inn_bot_right_inn {
	/* position: relative; */
	width: 385px;
	height: 165px;
	margin:  30px auto;
	
	background: transparent;
		
}

#logo{z-index: 1000;}
#logo img {position: relative; border: none; float: left;  top: 5px;}
#logo_text {position: relative; top: 25px;}
#logo_text h1 {font-size: 1em; font-weight: normal;}




.thumbs {border: none; cursor: default;}
	
.menulist {
			list-style:none;
			color: #fff;
			margin: 0px; /* fine ligne blanche entre les images des tags et la ligne brune des sujets, peut-ont la faire sauter cette ligne? */ 
			padding: 2px 0;
			text-align: center;
			/* margin-right: 45px; */ /* ligne de texte des sujets n'est pas centré (regarde en espagnol ont remarque plus) */
		}
		.menulist li {
			display: inline;
			margin: 0;
			padding: 0 0 0 0;
		}
		
		.menulist li a {
			text-decoration:none;
			color:white;
		}
		
		.menulist li a:hover {
			text-decoration:none;
			color: #ccc;
		}

	
		

#pictures_outer, #textes_outer {height: 225px;  overflow: hidden;}


#pictures_outer {position: relative; float: left;background: transparent; width: 50%;}
#textes_outer {position: relative;float: right;background: transparent;  width: 50%;}
/* fin des dimensions */

.header_textes{position: absolute; background: transparent; top: 0px; right: 0px; }
img.header_textes{border: none;}

#textes {position: absolute; top: 70px; right: 57px; background: transparent; text-align: right;}


.active_lang {color: #efefef;}






		/* @group Pages */
		.pages {
			font: bold 12px Arial, Sans-Serif;
			text-align:right;
		}
		.pages p {
			margin: 0;
			padding: 0;
 			position: absolute;
		}
		.pagelist {
			list-style:none;
			color: #ccc;
			margin-top: 2px;
			padding: 0;
			text-align: right;
		}
		.pagelist li {
			display: inline;
			margin: 0;
			padding: 0 0 0 0;
		}
		.pagelist a, .pagelist li a {
			text-decoration:none;
			color:#777;
		}
		/* @end */



.hiddenPic {display:none;}



div#textes_debug textarea{position: fixed; bottom: 0; left:0; width: 100%; height: 70px; background: pink; opacity:.50;
filter:alpha(opacity=50);
-moz-opacity:.50;
-khtml-opacity:0.50;
}

img.no_border {border: none;}
a.gray_link {color: silver;}

#adsense {
	border-top: 1px solid silver;
	padding-top: 3px;
	width: 468px;
}

.link_int a {color: red;}
