/* -------------------------------------------------------------- */
/*                                                                */
/* RE-DEFINITION DES BALISES HTML STANDARDS                       */
/*                                                                */
/* -------------------------------------------------------------- */

* {
	/* Structure */
	margin: 0px;
	padding: 0px;
}

body {
	/* Structure */
	text-align: center;
	/* Style */
	background-color: #fff;
	line-height: 20px;
	font-family: lucida sans unicode,Verdana,Sans-serif;
	font-size: 13px;
	color: #666;
}




/* -------------------------------------------------------------- */
/*                                                                */
/* DEFINITION DES STYLES DU SITE                                  */
/*                                                                */
/* -------------------------------------------------------------- */

/* Definition de la page                                          */
/* -------------------------------------------------------------- */
#container {
	/* Structure */
	position: relative;
	width: 764px;
	margin: 0px auto;
	/* Style */
	border: solid;
	border-width: 0px 1px;
	border-color: #ddd;
	text-align: left;
}

/* Definition de l'en tete                                        */
/* -------------------------------------------------------------- */
#header {
	/* Structure */
	float: left;
	height: 168px;
	width: 100%;
	/*Style */
	background-image: url("../images/bandeau.jpg");
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-color: #000;
}


/* Definition du bloc de navigation                               */
/* -------------------------------------------------------------- */
#navigation {
	/* Structure */
	float: left;
	width: 100%;
	margin-top: 142px;
	/* Style */
	background-color: #000;
	border: solid #465768;
	border-width: 1px 0px;
}
#navigation ul {
	/* Style */
	list-style: none;
	font-size: 11px;
	text-transform: lowercase;
}
#navigation li {
	/* Structure */
	float: left;
	/* Style */
	line-height: normal;
	text-indent: 0px;
}
#navigation #current strong {
	/* Structure */
	display: block;
	padding: 5px 10px 6px;
	/* Style */	
	color: #fff;
	white-space: nowrap;
	background-color: #465768;
}
#navigation a {
	/* Structure */
	display: block;
	padding: 5px 10px 6px;
	/* Style */	
	color: #78899a;
	text-decoration: none;
	white-space: nowrap;
}
#navigation a:hover {
	/* Style */
	color: #fff;
}
* html #navigation a {
	/* Structure */
	width: 1%;
}


/* Definition du bloc principal du site                           */
/* -------------------------------------------------------------- */
#middle {
	/* Structure */
	float: left;
	width: 100%;
	/* Style */	
	background-color: #edeedc;
}


/* Definition du bloc contenant la presentation d'activite, le    */
/* menu et les articles                                           */
/* -------------------------------------------------------------- */
#leftcol  {
	/* Structure */
	float: left;
	width: 564px;
	/* Style */	
	border-right: 1px solid #ddd;
	background-color: #edeedc;
}


/* Definition du bloc de presentation de l'activite               */
/* -------------------------------------------------------------- */
#presentation {
	/* Structure */
	float: right;
	width: 564px;
	/* Style */	
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #444;
}
#presentation h1 {
	/* Style */
	background-image: url('../images/degrade1.jpg');
	background-repeat: repeat-x;
}
#presentation #pres_content {
	/* Structure */
	margin: 5px;
}
#presentation #pres_content h2 {
	/* Style */
	font: 160%/1.5em Georgia,Serif;
	color: #358;
	font-style : italic;
}
#presentation #pres_content p {
	/* Style */
	font-family: lucida sans unicode;
	text-align: justify;
	color: #666;
}
#presentation #pres_content p img {
	/* Structure */
	margin: 4px 15px 4px 0pt;
	float: left;
	height:80;
	width:70;
	/* Style */
	border: 1px solid #ddd;
}









/* Definition du bloc contenant le menu et les articles           */
/* -------------------------------------------------------------- */
#maicontent {
	/* Structure */
	float: left;
	width: 564px;
}




/* Definition du bloc contenant le menu                           */
/* -------------------------------------------------------------- */
#maincontent #menu {
	/* Structure */
	display: block;
	float: left;
	width: 199px;
	/* Style */	
	font-size: 11px;
}
#menu h1 {
	/* Style */
	background-image: url('../images/degrade1.jpg');
	background-repeat: repeat-x;
}
#menu ul {
	/* Structure */
	margin-top: 15px;
	margin-left: 10px;
	/* Style */	
	list-style-type: none;
	line-height: 13px;
}
#menu li {
	/* Structure */
	margin-bottom: 5px;
}
#menu li a {
	/* Style */
	color: #358;
	text-decoration: none;
}
#menu li a img {
	/* Style */
	border: 0px;
}


/* Definition du bloc contenant la colonne principale du site     */
/* -------------------------------------------------------------- */
#maincontent #middlecontent {
	/* Structure */
	float: right;
	width: 364px;
	/* Style */	
	border-left: 1px solid #ddd;
	background-color: #fff;
}
#middlecontent h1 {
	/* Style */
	background-image: url('../images/degrade1.jpg');
	background-repeat: repeat-x;
}




/* Definition du bloc contenant les articles                      */
/* -------------------------------------------------------------- */
#middlecontent .article {
	/* Structure */
	margin: 5px 5px 30px 5px;
	/* Style */	
	border: 0px;
}
.article p {
	/* Structure */
	margin-top: 10px;
	/* Style */	
	font-family: lucida sans unicode;
	text-align: justify;
}
.article p img {
	/* Structure */
	float: left;
	height: 53;
	width: 70;
	margin: 4px 15px 4px 0pt;
}
.article p a:link, .article p a:visited {
	font-family: lucida sans unicode;
	text-decoration: none;
	color: #b95;
}
.article p a:hover {
	font-family: lucida sans unicode;
	text-decoration: none;
	color: #b95;
	border-bottom: 1px solid #b95;
}
.article h2 {
	/* Structure */
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 350px;
	/* Style */	
	font:150%/1.5em Georgia,Serif;
	font-style : italic;
	color: #358;
	border-bottom: 1px solid #ddd;
}
.article h3 {
	width: 350px;
	/* Style */
/*
	font:130%/1.5em Georgia,Serif;
	color: #358;
	font-style : italic;
*/
	font: 0.95em century gothic;
	font-weight: normal;
	color: #998;
}
.article h4 {
	/* Style */
	font:130%/1.5em Georgia,Serif;
	color: #b95;
	font-style : italic;
}
.article h5 {
	/* Structure */
	margin: 10px 0px 10px 0px;
	/* Style */
	font:130%/1.5em Georgia,Serif;
	color: #b95;
	font-style : italic;
	background-color: #ffe;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}
.article h6 {
	/* Structure */
	margin: 10px 0px 10px 0px;
	/* Style */
	font:120%/1.5em Georgia,Serif;
	color: #358;
	font-style : italic;
	border-bottom: 1px solid #358;
}
.article h7 {
	/* Structure */
	margin-left: 10px;
	/* Style */
	font:100%/1.5em Georgia,Serif;
	color: #358;
	font-style : italic;
	border-bottom: 1px dotted #358;
}
.article .h10 {
	/* Structure */
	margin-top: 5px;
	margin-bottom: 10px;
	/* Style */	
	color: #998;
	font: 0.95em century gothic;
	font-weight: normal;
}
.article b {
	/* Style */
	font-weight: normal;
	color: #b95;
}
.article li {
	/* Structure */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	/* Style */	
	list-style-image: url('../images/submenu_b.jpg');
}
.article li a {
	/* Style */
	color: #666;
	text-decoration: none;
}
.article li a:hover {
	/* Style */
	color: #666;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}
.article li a:visited {
	/* Style */
	color: #666;
	text-decoration: none;
}
.article .lien a {
	/* Style */
	/*font: small Verdana,Sans-serif;*/
	color: #b95;
	text-decoration: none;
}
.article .annotations {
	/* Structure */
	margin: 20px 10px 10px 10px;
	/* Style */	
	color: #888;
	font-size: 10px;
	background-color: #ffe;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.article .annotations p {
	margin-bottom: 5px;
	color: #888;
}
.article .link_next {
	/* Structure */
	float: right;
	margin-top: 10px;
}
.article .link_next a {
	/* Style */
	/*font: small Verdana,Sans-serif;*/
	font:115%/1.5em Georgia,Serif;
	font-style : italic;
	color: #b95;
	text-decoration: none;
}
.article .link_next a img {
	/* Structure */
	border: 0px;
}
.article .link_prev {
	/* Structure */
	float: left;
	margin-top: 10px;
}
.article .link_prev a {
	/* Style */
	/*font: small Verdana,Sans-serif;*/
	font:115%/1.5em Georgia,Serif;
	font-style : italic;
	color: #b95;
	text-decoration: none;
}
.article .link_prev a img {
	/* Structure */
	border: 0px;
}








#middlecontent #contacts {
	/* Structure */
	margin: 5px 5px 30px 5px;
}
#contacts h2 {
	/* Structure */
	width: 350px;
	/* Style */
	font:150%/1.5em Georgia,Serif;
	font-style : italic;
	color: #358;
	border-bottom: 1px solid #ddd;
}
#contacts li {
	/* Structure */
	margin: 15px 0px 15px 25px;
	/* Style */	
	list-style-image: url('../images/submenu_b.jpg');
}
#contacts .contact {
	/* Structure */
	margin-left: 10px;
	margin-right: 10px;
	/* Style */	
	color: #358;
	background-color: #ffe;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.contact a:link, .contact a:visited {
	/* Style */
	color: #b95;
	text-decoration: none;
}
.contact a:hover {
	/* Style */
	text-decoration: none;
	border-bottom: 1px dotted #b95;
	color: #b95;
}







#middlecontent #experiences {
	/* Structure */
	margin: 5px 5px 30px 5px;
}
#experiences h2 {
	/* Structure */
	width: 350px;
	/* Style */
	font:150%/1.5em Georgia,Serif;
	font-style : italic;
	color: #358;
	border-bottom: 1px solid #ddd;
}
#experiences .experience {
	/* Structure */
	margin: 10px;
	/* Style */	
	color: #666;
	background-color: #ffe;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.experience li {
	/* Structure */
	margin: 15px 0px 15px 25px;
	/* Style */	
	list-style-image: url('../images/submenu_b.jpg');
}
.experience li b {
	/* Style */
	font-weight: normal;
	color: #b95;
}





/* Definition du bloc contenant les liens                         */
/* -------------------------------------------------------------- */
#rightcol {
	/* Structure */
	float: right;
	width: 199px;
	color: #777;
	/* Style */	
	background-color: #edeedc;
}
#rightcol h1 {
	/* Style */
	background-image: url('../images/degrade1.jpg');
	background-repeat: repeat-x;
}




#rightcol #liens {
	/* Structure */
	margin: 10px;
}
#liens h2 {
	margin-top: 25px;
	/* Style */
	font:140%/1.5em Georgia,Serif;
	font-weight: bold;
	font-style : italic;
	color: #b95;
	text-align: left;
}
#liens p {
	/* Structure */
	margin-bottom: 10px;
	/* Style */	
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}
#liens a img, #liens a:hover img, #liens a:visited img {
	/* Style */
	text-decoration: none;
	color: #000;
	border: 1px solid #ddd;
}


/* Styles liees a l'affichage du calendrier */
/* ---------------------------------------- */
#rightcol #calendar{
	/* Structure */
	margin: 10px;
}
#calendar h2 {
	/* Style */
	font:140%/1.5em Georgia,Serif;
	font-weight: bold;
	font-style : italic;
	color: #b95;
	text-align: left;
}
#calendar table {
	/* Style */
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}
#calendar table caption {
	/* Structure */
	margin: 0 auto;
}
#calendar table th {
	/* Strucutre */
	font-size: 11px;
	font-weight: normal;
	/* Style */
	background: transparent;
	color: #b95;
	border: none;
}
#calendar table td {
	/* Structure */
	width: 14%;
	/* Style */	
	line-height: 2em;
	font-size: 11px;
	text-align: center;
}
#calendar .today {
	/* Style */ 
	font-weight: normal;
	color: #b95;
}
#calendar a {
	text-decoration: none;
	color: #b95;
}


/* Definition du pied de page                                     */
/* -------------------------------------------------------------- */
#footer {
	/* Style */
	background-color: #000;
	border-color: #124;
	font-size: 85%;
}
#footer p {
	/* Style */
	border-color: #124;
	border-top: 1px solid #ccc;
	color: #7ac;
	text-align: center;
	line-height: 1.6em;
}
#footer a, #footer a:visited {
	/* Style */
	color: #7ac;
	text-decoration: none;
	border-bottom: 1px dotted #479;
}
#footer a:hover {
	/* Style */
	color: #fff;
	text-decoration: none;
	border-color: #fff;
}

