/* ***** 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
-------------------------------------------------------- *//*
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 10px solid #DDD;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

.clearboth {
	clear: both;
}

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;
}

.field label{
	display: block;
}


input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 350px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #993399;
}

a:visited{
	color: #EEE0E1;
}

a:hover{
	color: #666;
}
/*
.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- *//*
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- *//*
#top{
	height: 120px;
	/*padding-top: 20px;*//*
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ /*
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- *//*
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}
*/
.post-info{
	margin-top: 0;
	background: transparent;
	padding-bottom: 1ex;
	text-align:right;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
	text-align:right;
}
/*
.post-content{
	text-align: justify;
}
*/
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	color:#FFFFFF;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}
#comments{
margin-top:10px;
border:2px solid #FF9900;
border-left:2px solid #FF9900;
padding:5px;
background-color:#FFFFFF
}
/* La barre de navigation
-------------------------------------------------------- *//*
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*//*
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- *//*
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}*/



















/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.1em;	
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
	background-color: #3399CC;
	/*background-image: url("images/damier.gif");*/
}
p{
display:inline;}
h1{
	font-size: 1.5em;
 	color: #334d55;
 	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 1.3em;
 	color: #993399;
 	margin: 0px;
 	padding: 0px;
}

h3{
	font-size: 1.1em;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h4{
	font-size: 1em;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5{
	font-size: 1em;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}
IMG {
border:0px
}
#page {
 	padding: 5px;
	text-align: left;
	width: 750px;
	margin: 0px auto 10px auto;
	position: relative;
	background: #fff;
	/*border:4px solid #fff*/
	border: 1px solid #CFCFCF;
}
.titre {
	/*background-image: url("images/logo.gif");
	background-repeat:no-repeat;
	background-position: 7px 32px;*/
	margin-left:10px;
	height:25px;
	padding-left:0px;
	padding-bottom:10px;
	padding-top: 10px;
	font-size:1.9em;
	text-decoration:none
}
.titre a{
	text-decoration:none;
	color:#993399
}
.titre a:visited{
	text-decoration:none
}
.titre a:hover{
	text-decoration:none
}
BODY#accueil #vuedelyon {
	position: relative;
	width: 100%;
	min-width: 750px;
	height: 235px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-image:url("images/bandeau.gif");
}
BODY#article #vuedelyon {
	position: relative;
	width: 100%;
	min-width: 750px;
	height: 106px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-image:url("images/bandeaubis.gif");
}
BODY#forum #vuedelyon {
	position: relative;
	width: 100%;
	min-width: 750px;
	height: 106px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-image:url("images/bandeaubis.gif");
}
BODY#actualites #vuedelyon {
	position: relative;
	width: 100%;
	min-width: 750px;
	height: 106px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-image:url("images/bandeaubis.gif");
}
BODY#annuaire #vuedelyon {
	position: relative;
	width: 100%;
	min-width: 750px;
	height: 106px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-image:url("images/bandeaubis.gif");
}
#vuedelyon H1{
	visibility:hidden;
}
#vuedelyon IMG {
	position: absolute;
	height: 235px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
#pub{
	position:absolute;
	height: 60px;
	top: 75px;
	left:10px;
	z-index: 100;
	color:#FFF;
}
.lien {
	color: #2D57A5;
	position: absolute;
	bottom: 10px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	right: 10px;
	z-index: 100;
	top: 10px;
	font-size:0.8em;
}
.lien a {
  	color: #2D57A5;
	margin: 0px;
	padding: 1px 1px 2px 1px;
	text-decoration:none
}
.lien a:visited{
  	color: #2D57A5;
	margin: 0px;
	padding: 1px 1px 2px 1px;
	text-decoration:none
}
.lien a:hover{
  	color: #9AC4E8;
	text-decoration:underline
}
.lien ul{
	display:inline
}
.lien li{
	display:inline
}
.lienmenu {
  	color: #fff;
	font-weight: bolder;
	float:right;
	bottom: 8px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	margin-top:45px;
	font-style:italic;
	z-index: 100;
}
.lienmenu a,.lienmenu a:visited{
  	color: #fff;
	margin: 0px;
	padding: 2px 3px 4px 3px; 
	text-decoration:none
}
.lienmenu a:hover{
  	color: #DDD;
	text-decoration: none;
}
.lienmenu ul{
	display:inline
}
.lienmenu li{
	display:inline
}
/************* globalNav styles ****************/
.skipLinks {display: none;}
/************ subglobalNav styles **************/
BODY#accueil .subglobalNav1, BODY#accueil .subglobalNav2, BODY#accueil .subglobalNav3, BODY#accueil .subglobalNav4, BODY#accueil .subglobalNav5{
	position: absolute;
	font-weight: bolder;
	top: 305px;
	right: 10px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #000;
	text-align:right;
}
BODY#article .subglobalNav1, BODY#article .subglobalNav2, BODY#article .subglobalNav3, BODY#article .subglobalNav4, BODY#article .subglobalNav5{
	position: absolute;
	font-weight: bolder;
	top: 155px;
	right: 10px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #000;
	text-align:right;
}
BODY#annuaire .subglobalNav1, BODY#annuaire .subglobalNav2, BODY#annuaire .subglobalNav3, BODY#annuaire .subglobalNav4, BODY#annuaire .subglobalNav5{
	position: absolute;
	font-weight: bolder;
	top: 175px;
	right: 10px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #000;
	text-align:right;
}
BODY#actualites .subglobalNav1, BODY#actualites .subglobalNav2, BODY#actualites .subglobalNav3, BODY#actualites .subglobalNav4, BODY#actualites .subglobalNav5{
	position: absolute;
	font-weight: bolder;
	top: 175px;
	right: 10px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #000;
	text-align:right;
}
BODY#forum .subglobalNav1, BODY#forum .subglobalNav2, BODY#forum .subglobalNav3, BODY#forum .subglobalNav4, BODY#forum .subglobalNav5{
	position: absolute;
	font-weight: bolder;
	top: 175px;
	right: 10px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #000;
	text-align:right;
}
.subglobalNav1 a:link, .subglobalNav1 a:visited {
	font-size: 1em;
	padding-top: 10px; 
	color: #000;
	text-decoration:none
}
.subglobalNav1 a:hover{
	color: #cccccc;
	text-decoration:none
}
.subglobalNav1 ul{
	display:inline;
}
.subglobalNav1 li{
	display:inline
}
.subglobalNav2 a, .subglobalNav2 a:visited {
	font-size:1em;
	color: #B46454;
	text-decoration:none
}
.subglobalNav2 a:hover{
	color: #7C443C;
	text-decoration:none
}
.subglobalNav2 ul{
	display:inline;
}
.subglobalNav2 li{
	display:inline;
}
.subglobalNav3 a:link, .subglobalNav3 a:visited {
	font-size: 1em;
	color: #81B588;
	text-decoration:none
}
.subglobalNav3 a:hover{
	color: #5D7E62;
	text-decoration:none
}
.subglobalNav3 ul{
	display:inline
}
.subglobalNav3 li{
	display:inline
}
.subglobalNav4 a:link, .subglobalNav4 a:visited {
	font-size: 1em;
	color: #B9B343;
	text-decoration:none
}
.subglobalNav4 a:hover{
	color: #817D31;
	text-decoration:none
}
.subglobalNav4 ul{
	display:inline
}
.subglobalNav4 li{
	display:inline
}
.subglobalNav5 a:link, .subglobalNav5 a:visited {
	font-size: 1em;
	color: #5B7EA1;
	text-decoration:none
}
.subglobalNav5 a:hover{
	color: #3C556C;
	text-decoration:none
}
.subglobalNav5 ul{
	display:inline
}
.subglobalNav5 li{
	display:inline
}
/*************** search styles *****************/
#rechercher {
	position:absolute;
	width: 270px;
	height: 60px;
	top: 20px;
	right:0px;
	z-index: 100;
}
#rechercher {
	height: 32px;
	padding: 0px 0 0 0px;
}
#rechercher  p {
display:inline;
}
#rechercher form {
	margin: 0;
	padding: 0;
}
#rechercher label {
	visibility:hidden
}
#rechercher input {
	margin: 0 0 0 15px;
	color: #000;
	border: 1px solid #c9c;
	vertical-align: middle;
}
#rechercher input#mot {
	width: 155px;
	background: #F7EFF5;
	padding: 1px;
	font-size: 0.6em;
}
#rechercher input#validerrecherche {
	background:url("images/pixel.gif") #fff;
	font-size: 0.9em;
	font-weight: bold;
	width: 70px;
	height: 24px;
	color: #939;
	border:0px;
}
/*************** newsletter styles *****************/
#newsletter {
	width:500px;
}
#newsletter {
	height: 32px;
	margin-bottom: 5px;
	padding: 8px 0 0 0px;
	border: 1px solid #cccccc;
}
#newsletter form {
	margin: 0;
	padding: 0;
}
#newsletter label {
	display: inline;
	font-weight: bold;
	background-color: #cfcfcf;
	padding: 5px 5px;
	margin: 0 5px;
}
#newsletter input {
	color: #000;
	border: 1px solid #cfcfcf;
	vertical-align: middle;
}
#newsletter input#email {
	border: 1px solid #c9c;
	background: #F7EFF5;
	width: 150px;
	padding: 3px;
	font-weight:bold
}
#newsletter input#validernewsletter {
	font-weight: bold;
	width: 70px;
	height: 24px;
	color: #939;
	background: #cfcfcf;
}
/************** siteInfo styles ****************/
#siteInfo{
	background: url("images/bottom.gif") #fff right top repeat-x;
	height:200px;
	clear: both;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 1em;
	color: #334D55;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-weight: bold;
}
#siteInfo a,#siteInfo a:visited{
	color: #999;
}
#siteInfo a:hover{
	color: #334D55;
}
#content{
	top: 400px;
	padding-top:20px;
	width:750px;
	background-color: #fff;
}
#grandblock {
	background-color:#fff
}
#grandblock a:hover{
	color:#B872B8;
	font-weight: bold;
	text-decoration:none;
}
#grandblock a:link, #block a:visited {
	font-weight: bold;
}
#grandblock a {
	font-weight: bold;
	color:#939;
}	
.menublock {
	padding:10px;
	padding-bottom:0px;

	padding-top:0px;
}
.menublock SPAN{
	background: url("images/li.gif") #fff left top no-repeat;
	line-height: 2;	
	font-size:1.1em;
	padding-left:5px;
	font-weight:bolder;
	color:#fff;
}
.menublock SPAN a{
	padding-left:10px
}
.block H2{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center
}
#block1d .block a:link{ 
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block1d .block a:visited{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block1d .block a:hover{
	color: #ddd;
	text-decoration:underline;
}
#block1d {
	background: url("images/carre1.gif") #fff center top no-repeat;
	padding-bottom:10px;

}
#block2d .block a:link{ 
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block2d .block a:visited{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block2d .block a:hover{
	color: #ddd;
	text-decoration:underline;
}
#block2d {
	background: url("images/carre2.gif") #fff center top no-repeat;
}
#block3d .block a:link{ 
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block3d .block a:visited{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block3d .block a:hover{
	color: #ddd;
	text-decoration:underline;
}
#block3d {
	background: url("images/carre3.gif") #fff center top no-repeat;
}
#block4d .block a:link{ 
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block4d .block a:visited{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#block4d .block a:hover{
	color: #ddd;
	text-decoration:underline;
}
#block4d {
	background: url("images/carre4.gif") #fff center top no-repeat;
}
#ici {
	color: #939;
	font-weight:bold;
	font-size:1em;
}
#ici a {
	color: #c00;
	display:inline;
}
#ici a:hover {
	color: #999;
	text-decoration:none
}
#ici ul{
	display:inline;
	margin:0px;
}
#ici li{
	display:inline;
	margin:0px;
}
/* Annuaire */
#annuaire {padding-left:20px;padding-right:20px;}
#menuannuaire {margin-bottom:20px;}
#menuannuaire a:link,#menuannuaire a:visited,#menuannuaire a:active { color:#FF9900; font-weight:bold; text-decoration:none; margin-right:15px; font-size: 0.9em; right:10px}
#menuannuaire a:hover {color:#c9c; font-weight:bold; text-decoration:underline}
#cheminannuaire {margin-bottom:20px;}
#cheminannuaire a:link,#cheminannuaire a:visited,#cheminannuaire a:active {	text-decoration: underline; color:#8CC739; font-size: 0.8em;}
#cheminannuaire a:hover {	text-decoration: none}
#pubgoogleannuaire {background-color:#000000; color:#FF0000}
input, textarea, select {font-size: 0.7em;font-family: "MS Sans Serif", Geneva, sans-serif;border: 1px solid #9c9;background: #EFF7EF;padding: 2px;font-weight:bold}
input#soumettre, input#reinitialiser{	font-size: 0.75em;
	font-weight: bold;
	height: 24px;
	color: #939;
	background: #cfcfcf;
}
img { border: 0px;}
#categorieannuaire {width:700px; text-align:left; left:0px;}
#categorieannuaire ul {line-height: 2;}
#categorieannuaire li { padding-left:15px}
#categorieannuaire li a:link {text-decoration: none; font-weight: bold; font-size: 0.9em; color:#8CC739;}
#categorieannuaire li a:visited {text-decoration: none; font-weight: bold; font-size: 0.9em; color:#8CC739;}
#categorieannuaire li a:active {text-decoration: none; font-weight: bold; font-size: 0.9em; color:#8CC739;}
#categorieannuaire li a:hover {text-decoration: none; font-weight: bold; font-size: 0.9em; color:#FF9900;border: 2px solid #c9c;}
#lienannuaire {width:700px; border:0; text-align:left; left:0px;}
#lienannuaire a:link{text-decoration: none; font-weight: bold; font-size: 0.9em; color:#FF9900;}
#lienannuaire a:visited{text-decoration: none; font-weight: bold; font-size: 0.9em; color:#FF9900;}
#lienannuaire a:active{text-decoration: none; font-weight: bold; font-size: 0.9em; color:#FF9900;}
#lienannuaire a:hover{text-decoration: none; font-weight: bold; font-size: 0.9em; color:#8CC739;}
.unsite {border:2px solid #969; margin-bottom:10px; padding:5px; padding-left:10px}
a:link.link_sub, a:visited.link_sub, a:active.link_sub {	text-decoration: underline; color:#787878; font-size: 0.65em}
a:hover.link_sub {text-decoration: none; font-size: 0.65em}

.icone {	vertical-align: absbottom;}
.description {	font-size: 0.8em; color: #969;}
.url_display {	font-size: 0.7em; color: #c9c;}
.nb_sub_dir { font-style: italic; color: #AAA; float: right;}
.warning { color: #FF0000; font-weight: bold; margin-bottom: 40px;}


#copyright {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}












#pageplume{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff
}
#menurightplume img{
	margin:0px;
	padding:0px;
}
#mainfloatplume{
	float: left;
	width: 480px;
	padding-left:6px;
	padding-right:6px
}
#contentplume{
	float: right;
	width: 100%;
}
#menurightplume{
	margin-left: 496px;
	padding: 0px;
}
#contentplume, #menuleftplume,#menurightplume{
	padding: 0px;
	border: none;
}
#pageplume, #mainfloatplume, #contentplume, #menuleftplume, #menurightplume, h2{ 
	position: relative; 
}
BODY#accueil #bandeau{
position:absolute;
float: left;
width : 750px;
height: 200px;
margin-left: 0px;
margin-top: 0px;
}
BODY#annuaire #bandeau, BODY#forum #bandeau, BODY#actualites #bandeau{
position:absolute;
float: left;
width : 750px;
height: 100px;
margin-left: 0px;
margin-top: 0px;
}
#bandeau h2{
visibility: hidden;
}
* {margin:0;padding:0px;}
p {padding:.625em 0; text-align:justify; line-height:20px;}
#overall {width:750px; margin:10 auto;}
#overall h2 {padding:0 10px 10px;}
BODY#accueil .col1 {width:250px; padding:0 10px; float:left;}
BODY#accueil .col2 {width:460px; padding:0 10px; float:right;}
BODY#article .col1 {width:460px; padding:0 10px; float:left;}
BODY#article .col2 {width:250px; height:800px; padding:0 10px; float:right;/* background: url("images/menu.jpg") #fff center top no-repeat;*/ color:#999; list-style:none}
#leftCol {float:right;}
#rightCol {float:left;}
.blockhaut{
	background: url("images/news.gif") #E0E9EE center top no-repeat;
}
.blockbas{
	background: url("images/news2.gif") #E0E9EE center bottom no-repeat;
}
.blockhaut h2, .blockhaut h2 a{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#666;
	text-decoration: none;
}
.blockhaut h2 a:hover{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#999;
	text-decoration: none;
}
.blockbas{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#666;
	text-decoration: none;
}
.blockbas a{
	color:#666;
	text-decoration: none;
}
.blockbas a:hover{
	color:#999;
	text-decoration: none;
}
.info{
text-align:right;
color:#939;
font-size:0.7em;
}
#blockhautrouge{
	background: url("images/newshautrouge.gif") #EEE0E1 center top no-repeat;
}
#blockbasrouge{
	background: url("images/newsbasrouge.gif") #EEE0E1 center bottom no-repeat;
}
#blockhautrouge h3 a{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#666;
	text-decoration: none;
	font-size:0.9em;
}
#blockhautrouge h3{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#666;
	text-decoration: none;
	font-size:0.9em;
}
#blockhautrouge h3 a:hover{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#999;
	text-decoration: none;
}
#blockbasrouge{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	color:#666;
	text-decoration: none;
}
#blockbasrouge a{
	color:#666;
	text-decoration: none;
}
#blockbasrouge a:hover{
	color:#999;
	text-decoration: none;
}
.inforouge{
text-align:right;
color:#939;
font-size:0.7em;
}
#blockhautvert{
	background: url("images/newshautvert.gif") #E9EEE0 center top no-repeat;
}
#blockbasvert{
	background: url("images/newsbasvert.gif") #E9EEE0 center bottom no-repeat;
}
#blockhautvert h3, #blockhautvert h3 a{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#666;
	text-decoration: none;
	font-size:0.9em;
}
#blockhautvert h3 a:hover{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#999;
	text-decoration: none;
}
#blockbasvert{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	color:#666;
	text-decoration: none;
}
#blockbasvert a{
	color:#666;
	text-decoration: none;
}
#blockbasvert a:hover{
	color:#999;
	text-decoration: none;
}
#infovert{
text-align:right;
color:#939;
font-size:0.7em;
}
#blockhautbleu{
	background: url("images/newshautbleu.gif") #E0E9EE center top no-repeat;
}
#blockbasbleu{
	background: url("images/newsbasbleu.gif") #E0E9EE center bottom no-repeat;
}
#blockhautbleu h2, #blockhautbleu h2 a{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#666;
	text-decoration: none;
}
#blockhautbleu h2 a:hover{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#999;
	text-decoration: none;
}
#blockbasbleu{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	padding-top:15px;
	color:#666;
	text-decoration: none;
	list-style:none
}
#blockbasbleu a{
	color:#666;
	text-decoration: none;
}
#blockbasbleu a:hover{
	color:#999;
	text-decoration: none;
}
#infobleu{
text-align:right;
color:#939;
font-size:0.7em;
}


.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right ;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px ;
  margin: 10px 0 0 5px;
  text-align:center;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  text-align:center;
  } 
.img-shadow2 {
  float:right;
  background: url(shadowAlpha.png) no-repeat bottom right ;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px ;
  margin: 10px 0 0 5px;
  text-align:center;
  }

.img-shadow2 img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  text-align:center;
  } 
.br{
padding-top:15px}
