body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	height: 100%;
	background: #C7C7C7;
}
/* ======================================= HAUT DE PAGE =================================== */
div#Bandeau {
	background: #fff ;
	width: 960px ;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 5px 0 5px ;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-moz-box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-webkit-box-shadow: 5px 5px 12px #999999; /* pour Chrome */
}
div#BandeauGauche {
	width: 50%; 
	float: left ;
	margin: 0;
	height: 130px ;
	background: #fff url(http://www.asso-api.org/images/api/Logo_API_site.png) no-repeat left top;
}
div#BandeauDroite {
	width: 50%;
	float: left ;
	margin: 0;
	height: 130px ;
	background: #fff url(http://www.asso-api.org/images/ecoles/bandeau.jpg) no-repeat right top;
}
div#BandeauTexte {
	text-align: center;
	font-family: Verdana;
	font-size: 12px ;
	font-weight: bold ;
	letter-spacing: 5px ;
	padding-bottom: 5px ;
	color: #8B2252 ;
}
/* ======================================= CONNEXION =================================== */
div#InfosCnx {
	overflow: hidden;
	background: #F5BCD2;
	color: #000 ;
	width: 960px ;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 5px 0 5px ;
	height: 25px ;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-moz-box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-webkit-box-shadow: 5px 5px 12px #999999; /* pour Chrome */
}
div.TexteMembres {
	/* haut droite bas gauche */
	padding: 1px 10px 1px 5px;
	float: left;
	width: 100%;
	font-size: 11px ;
	display: block ;
	background: #F5BCD2;
	color: #000 ;
	/* Coins hauts arrondis */
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
/* ======================================= MENU HAUT =================================== */
div#Menus {
	overflow: hidden;
	background: #fff ;
	width: 960px ;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px ;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #999999;
	-moz-box-shadow: 5px 5px 12px #999999;
	-webkit-box-shadow: 5px 5px 12px #999999;
}
div.LigneMenu {
	overflow: hidden;
	padding: 2px 2px 0 2px;
}
ul#menuhaut {
	height: 20px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	/* Coins arrondis */
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
}
ul#menuhaut li {
	/* haut droite bas gauche */
	margin: 0 2px 0 2px ;
	float: left;
	text-align: center;
	/* border-bottom: 2px solid #fff ; */
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
ul#menuhaut li img {
	border:none;
}
ul#menuhaut li a, a.mhaut, a.prive, .selhaut, .selprive, .inactif {
	line-height: 15px ;
	padding: 5px 15px 5px 10px; 
	margin: 0px; 
	font-size: 11px ;
	font-weight: bold ;
	display: block ;
	text-decoration: none ;
	letter-spacing: 1px ;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
ul#menuhaut li a {
	background: #390; 
	color: #fff ;
}
ul#menuhaut li a.selhaut, #menuhaut li a.mhaut:hover {
	background: #BCEE68;
	color: #000;
}
ul#menuhaut li.inactif {
	color: #000 ;
	background: #D3D3D3;
}
ul#menuhaut li a.prive {
	background: #F5BCD2;
	color: #000 ;
}
ul#menuhaut li a.selprive, #menuhaut li a.prive:hover {
	background: #CD3278;
	color: #fff ;
}
ul#menuhaut li.admin, #menuhaut li a.admin{
	height: 20px ;
	background: #D1D1D1; 
	color: #1C86EE;
	/* Coins arrondis haut seulement */
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
ul#menuhaut li a.admin:hover, #menuhaut li.admselect a {
	background: #1C86EE;
	color: #fff;
}

/* ======================================= MENU MEMBRES =================================== */
ul#MenuMembres {
	background: #D1D1D1;
	padding: 0 10px 10px 10px;
	height: 25px ;
	/* haut droite bas gauche */
	margin: 0 0 2px 0;
	padding: 8px 0 8px 8px;
	list-style-type: none ;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
ul#MenuMembres li {
	/* haut droite bas gauche */
	margin: 0 2px 0 2px ;
	/* border-right: 2px solid #fff ;*/
	float: left;
	text-align: center;
	border-bottom: 2px solid #fff ;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
ul#MenuMembres li a, a.select {
	line-height: 15px ;
	padding: 5px 15px 5px 10px; 
	margin: 0px; 
	font-size: 11px ;
	font-weight: bold ;
	display: block ;
	text-decoration: none ;
	letter-spacing: 1px ;
	color: #000 ;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
ul#MenuMembres li a {
	background: #B0B0B0;
	color : #CD3278;
}
ul#MenuMembres li a.select, #MenuMembres li a:hover {
	background: #CD3278;
	color: #fff;
}
/* ======================================= CORPS DE PAGE =================================== */
div#Corps {
	overflow: hidden;
	padding: 0px;
	min-height: 100%;
	width: 960px ;
	margin: 0 auto ;
	text-align: left ;
	border: 1px solid #390 ;
	background: #fff ;
	margin-bottom: 10px;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-moz-box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-webkit-box-shadow: 5px 5px 12px #999999; /* pour Chrome */
}
div#BasPage {
	width: 960px ;
	margin: 0 auto ;
	overflow: hidden;
	font-size: 10px ;
	text-align : center;
	padding: 0px;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-moz-box-shadow: 5px 5px 12px #999999; /* pour Firefox */
	-webkit-box-shadow: 5px 5px 12px #999999; /* pour Chrome */
}
div#BasPage p {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 15px;
	margin-left: 15px;
}
div#ColonneDroite {
	float: right;
	width: 380px;
}
div#ColonneGauche {
	float: left;
	width: 380px;
}
div.ColonneTotale {
	float: left;
	width: 100%;
}
div#Contenu {
	padding: 5px 10px 5px 10px ;
	overflow: hidden;
	position: relative;
}
div#ContenuGauche {
	width: 170px ;
	float: left;
}
div.retourhaut{
	height: 32px ;
}
ul#ListeImages {
	list-style-type: none ;
}
ul#ListeImages li {
	float: left;
	text-align: center ;
	background: #eee;
	height: 120px ;
	width: 85px ;
	margin: 10px;
}
ul#ListeImages li a {
	height: 120px ;
	width: 85px ;
	display: block ;
	text-decoration: none ;
	font-size: 10px ;
	color: #000;
}
ul#ListeImages li a:hover {
	color: yellow;
	background: #B6B4BC;
}
ul#menuadh {
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}
ul#menuadh li {
	float: left;
	text-align: center ;
	background: #87CEFF; 
	border-right: 2px solid #fff ;
}
ul#menuadh li img {
	border:none;
}
ul#menuadh li a {
//	width: 120px ;
//	line-height: 15px ;
	padding: 5px 15px 5px 10px; 
	margin: 0px; 
	font-size: 11px ;
	font-weight: bold ;
	display: block ;
	text-decoration: none ;
	letter-spacing: 1px ;
	color: #fff ;
}
ul#menuadh li a:hover {
	background: #0066dd;
	color: #fff;
}
ul#menuadh li a.inactif {
	background: grey; 
	padding: 5px 15px 5px 10px; 
	margin: 0px; 
	font-size: 11px ;
	font-weight: bold ;
	display: block ;
	text-decoration: none ;
	letter-spacing: 1px ;
	color: #000 ;
}
div#MenuBas {
	text-align:	 center;
}
ul#menubas {
	width: 396px;
	overflow: hidden;
    margin-top:5px;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
	padding: 0 ;
	list-style-type: none ;
	font-size: 10px;
	text-align: center ;
}
ul#menubas li {
	width: 130px;
	float: left;
	text-align: center ;
}
ul#menubas li a {
	padding: 2px 5px 2px 5px; 
	margin: 0px 2px 0px 2px ; 
	font-size: 10px ;
	display: block ;
	text-decoration: none ;
	letter-spacing: 1px ;
}
/* 									COLONNE GAUCHE 		*/
div#ColGauche {
	width: 170px ;
	float: left ;
	background: #fff;
	margin-left: 4px; 
}
div#MenuBureau p, #MenuAdmin p {
	/* haut droite bas gauche */
	padding-top: 10px; 
	text-align: center ;
	font-size: 11px ;
	font-weight: bold ;
	letter-spacing: 3px ;
}
/* =======================================     MENU GAUCHE =================================== */
ul#MenuGauche, #MenuBureau, #MenuAdmin {
	width: 168px ;
	margin: 0;
	padding: 0 ;
	list-style-type: none ;
}
ul#MenuGauche li, #MenuGauche li.privegris, #MenuBureau li, #MenuAdmin li {
	border-top: 1px solid #fff ;
}
ul#MenuGauche li a, #MenuGauche li.privegris, #MenuBureau li a, #MenuAdmin li a, #MenuAdmin li.admselect a {
	/* haut droite bas gauche */
	padding: 1px 3px 1px 3px;
	text-align: center ;
	line-height: 25px ;
	font-size: 11px ;
	font-weight: bold ;
	letter-spacing: 1px ;
	display: block ;
	text-decoration: none ;
}
ul#MenuGauche li.gauche, #MenuGauche li.gauche a {
	background: #390 ;
	color: #fff ;
}
ul#MenuGauche li.gauchesel a, #MenuGauche li.gauche a:hover {
	background: #BCEE68 ;
	color: #000 ;
}
ul#MenuGauche li.privegauche, #MenuGauche li.privegauche a {
	background: #F5BCD2 ;
	color: #000 ;
}
ul#MenuGauche li.privegris {
	background: #F5BCD2 ;
	color: #808080 ;
}
ul#MenuGauche li.selprigau a, #MenuGauche li.privegauche a:hover {
	background: #CD3278 ;
	color: #fff ;
}
ul#MenuAdmin li, #MenuAdmin li a {
	background: #7EC0EE; 
	color: #000;
}
ul#MenuAdmin li a:hover, #MenuAdmin li.admselect a {
	background: #1C86EE;
	color: #fff;
}
ul#MenuBureau li, #MenuBureau li a {
	background: #EE9A49; 
	color: #000 ;
}
ul#MenuBureau li a:hover, ul#MenuBureau li.buroselect a {
	background: #FF7800;
	color: #000;
}
div#ImageGauche {
	text-align: center ;
}
/* 											PAGE PRINCIPALE 		*/
div#Principale {
	padding: 0px ;
	margin: 0 0 0 175px;
}
div.article, div.article-accueil {
	border: 1px solid #BCEE68;
	background: #fff;
	margin: 20px 3px 3px 3px;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #aaa; /* pour Firefox */
	-moz-box-shadow: 5px 5px 12px #aaa; /* pour Firefox */
	-webkit-box-shadow: 5px 5px 12px #aaa; /* pour Chrome */
}
div.article-accueil {
	float: left;
	width: 370px;
}
div.article-titre {
	/* haut droite bas gauche */
	padding: 5px 5px 5px 30px;
	background: #BCEE68 url(http://www.asso-api.org/images/20/Dossiersanglevert.png) no-repeat 5px center; 
	height: 22px ;
	border-bottom: 1px solid #BCEE68;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	/* Coins hauts arrondis */
    border-radius: 10px 10px 0px 0px;    /* pour Firefox */ 
    -moz-border-radius: 10px 10px 0px 0px;    /* pour Firefox */ 
    -webkit-border-radius: 10px 10px 0px 0px;  /* pour Chrome */
}
div.article-detail {
	min-height: 150px ;
	font-size: 11px;
}
div.article-detail-small {
	font-size: 11px;
}

div.article h3 {
	background: white url(http://www.asso-api.org/images/32/calendar.png) no-repeat left top; 
	height: 35px ;
	padding-left: 40px;
	border-bottom: 1px solid red;
}
p.article-image {
	float: right;
	margin: 5px 5px 10px 10px;
}
div#Contenu a.avecimg {
	font-size: 12px;
	font-weight: bold ;
	text-decoration: none;
	margin-left: 1px;
}
div#Contenu a.avecimg:link {
	color: #009;
}
div#Contenu a.avecimg:visited {
	color: #009;	
}
div#Contenu a.avecimg:hover {
	color: #D10E14;
	text-decoration: underline overline;
}
div#Contenu a.bouton {
	font-size: 12px;
	font-weight: normal ;
	text-decoration: none;
	text-align: center;
	background: #D3D3D3;
	padding: 8px 5px 5px 5px;
	border-left: 1px solid #fff ;
	border-top: 1px solid #fff ;
	border-right: 1px solid #000 ;
	border-bottom: 1px solid #000 ;
	margin-left: 15px;
}
div#Contenu a.bouton:link{
	color: #009;
}
div#Contenu a.bouton:visited {
	color: #009;	
}
div#Contenu a.bouton:hover {
	color: #D10E14;
}
div#Contenu a.filtre {
	font-size: 12px;
	font-weight: normal ;
	text-decoration: none;
	text-align: center;
	background: #fff;
	padding: 3px 3px 3px 3px;
}
div#Contenu a.filtre:link{
	color: #009;
}
div#Contenu a.filtre:visited {
	color: #009;	
}
div#Contenu a.filtre:hover {
	color: #D10E14;
	text-decoration: underline overline;
}
div#Contenu form .champplein {
	background-color: #e2ecff;
}
div#Contenu form .champvide {
	background-color: #ffe4c4;
}
div#Contenu h1 {
	font-size: 20px;
	color: #2B4B88;
	line-height: 26px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 15px;
}
div#Contenu h2 {
	font-size: 16px;
	color: #5B7D98;
	line-height: 19px;
	margin: 20px 15px 5px;
	text-align: left;
}
div#Contenu h3 {
	font-size: 13px;
	color: #2B4B88;
	line-height: 17px;
	margin: 15px 15px 0px;
}
div#Contenu h4 {
	font-size: 12px;
	color: #5B7D98;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top: 1px dotted #999999;
}
div#Contenu h5 {
	font-size: 12px;
	color: #000;
	line-height: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-style: italic;
	font-weight: bold;
}
div#Contenu h1+p {
	margin-top: 6px;
}
div#Contenu h2+p {
	margin-top: 1px;
}
div#Contenu h3+p {
	margin-top: 8px;
}
div#Contenu h4+p {
	margin-top: 2px;
	margin-bottom: 6px;
}
div#Contenu h5+p {
	margin-top: 2px;
}
/* Liste evoluee */
div.news, div.news-accueil {
	border: 1px solid #FFA500;
	background: #fff;
	margin: 20px 3px 3px 3px;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #aaa;
	-moz-box-shadow: 5px 5px 12px #aaa;
	-webkit-box-shadow: 5px 5px 12px #aaa;
}
div.news-accueil {
	width: 370px;
	float: left;
	height: 200px;
}
div.news-detail {
	min-height: 150px ;
	font-size: 11px;
}
div.news-detail-small {
	height: 150px;
	font-size: 10px;
	overflow: auto;
}
div.news-titre {
	/* haut droite bas gauche */
	padding: 5px 5px 5px 30px;
	background: #FFF68F url(http://www.asso-api.org/images/20/calendar.png) no-repeat 3px center; 
	border-bottom: 1px solid #FFA500;
	font-size: 13px;
	font-weight: bold;
	color: #000;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
div.news h3 {
	background: white url(http://www.asso-api.org/images/32/calendar.png) no-repeat left top; 
	height: 35px ;
	padding-left: 40px;
	border-bottom: 1px solid red;
}
p.news-image {
	float: right;
	/* top right bottom left */
	margin: 5px 5px 5px 10px;
}
div.info a {
	font-size: 12px;
	padding-left: 22px;
	border:0;
}
div.evt {
	float: left;
	width: 370px;
	border: 1px solid #F5BCD2;
	background: #fff;
	margin: 15px 3px 3px 3px;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #aaa;    /* pour Firefox */ 
	-moz-box-shadow: 5px 5px 12px #aaa;    /* pour Firefox */ 
	-webkit-box-shadow: 5px 5px 12px #aaa; /* pour Chrome */
}
div.evt-titre {
	/* haut droite bas gauche */
	padding: 5px 5px 5px 5px;
	background: #F5BCD2 url(http://www.asso-api.org/images/20/info-rose.png) no-repeat 3px center; 
	height: 22px ;
	border-bottom: 1px solid #F5BCD2;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
div.evt-detail {
	min-height: 150px ;
	font-size: 11px;
}
div.evt-detail-small {
	font-size: 11px;
}

div.evt h3 {
	background: white url(http://www.asso-api.org/images/32/calendar.png) no-repeat left top; 
	height: 35px ;
	padding-left: 40px;
	border-bottom: 1px solid red;
}
p.evt-image {
	float: right;
	margin: 5px 5px 10px 10px;
}
p.evt-detail {
}

div#prive {
	clear:both;
	border: 1px solid #FFA500;
	background: #fff;
	margin: 20px 3px 3px 3px;
	list-style: none;
	/* Coins arrondis */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Ombre */
	box-shadow: 5px 5px 12px #aaa;
	-moz-box-shadow: 5px 5px 12px #aaa; /* pour Firefox */
	-webkit-box-shadow: 5px 5px 12px #aaa; /* pour Chrome */
}

div#prive-titre {
	/* haut droite bas gauche */
	padding: 5px 5px 5px 5px;
	background: #ffe4c4 url(http://www.asso-api.org/images/50/Cadenas_50x50.png) no-repeat 5px center; 
	height: 35px ;
	border-bottom: 1px solid #FFA500;
	padding-left: 60px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	/* Coins haut arrondis */
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;     /* pour Firefox */ 
    -webkit-border-radius: 10px 10px 0px 0px;  /* pour Chrome */
}
div#prive-detail {
	min-height: 50px ;
}

div#prive h3 {
	background: white url(http://www.asso-api.org/images/32/calendar.png) no-repeat left top; 
	height: 35px ;
	padding-left: 40px;
	border-bottom: 1px solid red;
}
p#prive-image {
	float: right;
	align: middle;
	margin: 5px 5px 10px 10px;
}
/* style pour le lien : annonce*/

div.annonce{
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #ED9A00;
	margin-top: 35px;
}

div.annonce a:link{
	color: #ED9A00;
	text-decoration: none;
	display: block;
}

div.annonce a:visited {
	color: #ED9A00;
	text-decoration: none;
}

div.annonce a:hover {
	color: #FFFFFF;
}


/* commande pour empecher apercu du logo dans les pages pour le print.css*/

#logoimpression{display:none;}

/* style pour les listes a puces dans contenu*/

div#Contenu li {
	margin-top: 2px;
	margin-bottom: 8px;
	padding-left: 0px;
}
div#Contenu ul {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 15px 15px 25px;
}

div#Contenu ol {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 15px 25px 35px;
	padding-left: 0px;
	list-style: decimal;
}

/* style pour tableaux dans contenu*/
/* width 400px si cell-droite presente*/

div#Contenu table {
	height: auto;
	/* width: 550px; */
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#Contenu table p {
	font-size: 12px;
	color: #5B7D98;
	margin: 8px 0px;
}
div#Contenu table h3 {
	font-size: 13px;
	color: #2B4B88;
	margin: 6px 0px 0px;
}
div#Contenu table h2 {
	font-size: 16px;
	color: #5B7D98;
	line-height: 19px;
	margin: 6px 0px 5px;
}

div#Contenu table td {
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	background: #e2ecff;
}
.separateursepais { border-right: 2px solid #FFFFFF; }
div#Contenu table td.jaune { background: #FFF68F }
div#Contenu table td.bleuciel { background: #e2ecff }
div#Contenu table td.bleu { background: #87CEFF }
div#Contenu table td.orange { background-color: #ffe4c4 }
div#Contenu table td.vert {	background: #BCEE68 }
div#Contenu table td.blanc { background: #fff }
div#Contenu table td.blanc-puce { background: #fff; text-align: right; }
div#Contenu table td.calfutur { background: #BCEE68; font-size:10px; border: none;}
div#Contenu table td.calnon { background: #FFF; font-size:10px; border: none; }
div#Contenu table td.calpasse { background: #FFF68F; font-size:10px; border: none; }
div#Contenu table td.calselect { background: #ffe4c4; font-size:10px; border: none;}
div#Contenu table td.calannee { background: #FFF; font-size:10px; border: none; }

div#TexteBas {
	text-align : center;
}

/* style pour general dans contenu*/
/* width 440px si cell-droite presente*/

div#Contenu {
	background-color: #FFFFFF;
	/* width: 580px; */
}
div#Contenu p {
	margin-right: 15px;
	margin-left: 15px;
}
.miseajour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 20px 15px;
	text-align: left;
}
.filarianne {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 20px 15px;
	text-align: left;
}
div#Contenu table th {
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	background: #0066dd;
	border-right: 1px solid #FFFFFF;
}
.bdv {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 7px;
	margin-bottom: 7px;
}
.bdvemag {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-right: 70px;
	padding-left: 70px;
	text-align: center;
}


span.date-com-presse {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

span.cal-ville {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #5B7D98;
}
span.cal-objectif {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #D10E14;
}
span.cal-heures {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #2B4B88;
}

.slogan {
	font-size: 17px;
	line-height: 20px;
	font-weight: lighter;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
}
.intrositeopt {
	font-size: 11px;
	color: #FFFFFF;
}

.intropasser {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 10px;
}
.intropasser a {
	color: #5B7D98;
}
.box { border:outset 1pt white }
