﻿body
{
	font:normal 11px verdana,sans-serif;
}

/* =========================================================== */
/* Style Font */
/* =========================================================== */
.st_paragrapheBleu
{
	font-size: 11px;
	color: #00B6F2;
	font-weight: bold;
	vertical-align:middle;
}
.txtsimple
{
	font-size: 10px;	
}
.lien_txt:link, .lien_txt:visited
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
.lien_txt:hover, .lien_txt:active
{
	font-size: 10px;
	color: #000000;
	border-bottom: 1px solid #000000;
}
.txtsimplebold
{
	font-size: 10px;
	font-weight: bold;
}

.lien_arrow
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.lien_arrow:hover
{
	font-size: 11px;
	color: #00b6f2;
	font-weight: bold;
	text-decoration: none;
}

/* =========================================================== */
/* UCcatalogue2 */
/* =========================================================== */
.coordonnees, .inscription
{
	font-size: 10px;
	color: #000000;
	margin-bottom: 15px;
	text-decoration: none;
}
.coordonnees > div, .inscription > div
{
	margin: 10px 1em 1em;	
}


#Titre
{
	padding-top: 12px;
	border-top: dashed 1px #00B6F2;
	font-size: 24px;
	color: #00B6F2;	
	text-decoration: none;
	margin:0px 0px 40px;
	font-weight:normal;
	font-family:Verdana;
}

#Titre:first-letter
{
	text-transform:uppercase;
    font:bold 36px Verdana;
}

.titre_intro
{
	font-size: 11px;
	font-family: Verdana,sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.marginbas
{
	margin-bottom: 20px;
}
.marginbas_grand
{
	margin: 45px 0 30px 0;
}
.textbold
{
	font-size: 10px;
	font-family: Verdana,sans-serif;
	color: #000000;
	font-weight: bold;
}
/* =========================================================== */
/* Gestion du rollover */
/* =========================================================== */
#RollOver
{
	visibility: hidden;
	width: 200px;
	position:absolute;
	background-color:White;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	color: #777777;
	border: thin solid #00B6F2;
	text-align:left;
}
.styleTable
{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	width: 100%;
	margin: 10px 0 0 0;
}
.styleA
{
	text-decoration:none;
	color:Black;
	font-family:Verdana,sans-serif;
}
.imageInfo
{
	vertical-align:bottom;
	border:0;
}
.normal {	
	background: white;
	color: black;
}
.focus {	
	background: beige;
	color: black;
}
.blueTitre
{
	color:#00B6F2;
}
.lienVotreTransport
{
	text-decoration:none;
	color:White;
}

/*** Mise en forme du formulaire ***/

#inscription {
	border: none;
	margin: 0;
	padding: 0;
	width: 40em;	/*** Largeur du formulaire ***/
}
#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	background: black;
	margin: 0;
	padding: .5em;
}
#piedForm {
	text-align: right; /*** Les boutons sont alignés à droite ***/
}
#piedForm input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 1em;
}
.corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	color: black;
	/*background: #efefef;*/
	margin: 0;
	padding: 1em;
	float:left;
	width:325px;
	/*border: solid 2px #00B6F2;*/
}

.corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	border: solid 1px #00B6F2;
	
}
.corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
	font-size: 12px;
	font-family: Verdana,sans-serif;
}

.corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
.corpForm fieldset .coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
	font-size: 11px;
	font-family: Verdana,sans-serif;
	color: #00B6F2;
	font-weight: bold;
}

.corpForm fieldset .divInfo {	/*** Mise en forme des intitulés de champs ***/
	min-height: 70px;
	
}

.corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
.corpForm label.oblig {
	font-weight: bold;
	display:block;
	width:160px;
	float:left;	/*** Mise en évidence des champs obligatoires ***/
}
.corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}
.corpForm .soustitrebleu {	/*** Mise en forme des aides contextuelles ***/
	font-size: 11px;
	font-family: Verdana,sans-serif;
	color: #00B6F2;
	background: transparent;
	margin: 0;
	padding: 0;
}
.corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
.corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
.corpForm a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
.corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
.corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

/*** Mise en forme des messages d'erreur ***/

.corpForm .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}

.corpForm .messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}

/* =========================================================== */
/* pnlInfo */
/* =========================================================== */
.txtsimplebold
{
	font-size: 11px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
}

/****************************************************
* STYLES POUR INFO Image Tip tool
*****************************************************/
a.cssTip
{
position: relative;
}
a.cssTip img
{
	vertical-align:bottom;
}
a.cssTip span.InfoImage
{
	display: none;
}

a.cssTip:hover {
background: none; /* correction d'un bug IE */
z-index: 1;
}

a.cssTip:hover span.InfoImage
{
	font:normal 10px verdana;
	color:#666666;
	display: inline;
	background: ghostwhite;
	left: 1em;
	top: 2em;
	width:200px;
	border:2px solid #00B6F2;
	position: absolute;
	padding:2px;
	vertical-align:bottom;
}
.cssInfoTitre
{
	font:bold 11px verdana;
	color:#00B6F2;
}