@import url('/tools/xpxForms-v5-r2/styles.css');
@import url('/tools/inc/menuTetiere-prive.css');

body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	/* Google Chrome : impression des couleurs de fond. */
	-webkit-print-color-adjust:exact;
}

table {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	border-collapse: collapse;
	align: left;
}

p {
	margin: 0px;
}
div {
	/* FF les div se comportent comme dans IE */
	-moz-box-sizing : border-box;
	/* depuis IE8 les div se comportent en modèle traditionnel de boite */
	-ms-box-sizing: border-box;
	/* les navigateurs respectant CSS3 les div se comportent en modèle traditionnel de boite */
	box-sizing: border-box;
	/* Chrome les div se comportent en modèle traditionnel de boite */
	-webkit-box-sizing: border-box;
}
div.Print {
	display: none;
}
span {
	/* FF les div se comportent comme dans IE */
	-moz-box-sizing : border-box;
	/* depuis IE8 les div se comportent en modèle traditionnel de boite */
	-ms-box-sizing: border-box;
	/* les navigateurs respectant CSS3 les div se comportent en modèle traditionnel de boite */
	box-sizing: border-box;
	/* Chrome les div se comportent en modèle traditionnel de boite */
	-webkit-box-sizing: border-box;
}
a {
	/* FF les div se comportent comme dans IE */
	-moz-box-sizing : border-box;
	/* depuis IE8 les div se comportent en modèle traditionnel de boite */
	-ms-box-sizing: border-box;
	/* les navigateurs respectant CSS3 les div se comportent en modèle traditionnel de boite */
	box-sizing: border-box;
	/* Chrome les div se comportent en modèle traditionnel de boite */
	-webkit-box-sizing: border-box;

	/* Couleur par défaut. */
	color: #000000;
	text-decoration: none;
}
img {
	border: 0px solid #000000;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}
form {
	/* FF les div se comportent comme dans IE */
	-moz-box-sizing : border-box;
	/* depuis IE8 les div se comportent en modèle traditionnel de boite */
	-ms-box-sizing: border-box;
	/* les navigateurs respectant CSS3 les div se comportent en modèle traditionnel de boite */
	box-sizing: border-box;
	/* Chrome les div se comportent en modèle traditionnel de boite */
	-webkit-box-sizing: border-box;
}
input {
	/* FF les div se comportent comme dans IE */
	-moz-box-sizing : border-box;
	/* depuis IE8 les div se comportent en modèle traditionnel de boite */
	-ms-box-sizing: border-box;
	/* les navigateurs respectant CSS3 les div se comportent en modèle traditionnel de boite */
	box-sizing: border-box;
	/* Chrome les div se comportent en modèle traditionnel de boite */
	-webkit-box-sizing: border-box;
}


/* Couleurs de référence */
/* VertBleu Clair : #D0E9E6 */
/* Bleu foncé     : #0051A2 */

a.lienOutil:hover {
	cursor: pointer;
}

/* Mise en page */
/*==============*/
table.MiseEnPage {
	float: left;
}

table.MiseEnPage td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	/*border: 1px solid #000000;*/
}

/* Navigation */
/*============*/

table.MiseEnPage td.MenuGauche {
	padding: 0px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
	width: 205px;
	/* VertBleu Clair. */
	background-color: #D0E9E6;
}
table.MiseEnPage td.MenuGauche A IMG {
	border: 0px;
}
table.MiseEnPage td.MenuGauche A.MenuTitre {
	font-size: 14px;
	/* Blanc. */
	color:#FFFFFF;
	/* Bleu foncé logo. */
	background-color: #0051A2;
	font-weight: bold;
	display: block;
	text-align: left;
	text-decoration: none;
	width: 195px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.MiseEnPage td.MenuGauche A.MenuTitre:hover {
	/* VertBleu foncé. */
	background-color: #54BAAA;
}
table.MiseEnPage td.MenuGauche SPAN.MenuTitre {
	font-size: 14px;
	/* Blanc. */
	color:#FFFFFF;
	/* Bleu foncé logo. */
	background-color: #0051A2;
	font-weight: bold;
	display: block;
	text-align: left;
	text-decoration: none;
	width: 195px;
	padding: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.MiseEnPage td.MenuGauche A.MenuItem {
	font-size: 12px;
	/* Blanc. */
	color:#FFFFFF;
	/* Bleu foncé logo. */
	background-color: #0051A2;
	display: block;
	text-align: left;
	text-decoration: none;
	width: 195px;
	margin-top: 1px;
	padding: 3px;
	padding-left: 20px;
}
table.MiseEnPage td.MenuGauche A.MenuItem:hover {
	/* VertBleu foncé. */
	background-color: #54BAAA;
}

a.MenuItemH {
	font-size: 12px;
	color:#FFFFFF;
	background-color: #003399;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	padding: 4px 10px 4px 10px;
	text-align: center;

	display: inline-block;
}
a.MenuItemH:hover {
	background-color: #996600;
}
a.MenuItemH5 {
	font-size: 10px;
	color:#FFFFFF;
	background-color: #003399;
	font-weight: bold;
	text-decoration: none;
	width: 15px;
	text-align: center;
	margin-left: 3px;

	display: inline-block;
}
a.MenuItemH5:hover {
	background-color: #996600;
}
a.MenuItemH20 {
	font-size: 10px;
	color:#FFFFFF;
	background-color: #003399;
	font-weight: bold;
	text-decoration: none;
	width: 35px;
	text-align: center;
	margin-left: 3px;

	display: inline-block;
}
a.MenuItemH20:hover {
	background-color: #996600;
}
a.MenuItemH50 {
	font-size: 10px;
	color:#FFFFFF;
	background-color: #003399;
	font-weight: bold;
	text-decoration: none;
	width: 65px;
	text-align: center;
	margin-left: 3px;

	display: inline-block;
}
a.MenuItemH50:hover {
	background-color: #996600;
}
a.MenuItemH80 {
	font-size: 10px;
	color:#FFFFFF;
	background-color: #003399;
	font-weight: bold;
	text-decoration: none;
	width: 95px;
	text-align: center;
	margin-left: 3px;

	display: inline-block;
}
a.MenuItemH80:hover {
	background-color: #996600;
}

/* Corps du site */
/*===============*/

table.MiseEnPage td.Page {
	position: relative;
	/* VertBleu Clair. */
	background-color: #D0E9E6;
	/*background-color: #FFFFFF;*/
	width: 100%;
	height: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: top;
	/*border-style: solid;
	border-width: 2px;
	border-color: black;*/
}
table.MiseEnPage td.Page table.TitreH1 {
}
table.MiseEnPage td.Page table.TitreH1 td {
	font-size: 24px;
	line-height: 17px;
	/* Bleu foncé. */
	background-color: #0051A2;
	/* Blanc. */	
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	vertical-align: middle;
}
table.MiseEnPage td.Page table.TitreH1 td.CoinH1 {
	/* VertBleu Clair. */
	background-color: #D0E9E6;
	padding: 0px;
}

table.MiseEnPage td.Page table.TitreH2 {
	margin-left: 50px;
	margin-bottom: 50px;
}
table.MiseEnPage td.Page table.TitreH2 td {
	font-size: 24px;
	line-height: 14px;
	/* VertBleu Clair. */
	background-color: #D0E9E6;
	/* Bleu foncé. */
	color: #0051A2;
	padding: 3px;
	vertical-align: middle;
	border-top: 1px solid #0051A2;
	border-bottom: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.TitreH2 td.CoinH2 {
	padding: 0px;
	border-top: 0px solid #0051A2;
	border-bottom: 0px solid #0051A2;
}
div.TitreH2 {
	display: inline-block;
	width: auto;
	margin-left: 50px;
	margin-bottom: 20px;

	/* Bleu foncé. */
	font-size: 24px;
	color: #0051A2;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;

	border: 1px solid #0051A2;
	border-radius: 24px;
}
table.MiseEnPage td.Page table.TitreH3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
table.MiseEnPage td.Page table.TitreH3 td {
	font-size: 14px;
	line-height: 4px;
	/* VertBleu Clair. */
	background-color: #D0E9E6;
	/* Noir */
	color: #000000;
	font-weight: bold;
	padding: 0px;
	vertical-align: middle;
	border-top: 1px solid #0051A2;
	border-bottom: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.TitreH3 td.CoinH3 {
	padding: 0px;
	border-top: 0px solid #0051A2;
	border-bottom: 0px solid #0051A2;
}
div.TitreH3 {
	display: inline-block;
	width: auto;
	margin-top: 14px;
	margin-bottom: 10px;

	/* Bleu foncé. */
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;

	border: 1px solid #0051A2;
	border-radius: 14px;
}
table.TitreH3SansMarge {
	margin-top: 0px;
	margin-bottom: 0px;
}
table.TitreH3SansMarge td {
	font-size: 14px;
	/* VertBleu Clair. */
	background-color: #D0E9E6;
	/* Noir */
	color: #000000;
	font-weight: bold;
	padding: 0px;
	vertical-align: middle;
	border-top: 1px solid #0051A2;
	border-bottom: 1px solid #0051A2;
}
table.TitreH3SansMarge td.CoinH3 {
	padding: 0px;
	border-top: 0px solid #0051A2;
	border-bottom: 0px solid #0051A2;
}
div.TitreH3SansMarge {
	display: inline-block;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;

	/* Bleu foncé. */
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;

	border: 1px solid #0051A2;
	border-radius: 14px;
}

/* Tableau */
/*=========*/

table.MiseEnPage td.Page table.Tableau th {
	text-align: center;
	padding: 5px;
	/* Bleu foncé. */
	border: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Tableau td {
	text-align: center;
	padding: 5px;
	/* Bleu foncé. */
	border: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Tableau td.Gauche {
	text-align: left;
}
table.MiseEnPage td.Page table.Tableau td A:link {
	/* Noir */
	color: #000000;
}
table.MiseEnPage td.Page table.Tableau td A:visited {
	/* Noir */
	color: #000000;
}
table.MiseEnPage td.Page table.Tableau td A:hover {
	color: #FFFFFF;
	background-color: #996600;
}
table.MiseEnPage td.Page table.Tableau td A.MenuItemH {
	color: #FFFFFF;
}

/* Tableau Liste */
/*===============*/
table.MiseEnPage td.Page table.Liste {
	border-spacing: 20px 3px;
}
table.MiseEnPage td.Page table.Liste tr:nth-child(even) {background: #FFFFFF;}
table.MiseEnPage td.Page table.Liste tr:nth-child(odd) {background: transparent;}

table.MiseEnPage td.Page table.Liste th {
	vertical-align: top;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	border-top: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste th.vertical {
	position: relative;
	padding: 0px;
	white-space: nowrap;
}
html>body table.MiseEnPage td.Page table.Liste th span.vertical {
	bottom: -10px;
}
table.MiseEnPage td.Page table.Liste th span.vertical {
	margin: 0px;
	/* la position absolute est obligatoire pour que le transform opère. */
	position: absolute;
	/* la rotation est effectuée autour du pivot point haut gauche d'origine du span. */
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform-origin:    0 0;
	-moz-transform: rotate(-90deg);
	-ms-transform-origin:     0 0;
	-ms-transform: rotate(-90deg);
	-o-transform-origin:      0 0;
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	/* La position est définie à partir du point haut gauche d'origine. */
	bottom: 5px;
	left: 0px;

	/*border: 1px solid red;*/
}
table.MiseEnPage td.Page table.Liste th a:hover {
	color: #FFFFFF;
	background-color: #996600;
}
table.MiseEnPage td.Page table.Liste th.bg {
	border-left: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste th.bgx3 {
	border-left: 3px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste th.bd {
	border-right: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste th.bb {
	border-bottom: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste th.sbh {
	border-top: none;
}
table.MiseEnPage td.Page table.Liste th.droit {
	text-align: right;
}
table.MiseEnPage td.Page table.Liste th.haut {
	vertical-align: top;
}
table.MiseEnPage td.Page table.Liste th.centre {
	text-align: center;
}
table.MiseEnPage td.Page table.Liste th.fluo {
	background-color: #FFFD34;
}
table.MiseEnPage td.Page table.Appli th {
	vertical-align: middle;
	border: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Appli tr.bgcolor1 {
	background-color: #FFFFFF;
}
table.MiseEnPage td.Page table.Appli tr.bgcolor0 {
}
table.MiseEnPage td.Page table.Appli tr.bghover {
	/*background-color: #996600;*/
	background-color: #CC9933;
	color: #FFFFFF;
	cursor: pointer;
}
table.MiseEnPage td.Page table.Liste td {
	vertical-align: top;
	/* Bleu foncé. */
	/*border: 1px solid #0051A2; */
	padding: 2px 3px 2px 3px;
	border-top: 1px solid #0051A2;
	border-bottom: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste td.vertical {
	white-space: nowrap;
}
html>body table.MiseEnPage td.Page table.Liste td.vertical {
	width: auto;
	min-width: 10px;
}
table.MiseEnPage td.Page table.Liste td span.vide {
	padding-left: 3px;
	padding-right: 3px;
}
table.MiseEnPage td.Page table.Formation td {
	padding: 5px;
}
table.MiseEnPage td.Page table.Clubs td {
	height: 20px;
	vertical-align: middle;
}
table.MiseEnPage td.Page table.Liste td.bg {
	border-left: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste td.bgx3 {
	border-left: 3px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste td.bd {
	border-right: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste td.sbh {
	border-top: none;
}
table.MiseEnPage td.Page table.Liste td.sbb {
	border-bottom: none;
}
table.MiseEnPage td.Page table.Appli td {
	vertical-align: middle;
	border: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Appli td.centre {
	text-align: center;
}
table.MiseEnPage td.Page table.Liste td.droit {
	text-align: right;
}
table.MiseEnPage td.Page table.Liste td.haut {
	vertical-align: top;
}
table.MiseEnPage td.Page table.Liste td.Question {
	border-top: 3px solid #0051A2;
}
table.MiseEnPage td.Page table.Liste td.QuestionErreur {
	border-top: 3px solid #0051A2;
	background-color: #FFCC66;
}
table.MiseEnPage td.Page table.Liste td div.RepLibre {
	/* Apparemment : bug dans IE, pre au sein d'un tableau ne fonctionne pas correctement. */
	/* Permet le retour à la ligne forcé malgré le pre. */
	/* Au 24/07/2009, fonctionne sous IE, FF et Chrome. */
	/*white-space: pre-wrap;*/      /* css-3 */
	/*word-wrap: break-word;*/      /* Internet Explorer 5.5+ */

	/*white-space: -moz-pre-wrap;*/  /* Mozilla, since 1999 */
	/*white-space: -pre-wrap;*/      /* Opera 4-6 */
	/*white-space: -o-pre-wrap;*/    /* Opera 7 */

	background-color: #EEEEEE;
	padding: 5px;

	/*font-family: Arial, Helvetica, sans-serif, Verdana;*/
	/*font-size: 12px;*/
}
/*
table.MiseEnPage td.Page table.Liste td A {
	text-decoration: none;
	color: black;
} */
table.MiseEnPage td.Page table.Liste td A:hover {
	color: #FFFFFF;
	background-color: #996600;
}
table.MiseEnPage td.Page table.Liste td A.MenuItemH {
	/* Blanc */
	color: white;
}
table.MiseEnPage td.Page table.Liste td A.MenuItemH5 {
	/* Blanc */
	color: white;
}
table.MiseEnPage td.Page table.Liste td A.MenuItemH150 {
	/* Blanc */
	color: white;
	width: auto;
}
table.MiseEnPage td.Page table.Liste td div.duree {
	display: block;
}
table.MiseEnPage td.Page table.Liste td div.fluo {
	background-color: #FFFD34;
}
/*
table.MiseEnPage td.Page table.Liste td.rouge A {
	color: red;
	font-weight: bold;
}
table.MiseEnPage td.Page table.Liste td.vert A {
	color: green;
	font-weight: bold;
}
table.MiseEnPage td.Page table.Liste td.vertrouge A {
	color: red;
	font-weight: bold;
	background-color: #0000AA;
}
table.MiseEnPage td.Page table.Liste td.jaune A {
	color: #000000;
	background-color: #FF0000;
	font-weight: bold;
} */
a.Qrouge {
	color: red;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	white-space: nowrap;
	padding: 2px;
}
a.Qorange {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	white-space: nowrap;
	padding: 2px;
}
a.Qvert {
	color: green;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	white-space: nowrap;
	padding: 2px;
}
a.Qvertrouge {
	color: black;
	font-weight: bold;
	background-color: #F90;
	text-decoration: none;
	margin-right: 10px;
	white-space: nowrap;
	padding: 2px;
}
a.Qjaune {
	color: #000000;
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	white-space: nowrap;
	padding: 2px;
}
span.rouge {
	color: red;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
}
span.vert {
	color: green;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
}
span.vertrouge {
	color: red;
	font-weight: bold;
	background-color: #0000AA;
	text-decoration: none;
	border: 1px solid #000000;
}
span.jaune {
	color: #000000;
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
}

/* Tableau Stats */
/*===============*/

table.MiseEnPage td.Page table.Stats th {
	vertical-align: top;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	border: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Stats td {
	vertical-align: top;
	/* Bleu foncé. */
	/*border: 1px solid #0051A2; */
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #0051A2;
}
table.MiseEnPage td.Page table.Stats td.Gauche {
	vertical-align: top;
	/* Bleu foncé. */
	/*border: 1px solid #0051A2; */
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #0051A2;
	border-right: none;
}
table.MiseEnPage td.Page table.Stats td.Droit {
	vertical-align: top;
	/* Bleu foncé. */
	/*border: 1px solid #0051A2; */
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #0051A2;
	border-left: none;
}
table.MiseEnPage td.Page table.Stats td.Milieu {
	vertical-align: top;
	/* Bleu foncé. */
	/*border: 1px solid #0051A2; */
	padding-left: 2px;
	padding-right: 2px;
	border-right: none;
	border-left: none;
}
table.MiseEnPage td.Page table.Stats td A {
	text-decoration: none;
	color: black;
}
table.MiseEnPage td.Page table.Stats td A:hover {
	color: #FFFFFF;
	background-color: #996600;
}
table.MiseEnPage td.Page table.Stats th A {
	text-decoration: none;
	color: black;
}
table.MiseEnPage td.Page table.Stats th A:hover {
	color: #FFFFFF;
	background-color: #996600;
}

/* Tableau Reproductibilite */
/*==========================*/

table.MiseEnPage td.Page table.Reproductibilite th {
	vertical-align: middle;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #0051A2;
	background-color: #88DDDB;
}
table.MiseEnPage td.Page table.Reproductibilite TH.NonGras {
	font-weight: normal;
}
table.MiseEnPage td.Page table.Reproductibilite td {
	vertical-align: middle;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #0051A2;
}

/* Tableau des messages utilisateurs (msg_v12). */
/*==============================================*/
/* 20/02/2018 : Suppression des styles
table.msg {
	border-color: #000000;
	border-spacing: 5px;
}
table.msgcritical {
	border-color: #FF0000;
	background-color: #FF0000;
}
table.msgexclamation {
	border-color: #FFCC00;
	background-color: #FFCC00;
}
table.msginformation {
	border-color: #AAB5ED;
	background-color: #AAB5ED;
}
table.msgquestion {
	border-color: #AAB5ED;
	background-color: #AAB5ED;
}
table.msg th {
	padding: 2px;
	border-width: 5px;
	border-style: solid;
}
table.msg td {
	padding: 2px;
	background-color: #FFFFFF;
	border-width: 5px;
	border-style: solid;
}
table.msg td.msgIcone {
	width: 50px;
	vertical-align: middle;
}
table.msg td.msgIcone img {
	border: none;
}
table.msg td.msgContenu {
	vertical-align: top;
}
*/

/* Styles cahier journal. */
/*========================*/
div.evenement {
	width: 100%;
	margin: 5px 5px 0px 0px;
	padding: 5px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
}
div.evenement h3 {
	margin: 0px;
}
div.evenement span.date {
	background-image: url(/img/biseau-portail-1.png);
	background-position: top right;
	color: #FFFFFF;
	padding: 3px 15px 3px 5px;
	margin: 5px 0px 5px 0px;
	line-height: 20px;
}
div.evenement table {
	width: 100%;
}
div.evenement table td.details {
	position: relative;
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}
div.evenement table td.details a.menuItemH {
	position: absolute;
	right: 10px;
	width: 100px;
}
div.evenement table td.synopsis {
	vertical-align: top;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
}
div.evenement table td.synopsis pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Styles menu navigation (en haut à droite de l'écran) */
/*======================================================*/

div.menuNavigation {
	float: right;
	position: relative;
	top: -30px;
}

/* Styles recherche des contacts. */
/*================================*/

fieldset.recherche {
	float: left;
	margin: 5px;
}

form.excel input {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	margin: 2px;
}
form.excel input.input_integer {
	text-align: right;
}
form.excel input.input_checkbox {
}



/* Styles type club. */
/*===================*/
div#typeclub {
	position: fixed;
	top: 50px;
	right: 0px;
	width: 150px;
	height: 75px;
	z-index: 100;
}
div#typeclub img {
	width: 150px;
	height: 75px;
}