/* CSS Document */
html {
	height: 100%;
	height: 100%;
}

body {
	margin : 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	height: 100%;
	background-image: url(/2010/img/fond-visuel.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #c5e4e9;
}

/* Correspond au tableau complet encadrant tout le site*/
table#tableprincipal {
	height: 100%;
	width: 852px;
	background-color: #FFFFFF;
}

/* Cellule contenant l'image de gauche en fond */
td#bandeau-gauche
{
	vertical-align: top;
	text-align: right;
}

/* Cellule contenant l'image du contest supérieure */
td#bandeau-haut
{
	width: 852px; /* Largeur de l'image bandeau-contest.jpg*/
	height: 1px;
}

/* Cellule contenant l'image de droite en fond */
td#bandeau-droite
{
	vertical-align: top;
	text-align: left;
}

/* Cellule contenant le menu */
td#bandeau-menu
{
	background-image: url(/2010/img/bandeau-menu.jpg);
	background-repeat: no-repeat;
	height:36px;
}

td#bandeau-ombre
{
	height: 12px;
/*
	background-image: url(/2010/img/bandeau-ombre.jpg);
	background-position: top left;
	background-repeat: no-repeat;
*/
}

table#contenu
{
	width:100%;
	background: #FFFFFF;
}

td#contenuprincipal
{
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
}

td#ligneverte
{
	vertical-align: top;
}

td#bandeaupartenaire
{
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/2010/img/angle-onlylyon.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

td#bandeau-bas {
	height : 30px;
	width : 100%;
	background-color: #006B73;
}

.textegris { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.texteBleuTitre {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009ee1;
	font-weight: bold;
}

a.lieninscriptions:link {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
a.lieninscriptions:visited {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
a.lieninscriptions:hover {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
a.lieninscriptions:active {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}

a.lienbulletin:link {
	font-size: 11px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
a.lienbulletin:visited {
	font-size: 11px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
a.lienbulletin:hover {
	font-size: 11px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
a.lienbulletin:active {
	font-size: 11px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}

label { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

input, select, option, textarea { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

/* Correspond au tableau complet encadrant la partie inscriptions*/
table#tableinscriptions {
	text-align: left;
	border: 0px;
}

td#colonnelibelle {
	width: 104px;
}

h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.titreBleu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009ee1;
	font-weight: bold;
}

.messageErreur { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.tarif { 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.fraisTransaction { 
	font-size: 10px;
}

.valeurRecap { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tarifTotal { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

