.lienpassouligne {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
}

.lienpassoulignefin {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #666699;
	text-decoration: none;
}

.msgaction {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #666699;
  border: 1px solid gray; /* Pas besoin d'expliquer */
  padding: 4px;           /* Ne pas coller le TEXTE à la bordure */
  padding-left: 25px;     /* Pour que le texte ne soit pas SUR l'icône (image de fond) */
  min-height: 32px;       /* Au cas où le texte est plus petit : afficher l'icône en entier (2*4+32)... */
  vertical-align: middle; /* ... et centrer le texte verticalement */
  background : url('images/info.png') #F2F2F2; /* Si on définit une propriété background alors il faut définir toutes les autres :   */
  background-repeat : no-repeat;        /* Impossible de définir la couleur, la position et la répétition une fois pour toute */
  background-position: 4px 50%;        /* dans la règle d'au dessus et de ne changer que l'image ici et en dessous !         */
}

.msgerror {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
  border: 1px solid gray; /* Pas besoin d'expliquer */
  padding: 4px;           /* Ne pas coller le TEXTE à la bordure */
  padding-left: 25px;     /* Pour que le texte ne soit pas SUR l'icône (image de fond) */
  min-height: 32px;       /* Au cas où le texte est plus petit : afficher l'icône en entier (2*4+32)... */
  vertical-align: middle; /* ... et centrer le texte verticalement */
  background : url('images/cancel.png') #FFF0F3; /* Si on définit une propriété background alors il faut définir toutes les autres :   */
  background-repeat : no-repeat;        /* Impossible de définir la couleur, la position et la répétition une fois pour toute */
  background-position: 4px 50%;        /* dans la règle d'au dessus et de ne changer que l'image ici et en dessous !         */
}

listorange {
	list-style-position: inside;
	list-style-image: url(images/f_orange.gif);
	vertical-align:middle;
}

ul{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:6px;
  padding:0;
}

li {
  font-family: tahoma;
  font-size: 11px;
  color: #4c4c4c;
  list-style-image : url(images/fleche_menu.gif);
  text-align: left;
}

.cls {
	background-color: #66CC33;
}

.flatinput {
	font-family: tahoma;
  font-size: 11px;
	border: 1px solid #999999;
  padding: 1px;
}	

.defaultfont{
	font-family: tahoma;
  font-size: 11px;
  font-style : none;
  font-weight: none;
  text-decoration: none;
}

.defaultfontbold{
	font-family: tahoma;
  font-size: 10px;
  font-style : none;
  font-weight: bold;
  text-decoration: none;
	color: #666699;
}

html{
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma;
  font-size: 11px;
	width: 100%;
  background-color: #FFFFFF;
}

td {
	font-family: tahoma;
  	font-size: 11px;
}

td.bged {	background-image: url(images/fond_menu.gif);}

td.bgedmenu {	background-image: url(images/bg_menu_gauche_titre.gif);}

html>body #contenu {
  height: auto;
 	min-height: 700px;
}

form {
  margin:0;
  padding:0;
}

img {
  	border: 0;
}

#conteneur {
  background-color: #FFFFFF;
}

#header {
	background-image: url(images/fond_title.gif);
	height: 96px;
}

#imagetitre {
    position : absolute;
  	margin-left: 0px;
  	margin-top: 0px;
}

#header_up {
position: absolute;
top: 80 px;
left: 100 px;
}

#loginblock {
	  height: 25px;
	  background-image: url(images/header_up.jpg);
    background-repeat: no-repeat;
    background-position: 0px 6px;
  	margin-top: 0px;
  	margin-right: 0px;
  	padding-top: 3px;
  	padding-left: 4px;
  	padding-right: 4px;
}

#pubblock {
  position: absolute;
  height: 70px;
	width: 670px;
  top: 31px; /*36*/
  right: 50px; /*50*/
}

#titleblock {
  position: absolute;
  height: 35px;
	width: 300px;
  top: 29px;
  left: 140px;
}

#loginbordure {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  border: 0;
}

#subtitlebar {
	height: 23px;
	width: 100%;
	left: 0px;
	top: 0px;
background-color: #00F0FF;}

#blocgauche {
  position: absolute;
  width: 190px;
	float: left;
  margin-top: 0px;
  left: 0px;
  top: 125px;
}

#contenu {
  text-align: center;
  margin-left: 190px;
  margin-right: 190px;
  height: 200px;
  background-color: #FFFFFF;
}

#blocdroit {
  position: absolute;
  width: 190px;
  margin-top: 0px;
  right: 0px;
  top: 125px;
}
.spacer {
  clear: both;
}

#footer {
  text-align: middle;
  height: 30px;
}

#copyright {
	vertical-align: bottom;
	font-family: tahoma;
  font-size: 11px;
  color: #4c4c4c;
}

.lienpetitorange {
	font-family: tahoma;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.texteblanc {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.accueil_titre {
 font-family:  Arial, Verdana, Helvetica, sans-serif;
 font-size: 13px;
 color: #000084;
 font-style : none;
 font-weight: bold;
 text-decoration: none;
 margin-bottom: 6px;
}

input.flatnumeric {
	font-family: tahoma;
  font-size: 11px;
	border: 1px solid #999999;
  padding: 1px;
  text-align: right;
  disabled-color : #FF0000
}

.error {
  color: #FF0000;
  font-size : 11px;
}

.titretableau {
  background-color: #FFFFFF;
  border: 1px solid gray; /* Pas besoin d'expliquer */
  padding: 8px;           /* Ne pas coller le TEXTE à la bordure */
  min-height: 32px;       /* Au cas où le texte est plus petit : afficher l'icône en entier (2*4+32)... */
 	margin-top: 10px;
 	margin-right: 10px;
 	margin-bottom: 10px;
 	margin-left: 10px;
}

.titrevideo {
  font-weight: bold;
  color: #990000;
  font-size: 24px;
}

h1 {
  color: #FFFFFF;
  font-size: 12px;
}

h2 {
  font-weight: bold;
  color: #990000;
  font-size: 18px;
}

h3 {
  font-weight: bold;
  color: #990000;
  font-size: 12px;
}

#corpForm             {margin-top: 10px;background: white;margin: 0;padding: 1em;}
#corpForm fieldset    {border: 1px solid #000000;background-color: #eeeeee;margin: 0;font-style: normal;padding: 1em 1em 1em;}
#corpForm legend      {font-weight: bold; background: transparent;}
#corpForm p           {padding: .2em 0; margin: 0 0 .2em 0;}
#corpForm fieldset#coordonnees label {float: left;width: 165px;text-align: right;margin: 0;padding: 0 .5em 0 0;line-height: 1.8;}
#corpForm label:hover, #piedForm input {cursor: pointer;}
#titreForm            {font: bold 1.1em arial, hevetica, sans-serif;color: white;background: #CC3333;margin: 0;padding: .5em;border-top: 1px solid #000000;border-left: 1px solid #000000;border-right: 1px solid #000000;}



