@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#23667d;

}

a
{
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

#container
{
	width: 942px;
	height:	auto;
	margin: 0px auto;
	
}

#container2
{
	width: 942px;
	height:	auto;
	margin: 0px auto;
	
}

#ban
{
	width: 942px;
	height:	155px;
	border-bottom: 1px solid #FFFFFF;
	background-image:url(../images/ban.png);
	background-repeat:no-repeat;
	
}


#bouton
{
	width: 115px;
	height:	27px;
	background-image:url(../images/onglet.png);
	float:left;
	text-align:center;
}

#bouton_1
{
	width: 115px;
	height:	27px;
	background-image:url(../images/onglet_1.png);
	float:left;
	text-align:center;
}

#onglet_video
{
	width: 193px;
	height:	27px;
	background-image:url(../images/onglet_video.png);
	float:left;
	text-align:center;
}

#onglet_video_1
{
	width: 193px;
	height:	27px;
	background-image:url(../images/onglet_video_1.png);
	float:left;
	text-align:center;
}


#accueil_left
{
	width: 595px;
	height:	auto;
	/* padding-left:40px; */
	padding-top:42px;
	float:left;
	text-align:justify;
}

#accueil_right
{
	width: 310px;
	height:	auto;
	padding-top:42px;
	float:right;
}

#gauche_haut
{
	width: 188px;
	background-color:#b8cdd5;
}

#barre_video
{
	width: 577px;
	height: 17px;
	background-color:#231d8b;
	text-align:center;
}

/* Info-bulle */

a.info_bulle{
	display:block;
	float:left;
	position : relative;
	padding:2px;
}
a.info_bulle span{
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #FFFFFF;	/* Dfinition du fond, sinon on a le mme que notre lien */
    border         :  1px solid #231D8B; /* Dfinition des bordures */
	text-decoration:none;
	color:#000;
	padding:3px;
	margin-left:10px;
	font-size:10px;
}

a.info_bulle:hover {
  border : 0;  /* ligne qui corrige le bug d'IE6 et infrieur */
  text-decoration:none;
}   

a.info_bulle:hover span, a.info_bulle:focus span, a.info_bulle:active span {
    top        :  auto;
    left       :  auto;
    width      :  220px;
    height     :  auto;
    overflow   :  visible;
}

<!--
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.style2 {
	font-size: 15px;
	font-weight: bold;
	color: #231e8b;
}

.style5 {
	font-size: 12px;
	color: #0d425e;
}

.style6 {font-size: 16px}
.style8 {color: #000000}
.style9 {color: #23667d}
.style11 {
	font-size: 18px;
	font-weight: bold;
}
.style12 {
	font-size: 10px;
	color: #23667d;
}
.style13 {
	font-size: 14px;
	color: #FFFFFF;
}
.style14 {
	font-size: 11px;
	color: #23667d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.style16 {font-size: 14px}
.style17 {
	color: #003080;
	font-weight: bold;
}
.style18 {font-size: 12px}
.style19 {
	font-size: 12px;
	color: #000000;
}
.style1119 {
	font-size: 13px;
	color: #838383;
}
a.style19:hover {
	font-size: 12px;
	color:#09C;
	text-decoration:underline
}

.style19b {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.style21 {color: #231d8b}
.style22 {
	text-transform:uppercase;
	font-size:16px;

}
.style23 {font-size: 18px}
.style99 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#23667d;
}
.style98 {
	text-transform:uppercase;
}
.style97 {
	color: #5d5e5e;
}
.style1A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
}

.style2A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000;
}

-->
