/* This is the style of your browser text */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.header {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:60px;
	text-align: right;
	padding-top:10px;
	}
.tour {
position:absolute;
	left:56px;
	top:139px;
	width:97px;
	height:193px;
}
.container {
	position:absolute;
	left:265px;
	top:68px;
}
.footer {
	position:relative;
	top:8px;
	/*background-color:#CCCC00;*/
	width:600px;
	height:60px;
	}
.nav {
	position:absolute;
	left:865px;
	top:72px;
	border: 0px solid #ffffff;
	width: 125px;
	height: 280px;
	background-color: #03386E;
	}


.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.chapeau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.baseline {
	color: Gray;
	text-align: center;
}

.textebenkay {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	text-align: justify;
}

a {
	text-decoration: none;
	font-size: 11px;
	color: White;

}
a:visited, a:active {
	text-decoration: none;
	font-size: 11px;
	color: Gray;
}
a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #3876DC;
}
a.link, a.link:active, a.link:visited{
	font-size: 11px;
	color: Black;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
	font-size: 11px;
	color: #3876DC;
	}
.td1 {
	padding-left: 5px;
	background-image: url(../img/sep.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
}
.td2 {
	padding-left: 12px;
	background-image: url(../img/sep2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
	vertical-align: middle;
}
.td3 {
	padding-left: 12px;
	background-image: url(../img/sep3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
	vertical-align: middle;
}


.sstd1 {
	height : 30px;
	font-size: 30px;
	padding-left: 5px;

}
.sstd2 {
background-image: url(../img/pix.gif);
background-repeat: no-repeat;
background-position: 6px;
	padding-left: 12px;
}
.warning {
	color: Red;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.surligne {
	font-size: 12px;
	font-weight: bold;
}
.textfooter {
	font-size: 10px;
	color: Gray;
}
a.linkfooter, a.linkfooter:active, a.linkfooter:visited{
	font-size: 10px;
	color: Gray;
	text-decoration: underline;
}
a.linkfooter:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}
	
hr {
height: 1px;
color: #FFA200;
}
fieldset
{
  -moz-border-radius:10px;
  border-style: solid;
  border-color: #FFA200;
  border-width: 1px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px;
	color: #004DBB;
  border-color: #FFA200;
	border-style: inset;
	font-weight: bold;
	}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px;
  border-color: #FFA200;
	border-style: inset;
}	
form {
	width: 85%;
	text-align: left;
}