﻿/*************************/
/****** 2/ Contenu *******/
/*************************/
.conteneur_global { display:block; width:998px; background: url(../../images/V3/fond_site.png) repeat-y; clear:both; padding:0px 4px 0 5px }
	#mod_header {height:120px; background: url(../../images/V3/head_accueil.png) repeat-y;}
	#mod_menu {height:22px; background:#333; padding:7px 0 0 2px; text-align:left}
	#mod_menu a {color:#fff; height:21px; padding:6px 6px 6px 7px; }
	#mod_menu a:hover {color:#fff; background: #666}
	.conteneur_1 {width:728px; padding-left:1px; position:static; float:left; background-repeat:no-repeat; z-index:888; height:100%; display:block;  }
    .colonne_droite { position:static; float:right; width:265px; text-align:left; background:#1a4c60}
.body_principal {background:url(../../images/V3/bgk.jpg); background-repeat:no-repeat; background-position:center 180px; z-index:2; width:100%; height:1570px; position:absolute; float:center;}

#principal_1 {background:url(../../images/V3/fond_tf2.png); background-repeat:no-repeat; background-position:center 180px; z-index:3; width:100%; height:1570px; position:absolute; float:center;}
#body_1 {background:#8f692c url(../../images/V3/fond2_tf2.png) repeat-x; background-position:center 180px;}

#jeux {padding-left:2px;}
#jeux #alphabet {font-size:22px; font-weight:bold; margin-bottom:20px;}
#jeux #alphabet a { text-decoration:none; color:#036}

.alpha_titre {
	background:#eee;
	border-bottom:1px #09C solid;
	margin-top: 16px;
	padding:3px 0 3px 10px;
	font-size:18px;
	color:#0099CC;
	width:700px;
}
.alpha_content {padding:5px;}
.alpha_content a {color:#333; border-bottom:1px #666 dashed;}

#configuration_jeu {margin:4px 2px 0 2px; padding:3px; color:#999; font-size:11px; border:1px #999 dashed;}


.presentation_title {background:url(../../images/V3/head_blocnews.png); height:22px; width:444px; padding:5px 3px 0 3px; color:#fff; font-weight:bold}
.presentation_foot  { background:url(../../images/V3/foot_blocnews.png); height:22px; width:444px; padding:5px 3px 0 3px;}
.presentation_data {height: 300px; background:url(../../images/V3/fond_news.png); padding:5px; color:#fff}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	height:120px;
	padding:0px;
	width:1000px;
	border:0px solid #ddd;
	float:left;
	margin-left:1px;
	}

/* accordion header */
#accordion img {
	float:left;
	margin-right:0px;
	cursor:pointer;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:0px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:190px;
}
