@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #feb61b;
}
body {
	margin-left: 10px;
	margin-top: 0px;
	background-color: #000000;
	font-size:12px;
}

a, a:visited { 
	color: #feb61b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

img {
	border:none;	
}

table.interne {
	width:80%;
	height:100%;
	border:0;	
}

table.ecran {
	width:60%;
	height:100%;
	border:0;	
}

.ligne-horizontale {
	background-image:url(../images/ligne_horiz.png);
	background-repeat:repeat-x;
	height:95px;
	width:100%;
	background-position:bottom;
}

.fin-ligne {
	background-image:url(../images/fin_ligne.png);
	width:184px;
	height:95px;
	background-repeat:no-repeat;
	background-position:right;
}

.ligne-verticale {
	background-image:url(../images/ligne_vert.png);
	width:184px;
	height:100%;
	background-repeat:repeat-y;
	background-position:left;
}

.logo-b {
	width:156px;
	height:95px;
	vertical-align:bottom;
	text-align:right;
}

.soleil {
	width:184px;
	height:210px;
	vertical-align:top;
	text-align:left;
}

.main {
	vertical-align:top;
	text-align:left;
	height:350px;
}

.titre {
	font-size: 20px;
	font-style: italic;
	font-weight:bolder;
}

.texte {
	width:50%;
	vertical-align:middle;
	text-align:justify;
}

.titre-texte {
	width:50%;
	vertical-align:top;
	text-align:justify;
}

.titre-texte-iframe {
	width:100%;
	vertical-align:top;
	text-align:justify;
}

td.images {
	text-align:center;
	vertical-align:top;
}

#avertissement {
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	vertical-align:middle;
	text-align:center;
}