body {
    background-color: white; /*#FFFFFF;*/
	width: 990px;
    margin: auto;
    padding: 0px;
}

img{
    border: 0px;
}

/* Ici tout les liens sont  formatter */
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;  /*underline : souligné   ,   overline : ligne au-dessus,     line-through : barré,    blink : clignotant,     none : normal */
   color: #0000FF;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   text-decoration: none;
   color: #0000FF;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline overline;
   color: #0000FF;
}
a /* Lien normal */
{
   color: #0000FF;
   text-decoration: none;   
}

div.Header{
    width: 987px;
    margin: auto;
    margin-top: 5px;
    float: left;
}

div.HeaderTop{
    height: 32px;
    background: url("images/header_top2.png") no-repeat scroll ;
}

div.HeaderTopText{
    text-align: justify;
    padding-top: 3px 5px 0px 5px;
    width: 565px;
    height: 15px;
    position: relative;
    top: 2px;
    left: 407px;
}

form.Login{
    float: left;
    margin-top: 3px;
}

.validerOn{
    background-image: url(images/bouton.png);
    cursor: pointer;
    padding:1px;
}

div.HeaderCenter{
    height: 93px;
    background: url("images/header_center.png") no-repeat scroll ;
}

div.HeaderCenterText{
    text-align: justify;
    height: 65px;
    width: 470px;
    overflow: auto; /* mettre hidden si on ne veut pas qu'apparaisse la barre de défillement */
    position: relative;
    top: 12px;
    left: 500px;
    padding: 2px;
}

div.HeaderBottom{
    height: 28px;
    background: url("images/header_bottom.png") no-repeat scroll ;
}

div.HeaderBottomText{
    text-align: center;
    height: 20px;
    width: 395px;
    overflow: hidden;
    position: relative;
    left: 294px;
}

div.HeaderBottomText a {
    margin: 0px 4px; /* Definie l'espacement entre les liens dans le block HeaderBottomText*/
}

div.Title{
    width: 987px;
    margin: auto;
    margin-top: 5px;
    height: 26px;
    background: url("images/title.png") no-repeat scroll ;
    float: left;
}

div.TitleText{
    margin: 3px 25px 0px 25px;
    text-align: center;
}

div.MenuLeft{
    width: 168px;
    margin: auto;
    margin-top: 5px;
    float: left;
}

div.MenuLeftTop{
    height: 46px;
    background: url("images/menu_left_top.png") no-repeat scroll ;
}

div.MenuLeftTopText{
    padding: 5px 12px 0px 5px;
    text-align: center;
}

	div.MenuLeftTopText a:link 
	{ 
		color: #000000; 
		text-decoration: none; 
	}

	div.MenuLeftTopText a:visited 
	{ 
		color: #000000; 
		text-decoration: none; 
	}

	div.MenuLeftTopText a:hover 
	{ 
		color: #000000; 
		text-decoration: non; 
	}

div.MenuLeftCenter{
    background: url("images/menu_left_center.png") repeat-y scroll ;
}

div.MenuLeftCenterText{
    margin: auto;
    min-height: 50px;
    width: 150px;
    text-align: Left;
}

	div.MenuLeftCenterText a:link 
	{ 
		color: #CCFFFF; 
		text-decoration: none; 
	}

	div.MenuLeftCenterText a:visited 
	{ 
		color: #CCFFFF; 
		text-decoration: none; 
	}

	div.MenuLeftCenterText a:hover 
	{ 
		color: #CCFFFF; 
		text-decoration: blink; 
	}
	
div.MenuLeftBottom{
    height: 20px;
    background: url("images/menu_left_bottom.png") no-repeat scroll ;
}

div.Main{
    width: 635px;
    margin: 2px;
    margin-top: 3px;
    margin-bottom: 2px;
    float: left;
}

div.MainTitle{
    margin-bottom: 5px;
    height: 50px;
    background: url("images/main_title.png") no-repeat scroll ;
}

div.MainTitleText{
    font-size: 1.5em;
    text-align: center;
    font-family : Times New Roman;
	width: 190px;
    margin: auto;
    padding: 8px 0px 5px 0px;
}

div.MainTop{
    height: 18px;
    background: url("images/main_top.png") no-repeat scroll ;
}

div.MainCenter{
    background: url("images/main_center.png") repeat-y scroll ;
}

div.MainCenterText{
    min-height: 398px;
    width: 625px;
    margin: -5px;
    padding: 5px 10px;
    text-align: justify;
	font-family : Georgia, Tahoma, Arial, Times New Roman, Times, serif;
}

div.MainBottom{
    height: 18px;
    background: url("images/main_bottom.png") no-repeat scroll ;
}


div.MenuRight{
    width: 168px;
    margin: auto;
    margin-top: 5px;
    float: right;
}

div.MenuRightTop{
    height: 46px;
    background: url("images/menu_right_top.png") no-repeat scroll ;
}

div.MenuRightTopText{
    padding: 5px 12px 0px 5px;
    text-align: center;
}

	div.MenuRightTopText a:link 
	{ 
		color: #000000; 
		text-decoration: none; 
	}

	div.MenuRightTopText a:visited 
	{ 
		color: #000000; 
		text-decoration: none; 
	}

	div.MenuRightTopText a:hover 
	{ 
		color: #000000; 
		text-decoration: non; 
	}

div.MenuRightCenter{
    background: url("images/menu_right_center.png") repeat-y scroll ;
}

div.MenuRightCenterText{
    margin: auto;
    min-height: 164px;
    width: 150px;
    text-align: Left;
}


	div.MenuRightCenterText a:link 
	{ 
		color: #CCFFFF; 
		text-decoration: none; 
	}

	div.MenuRightCenterText a:visited 
	{ 
		color: #CCFFFF; 
		text-decoration: none; 
	}

	div.MenuRightCenterText a:hover 
	{ 
		color: #CCFFFF; 
		text-decoration: blink; 
	}

div.MenuRightBottom{
    height: 20px;
    background: url("images/menu_right_bottom.png") no-repeat scroll ;
}


div.Footer{
    width: 987px;
    margin: auto;
    margin-top: 5px;
    float: left;
}

div.FooterTop{
    height: 26px;
    background: url("images/footer_top.png") no-repeat scroll ;
}

div.FooterTopText{
    text-align: center;
    width: 970px;
    margin: auto;
    padding-top: 4px;
}

div.FooterTopText a {
    margin: 0px 4px; /* Definie l'espacement entre les liens dans le block HeaderBottomText*/
}

div.FooterBottom{
    height: 41px;
    background: url("images/footer_bottom.png") no-repeat scroll ;
}

/* Styles */

.StyleMenu {color: #CCFFFF}

.VertGras {
	color: #009900;
	font-weight: bold;
}

.RougeGras {
	color: #FF0000;
	font-weight: bold;
}

.Styletitrepronostic {color: #FFFFFF}

/* Supprimer par la suite apres verif dans les documents */
.Styletitrepronostiques {color: #FFFFFF}

.Correct {
	color: #009900;
}

.Incorrect {
	color: #FF0000;
}

.k {
	font-weight: bold;
}
