/*  Style par Aurore  */

body {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #ffffff; 
	background-color:#75cfea;
	background-image:url(images/bg_centre.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

.rep-centre{ 
	background-image:url(images/fond.gif);
	background-repeat: no-repeat;
}

/*  Les Liens   */
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #000080;
	text-decoration: none;
}



/*  Menu principale   */
a.menu1:link {
	color: #ffffff;
	font-size:16px;
	text-decoration: none;
	font-variant:small-caps;
}
a.menu1:visited {
	color: #ffffff;
	font-size:16px;
	text-decoration: none;
	font-variant:small-caps;
}
a.menu1:hover {
	color: #5e96f2;
	font-size:16px;
	text-decoration: none;
	font-variant:small-caps;
}

/*  bouton retour   */
a.menu2:link {
	color: #5e96f2;
	font-size:11px;
	text-decoration: none;
}
a.menu2:visited {
	color: #5e96f2;
	font-size:11px;
	text-decoration: none;
}
a.menu2:hover {
	color: #00CCFF;
	font-size:11px;
	text-decoration: underline;
}

/*  Cellules de tableaux   */

.td2{
	background-image:url(images/pointille.gif);
	background-repeat: repeat-x;
}
.td3{
	background-image:url(images/bg2.jpg);
}

/*  Images   */

.img{
border: none;
}

.img2{
border: #114a5b  thin solid;
}

.img3{
border:#cccccc thin dashed;
}

img.png {
behavior: url(png.htc);
}


/*  Formulaires   */




/*  Styles de textes   */

h1 {
	color: #ffffff;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.Style1 {
	color: #FFFFFF;
	
}
.Style2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.Style3 {
	color: #999999;
	font-size: 10px;
}

.Style4 {
    color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
} 
.Style5 {
	color: #5e96f2;
	font-size: 11px;
}


/*  Divers   */
hr{
color:#FF6600;
}


/*  scroller   */
.tdS {
  background-image: url(images/blog_background.jpg);
  background-repeat: no-repeat;
}
#Container {
  position: relative;
  top: 60px; left: 60px;
  width: 390px; height: 360px;
  overflow: hidden;
}
.Scroller-Container { position: relative; background: transparent; }
h3 {
  margin: 0 0 5px 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0B6589;
}
p {
  margin: 0 0 5px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #054C68;
  text-align: justify;
  text-indent: 10px;
}
#Scrollbar-Container {
  position: relative;
  top: 55px; left:-10px ;
  width: 10px; height: 360px;
}
.Scrollbar-Track {
  width: 10px; height: 360px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 50px;
  background-color: #C6E7F4;
}
#sbLine {
  position: absolute;
  width: 6px;
  height: 5px;
  left: 7px;
  background-color: #B5D6E3;
  font-size: 0px;
}
#List {
  position: absolute;
  top: 50px; left: 380px;
}
#List a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7ABAD3;
  display: block;
  text-decoration: none;
  padding: 3px;
}
#List a:hover {
  color: #0B6589;
}