/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background-color: #3B3057;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
	margin:5px 0;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 80%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.form-help {
	font-size:11px;
	margin:5px 5px 10px 5px;
	line-height:13px;
}

.bouton-form {
	margin-top:10px;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

p, form {
	margin:0;
	padding:0;
}

/* La page
-------------------------------------------------------- */
#page2{
	width: 1006px;
	margin: 0 auto;
	text-align: center;
	padding:0;
	background: transparent url(img/fond_page2.jpg) repeat-y center top;
}

#page{
	width: 1006px;
	text-align: left;
	background: transparent url(img/fond_page.jpg) no-repeat center bottom;
}

/* L'entête
-------------------------------------------------------- */
#top{
	height: 238px;
	background: transparent url(img/header.jpg) no-repeat center top;
	margin:0;
}

#top #menu {
	margin: 0 0 0 345px;
	position:relative;
}

#top #menu .rub {
	display:block;
	margin:0;
	padding:0;
	height:150px;
}
#top #menu a:hover {
	cursor:pointer;
}

#top #menu a#menu_accueil {
	position: absolute;
	top:49px;
	left:-310px;
	width:310px;
}
#top #menu a#menu_presentation {
	position: absolute;
	top:49px;
	left:0;
	background: transparent url(img/menu_presentation_off.jpg) no-repeat center top;
	width:126px;
}
#top #menu div#menu_actions {
	position: absolute;
	top:49px;
	left:126px;
	background: transparent url(img/menu_actions_off.jpg) no-repeat center top;
	width:170px;
}
#top #menu a#menu_actualites {
	position: absolute;
	top:49px;
	left:296px;
	background: transparent url(img/menu_actualites_off.jpg) no-repeat center top;
	width:106px;
}
#top #menu a#menu_comite {
	position: absolute;
	top:49px;
	left:402px;
	background: transparent url(img/menu_comite_off.jpg) no-repeat center top;
	width:102px;
}
#top #menu a#menu_leblog {
	position: absolute;
	top:49px;
	left:504px;
	background: transparent url(img/menu_leblog_off.jpg) no-repeat center top;
	width:62px;
}
#top #menu div#menu_bilans {
	position: absolute;
	top:49px;
	left:566px;
	background: transparent url(img/menu_bilans_off.jpg) no-repeat center top;
	width:70px;
}

#top #menu a#menu_presentation:hover {
	background: transparent url(img/menu_presentation_on.jpg) no-repeat center top;
}
#top #menu div#menu_actions:hover {
	background: transparent url(img/menu_actions_on.jpg) no-repeat center top;
}
#top #menu a#menu_actualites:hover {
	background: transparent url(img/menu_actualites_on.jpg) no-repeat center top;
}
#top #menu a#menu_comite:hover {
	background: transparent url(img/menu_comite_on.jpg) no-repeat center top;
}
#top #menu a#menu_leblog:hover {
	background: transparent url(img/menu_leblog_on.jpg) no-repeat center top;
}
#top #menu div#menu_bilans:hover {
	background: transparent url(img/menu_bilans_on.jpg) no-repeat center top;
}

#top #menu ul#sousrub1 {
	display:none;
	list-style:none;
	font-family:Arial, sans-serif;
	font-size:13px;
	letter-spacing:-1px;
	font-weight:normal;
	color:#284062;
	margin:40px -5px 0 5px;
	padding:0;
	line-height:18px;
}
#top #menu ul#sousrub2 {
	display:none;
	list-style:none;
	font-family:Arial, sans-serif;
	font-size:13px;
	letter-spacing:-1px;
	font-weight:normal;
	color:#284062;
	margin:40px 0 0 5px;
	padding:0;
	line-height:18px;
}
#top #menu ul#sousrub1 a, #top #menu ul#sousrub2 a {
	color:#284064;
	text-decoration:none;
}
#top #menu ul#sousrub1 a:hover, #top #menu ul#sousrub2 a:hover {
	color:#284064;
	text-decoration:none;
	background-color:#DEEAF6;
}
	
	
	/* Le contenu
	-------------------------------------------------------- */
#main{
	float: left;
	width: 720px;
}

#message_accueil {
	width:650px;
	height:240px;
	background: transparent url(img/fond_message-accueil.png) no-repeat center top;
	margin:15px 0 0 35px;
	padding:0;
}
#message_accueil p {
	padding:38px 17px 0 25px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
}

#content{
	margin: 25px 17px 25px 50px;
	padding: 0 0 0 0;
}

#contenu {
	width:610px;
	margin:0;
	padding:0;
	background: transparent url(img/fond_contenu.png) repeat-y left top;
	border-collapse: collapse;
}

p#ombre_contenu {
	display: block;
	padding:0;
	margin:0;
	width:610px;
	text-align:left;
}

#contenu .titre {
	width:610px;
	height:48px;
	margin:0;
	padding:0;
}
#contenu #titre-accueil {
	background: transparent url(img/titre_dernieres-informations.png) no-repeat left top;
}
#contenu #titre-presentation {
	background: transparent url(img/titre_presentation.png) no-repeat left top;
}
#contenu #titre-comite {
	background: transparent url(img/titre_comite.png) no-repeat left top;
}
#contenu #titre-actualites {
	background: transparent url(img/titre_actualites.png) no-repeat left top;
}
#contenu #titre-blog {
	background: transparent url(img/titre_le-blog.png) no-repeat left top;
}
#contenu #titre-rencontres {
	background: transparent url(img/titre_rencontres.png) no-repeat left top;
}
#contenu #titre-stages {
	background: transparent url(img/titre_stages.png) no-repeat left top;
}
#contenu #titre-parrainage {
	background: transparent url(img/titre_parrainage.png) no-repeat left top;
}
#contenu #titre-insertion {
	background: transparent url(img/titre_insertion-pro.png) no-repeat left top;
}
#contenu #titre-insertion1, #contenu #titre-insertion2, #contenu #titre-insertion3, #contenu #titre-insertion4 {
	background: transparent url(img/titre_insertion-pro.png) no-repeat left top;
}
#contenu #titre-rencontres1, #contenu #titre-rencontres2, #contenu #titre-rencontres3, #contenu #titre-rencontres4 {
	background: transparent url(img/titre_rencontres.png) no-repeat left top;
}
#contenu #titre-stages1, #contenu #titre-stages2, #contenu #titre-stages3 {
	background: transparent url(img/titre_stages.png) no-repeat left top;
}
#contenu #titre-parrainage1, #contenu #titre-parrainage2 {
	background: transparent url(img/titre_parrainage.png) no-repeat left top;
}
#contenu #titre-recommander {
	background: transparent url(img/titre_recommander-ce-site.png) no-repeat left top;
}
#contenu #titre-newsletter {
	background: transparent url(img/titre_newsletter.png) no-repeat left top;
}
#contenu #titre-erreur {
	background: transparent url(img/titre_erreur.png) no-repeat left top;
}
#contenu #titre-revuedepresse {
	background: transparent url(img/titre_revue-de-presse.png) no-repeat left top;
}
#contenu #titre-promo2008 {
	background: transparent url(img/titre_promo2008.png) no-repeat left top;
}
#contenu #titre-temoignages {
	background: transparent url(img/titre_temoignages.png) no-repeat left top;
}

#contenu .onglets_insertion1, #contenu .onglets_insertion2, #contenu .onglets_insertion3, #contenu .onglets_insertion4, #contenu .onglets_rencontres1, #contenu .onglets_rencontres2, #contenu .onglets_rencontres3, #contenu .onglets_rencontres4, #contenu .onglets_stages1, #contenu .onglets_stages2, #contenu .onglets_stages3, #contenu .onglets_parrainage1, #contenu .onglets_parrainage2 {
	margin: 0;
	padding:0;
	position:relative;
	height:38px;
}

#contenu .onglets_insertion1 a, #contenu .onglets_insertion2 a, #contenu .onglets_insertion3 a, #contenu .onglets_insertion4 a, #contenu .onglets_rencontres1 a, #contenu .onglets_rencontres2 a, #contenu .onglets_rencontres3 a, #contenu .onglets_rencontres4 a, #contenu .onglets_stages1 a, #contenu .onglets_stages2 a, #contenu .onglets_stages3 a, #contenu .onglets_parrainage1 a, #contenu .onglets_parrainage2 a {
	display:block;
	margin:0;
	padding:0;
	height:38px;
}

#contenu .onglets_insertion1 a#onglet_principe, #contenu .onglets_rencontres1 a#onglet_principe, #contenu .onglets_stages1 a#onglet_principe, #contenu .onglets_parrainage1 a#onglet_principe {
	position: absolute;
	top:-20px;
	left:10px;
	background: transparent url(img/onglet_principe_on.png) no-repeat center top;
	width:121px;
}
#contenu .onglets_insertion2 a#onglet_principe, #contenu .onglets_insertion3 a#onglet_principe, #contenu .onglets_insertion4 a#onglet_principe, #contenu .onglets_rencontres2 a#onglet_principe, #contenu .onglets_rencontres3 a#onglet_principe, #contenu .onglets_rencontres4 a#onglet_principe, #contenu .onglets_stages2 a#onglet_principe, #contenu .onglets_stages3 a#onglet_principe, #contenu .onglets_parrainage2 a#onglet_principe {
	position: absolute;
	top:-20px;
	left:10px;
	background: transparent url(img/onglet_principe_off.png) no-repeat center top;
	width:121px;
}
#contenu .onglets_insertion2 a#onglet_selection, #contenu .onglets_rencontres2 a#onglet_selection, #contenu .onglets_stages2 a#onglet_selection, #contenu .onglets_parrainage2 a#onglet_selection {
	position: absolute;
	top:-20px;
	left:131px;
	background: transparent url(img/onglet_selection_on.png) no-repeat center top;
	width:126px;
}
#contenu .onglets_insertion1 a#onglet_selection, #contenu .onglets_insertion3 a#onglet_selection, #contenu .onglets_insertion4 a#onglet_selection, #contenu .onglets_rencontres1 a#onglet_selection, #contenu .onglets_rencontres3 a#onglet_selection, #contenu .onglets_rencontres4 a#onglet_selection, #contenu .onglets_stages1 a#onglet_selection, #contenu .onglets_stages3 a#onglet_selection, #contenu .onglets_parrainage1 a#onglet_selection {
	position: absolute;
	top:-20px;
	left:131px;
	background: transparent url(img/onglet_selection_off.png) no-repeat center top;
	width:126px;
}
#contenu .onglets_insertion3 a#onglet_calendrier, #contenu .onglets_rencontres3 a#onglet_calendrier {
	position: absolute;
	top:-20px;
	left:257px;
	background: transparent url(img/onglet_calendrier_on.png) no-repeat center top;
	width:133px;
}
#contenu .onglets_insertion1 a#onglet_calendrier, #contenu .onglets_insertion2 a#onglet_calendrier, #contenu .onglets_insertion4 a#onglet_calendrier, #contenu .onglets_rencontres1 a#onglet_calendrier, #contenu .onglets_rencontres2 a#onglet_calendrier, #contenu .onglets_rencontres4 a#onglet_calendrier {
	position: absolute;
	top:-20px;
	left:257px;
	background: transparent url(img/onglet_calendrier_off.png) no-repeat center top;
	width:133px;
}
#contenu .onglets_stages3 a#onglet_postuler {
	position: absolute;
	top:-20px;
	left:257px;
	background: transparent url(img/onglet_postuler_on.png) no-repeat center top;
	width:115px;
}
#contenu .onglets_stages1 a#onglet_postuler, #contenu .onglets_stages2 a#onglet_postuler {
	position: absolute;
	top:-20px;
	left:257px;
	background: transparent url(img/onglet_postuler_off.png) no-repeat center top;
	width:115px;
}
#contenu .onglets_insertion4 a#onglet_postuler, #contenu .onglets_rencontres4 a#onglet_postuler {
	position: absolute;
	top:-20px;
	left:390px;
	background: transparent url(img/onglet_postuler_on.png) no-repeat center top;
	width:115px;
}
#contenu .onglets_insertion1 a#onglet_postuler, #contenu .onglets_insertion2 a#onglet_postuler, #contenu .onglets_insertion3 a#onglet_postuler, #contenu .onglets_rencontres1 a#onglet_postuler, #contenu .onglets_rencontres2 a#onglet_postuler, #contenu .onglets_rencontres3 a#onglet_postuler {
	position: absolute;
	top:-20px;
	left:390px;
	background: transparent url(img/onglet_postuler_off.png) no-repeat center top;
	width:115px;
}

#contenu a#onglet_principe:hover {
	background: transparent url(img/onglet_principe_on.png) no-repeat center top;
}
#contenu a#onglet_selection:hover {
	background: transparent url(img/onglet_selection_on.png) no-repeat center top;
}
#contenu a#onglet_calendrier:hover {
	background: transparent url(img/onglet_calendrier_on.png) no-repeat center top;
}
#contenu a#onglet_postuler:hover {
	background: transparent url(img/onglet_postuler_on.png) no-repeat center top;
}

.post, #comments, .error , .recommand, #page-newsletter{
	margin:0 15px 0 25px;
	padding:0 0 20px 0;
}

.post a img {
	border:0;
	margin:0 10px 10px 0;
}

.error {
	color:#FF0000;
}

.success {
	color:#0099CC;
	font-weight:bold;
	margin-top:10px;
}

.day-date{
	padding-left: 20px;
	margin-left: 0;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #2878B8;
	font-size:13px;
	background: transparent url(img/puce.gif) no-repeat left 6px;
	padding-left:12px;
	margin: 0;
}

.post-title a{
	color: #2878B8;
	text-decoration: none;
}
.post-title a:hover{
	color: #2878B8;
	text-decoration: underline;
}

.post-author{
	color: #2878B8;
	font-size:12px;
	padding-left:12px;
	margin: 0;
}

.post-chapo .invisible {
	display:none;
}

.post-content{
	text-align: justify;
	margin:10px 0 0 0;
	font-size:12px;
	line-height:16px;
	padding:0 0 20px 0;
}

.post-info-co{
	text-align: right;
	margin:0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

h3#co, h3#aj {
	font-size:14px;
	color:#0069B3;
}

#comments p.comment-info {
	margin-top:15px;
}
#comments blockquote.impair{
	border: 0;
	margin: 5px;
	padding: 5px;
	background-color: #DDEAFA;
}
#comments blockquote.pair{
	border: 0;
	margin: 5px;
	padding: 5px;
	background-color: #EFF5FC;
}
#comments blockquote p.comback-info {
	margin-left:25px;
	margin-top:15px;
	color:#1165AB;
	text-decoration:underline;
}
#comments blockquote p.comback_content {
	margin-top:10px;
	margin-left:25px;
	color:#1165AB;
}

.pagenav {
	text-align:center;
	margin:0;
	padding:0;
}

/* Style pour l'accordéon
-------------------------------------------------------- */
#accordion {
	border: 1px solid #ffffff;
}

.toggler {
	color: #000000;
	margin: 0;
	padding: 2px 5px;
	background: #C0DCFF url(img/fleche.gif) no-repeat right center;
	border: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 
.element p {
	margin: 0;
	padding: 4px;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: right;
	width: 286px;
	padding-bottom: 4em;
}

#sidebar div{
	margin: 10px 24px 0 0;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar div h2 {
	width:262px;
	height:27px;
	margin:0;
	padding:0;
}

#sidebar div ul {
	margin-left:5px;
	line-height:15px;
}

#sidebar div ul li {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sidebar div ul li a {
	text-decoration:none;
	color:#000;
}
#sidebar div ul li a:hover {
	text-decoration:underline;
	color:#000;
}

#sidebar #temoignages h2 {
	background: transparent url(img/menu_temoignages.png) no-repeat left center;
}
#sidebar #temoignages a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#sidebar #temoignages a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

#sidebar #newsletter h2 {
	background: transparent url(img/menu_newsletter.png) no-repeat left center;
}
#sidebar #newsletter form#newsletter_subscribe {
	margin:10px 0 0 0;
	padding:0;
}
#sidebar #newsletter #email {
	width:250px;
	margin-left:4px;
}
#sidebar #newsletter .unsubscribe {
	margin-right:80px;
	font-size:11px;
}
#sidebar #newsletter .unsubscribe input {
	border:0;
}
#sidebar #newsletter #subscribe {
	width:91px;
	height:25px;
	background: transparent url(img/valider.png) no-repeat center center;
	border:0;
}

#sidebar #messages h2 {
	background: transparent url(img/menu_derniers-messages.png) no-repeat left center;
}

#sidebar #presse h2 {
	background: transparent url(img/menu_revue-de-presse.png) no-repeat left center;
}
#sidebar #presse a#revue {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#sidebar #presse a#revue:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

#sidebar #recommander h2 {
	background: transparent url(img/menu_recommander.png) no-repeat left center;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	width:1006px;
	margin: 0;
	height:75px;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#footer .p1, #footer .p2 {
	font-size:12px;
	line-height:17px;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
}
#footer .p1 {
	text-align:left;
	margin: 0 0 0 22px;
}
#footer .p2 {
	text-align:right;
	margin:-17px 22px 0 0;
}

#footer img {
	border:0;
	vertical-align:text-bottom;
}

