/* ------------------
Puissance-Zelda v7
Cette CSS gère les éléments additionnels de l'accueil.
--------------------*/

.une {
	float: left;
	width: 130px;
	padding-bottom: 5px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	text-align: center;
	background: #e7fbfc;
	color: #000;
	margin: -20px 14px 0 0;
}

.une:hover {
	background: #F9F0AE;
}

.une img {
	border: 0;
}

.une a {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	color: #2f7588;
	text-decoration: none;
}

.une a:hover {
	text-decoration: underline;
}

.accueilNews {
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 13px;
}

.accueilNews:hover {
	background: #e7fbfc;
}

.accueilNewsTitre {
	background: url(/design/img/titre-fond.png);
	color: #fff;
	height: 60px;
	padding-left: 5px;
}

.accueilNewsTitre h2 {
	margin: 0;
	padding: 5px 0 3px 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
}


.accueilNewsVisuel {
	float: right;
	margin: 0 0 0 20px;
}

.accueilNews h2 a {
	color: #fff;
	text-decoration:none;
}

.accueilNews p {
	padding: 0 10px;
}

.accueilNews a {
	font-weight: bold;
}

.accueilNews a:hover, div.accueilNews h2 a:hover {
	text-decoration: underline;
}


#accueilMaj {
	width: 410px;
	height: 160px;
	overflow: hidden;
	//background: #1C7789;
	margin: 15px auto 10px auto;
}

#accueilMaj ul#onglets {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#accueilMaj ul#onglets li {
	display: inline;
	float: left;
}

#accueilMaj ul#onglets li a {
	padding: 3px;
	margin: 0 5px 0 0;
	text-align: center;
	display: block;
	width: 60px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	border-top-right-radius: 5px;
	-moz-top-right-border-radius: 5px;
	-webkit-top-right-border-radius: 5px;
	border-top-left-radius: 5px;
	-moz-top-left-border-radius: 5px;
	-webkit-top-left-border-radius: 5px;
}

#accueilMaj ul#onglets li  a.normal{
	background: #1C7789;
	color: #fff;
}

#accueilMaj ul#onglets li a.actif {
	background: #e7fbfc;
}

#accueilMaj ul#onglets li a:hover {
	color: #2f7588;
}

#accueilMaj ul#onglets li a.normal:hover {
	background: #26979F;
	color: #fff;
	text-decoration: none;
}

#accueilMaj .contenu {
	clear: left;
	margin-top: 0;
	padding: 10px 5px 0 5px;
	background: #e7fbfc;
	border-left: #1C7789 2px solid;
	border-right: #1C7789 2px solid;
}

#accueilMaj .contenu ul {
	font-family: Verdana;
	font-size: 11px;
	list-style-type: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: #26979F 1px dotted;
	height: 120px;
	overflow: auto;
}

#accueilMaj .contenu li {
	border-bottom: #26979F 1px dotted;
	padding: 2px 6px;
	margin: 0;
}

#accueilMaj .contenu li.alt {
	background: #eee;
}

#accueilMaj .contenu li:hover {
	background: #F9F0AE;
}

.on { display: block; }
.off { display: none; }


#accueilSondage {
	padding: 10px;
	float: left;
	width: 220px;
	line-height: 14px;
}

#accueilAgenda {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 160px;
	height: 320px;
	float: right;
	overflow: auto;
	background: #eee url(/design/img/accueil/agenda-fond.png) top left repeat-x;
	border: #ddd 1px solid;
	text-align: left;
}

#accueilAgenda  h2{
	margin-top: 0;
	padding: 4px 5px;
	background: #990000 url(/design/img/accueil/agendaTitre-fond.png) repeat-x;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#accueilAgenda p {
	padding: 5px;
}

#accueilVideos {
	clear: both;
	margin: 20px auto 0 auto;
	/*width: 300px;*/
	background: #e7fbfc;
	/*padding: 0 60px;*/
	padding : 8px 0 15px 25px;
}
