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

body {
	background: #263f68;
	background-image:url(../images/fond_studiosante3_logo.png);
	margin: 0;
	padding: 0;
	text-align:center;
	color: #000000;
	font-size:0.8em;
	line-height: 1.5em;
	height:100%;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
}
.fond_degrader{
	background-image: url(../images/fond_studiosante3-degrader.png);
	background-repeat: repeat-x;
	background-position:top;
	margin-top:0px;
	height:100%;
	width:100%;
}
.fond_ptit_logo{
	background-image: url(../images/fond_studiosante3_logo.png);
	background-repeat:repeat;
	height:100%;
	width:100%;
	padding-top:20px;
}
.contour_page {
	width: 80%;
	height:100%;
	background-color: #FFF;
	margin-left: 8%;
	margin-right: 8%;
}
.Page {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	min-width: 1000px;
}
.logo{
	float:left;
	width:14%;
}
.menu{
	float:left;
	width:80%;
}
.EnTete {
	padding: 0 0 0 10px; 
	margin-bottom:20px;
	text-align:center;
}
.MenuVerti{
	float:left;
	width:18%;
	padding-left:20px;
}
.MenuVertiBleu {
	background:#0066CC;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size:0.8em;
}
.Conteneur {
	background-color: #FFFFFF;
	width:75%;
	margin-right:40px;
	margin-top:15px;
	margin-bottom:15px;
	float:right;
}
.boule{
	float:left;
}
h1{
	padding-bottom:1em;
	padding-left:2.5em;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.9em;
	color: #0065c9;
	text-decoration: underline;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	text-align:center;
}
h3{
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
	color: #0065c9;
}
h4{
	font-size:1.2em;
	font-style:italic;
	color: #0065c9;
	text-align:center;
}
h5{
	font-size:1.1em;
	font-style:italic;
	color: #0065c9;
	text-align:center;
}
.Text{
	margin-left:3em;
	text-align:justify;
}
.TextBleu{
	color: #0065c9;
}
.LogoStudiosante{
	font-size:1.1em;
	color: #0065c9;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
}
.LogoStudiosante_gr{
	font-size:1.4em;
	color: #0065c9;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
}

.BasPage {	
	background:#0066CC;
	clear:both;
	margin-top:10px;
	color: #FFFFFF;
	font-size:0.8em;
	padding-left:2em;
} 

.BasPage a:link {
	color: #FFF;
	text-decoration: none;
}
.BasPage a:visited {
	text-decoration: none;
	color: #CCC;
}
.BasPage a:hover {
	text-decoration: none;
	color: #999;
}
.BasPage a:active {
	text-decoration: none;
}

.MenuVertiBleu a:link {
	color: #FFF;
	text-decoration: none;
}
.MenuVertiBleu a:visited {
	text-decoration: none;
	color: #CCC;
}
.MenuVertiBleu a:hover {
	text-decoration: none;
	color: #999;
}
.MenuVertiBleu a:active {
	text-decoration: none;
}

.Conteneur a:link {
	color: #000000;
	text-decoration: none;
}
.Conteneur a:visited {
	text-decoration: none;
	color: #666;
}
.Conteneur a:hover {
	text-decoration: none;
	color: #999;
}
.Conteneur a:active {
	text-decoration: none;
}

.LogoStudiosante a:link {
	color: #0065c9;
	text-decoration: none;
}
.LogoStudiosante a:visited {
	color: #0065c9;
	text-decoration: none;
}
.LogoStudiosante a:hover {
	color: #999;
	text-decoration: none;
}
.LogoStudiosante a:active {
	color: #0065c9;
	text-decoration: none;
}

.baise_ligne{
	font-style: italic;
	color: #0065c9;
	font-weight: bold;
	text-align: center;
}
.txt_peti_ital_bleu{
	font-size:0.8em;
	font-style:italic;
	color: #0065c9;
}
.txt_peti_ital{
	font-size:0.8em;
	font-style:italic
}
.Txt_center{
	text-align: center;
}
.floatDroite{
	float:right;
	margin-left:15px;
}
.floatGauche{
	float:left;
	margin-right:15px;
}
td{
	vertical-align:top;
}