/*
	Bleu :				#74D2F8
	Bleu foncé :	#183861
	Noir :				#00141A
*/

/***********************************/
/* Styles généraux des balises     */
/***********************************/

body {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #E7E7E7 url(../images/fond-body.png) repeat-x fixed top center;
	color: #00141A;
	width: 900px;
	font-size: 10pt;
	font-family: verdana, serif;
}
h1 {color: #183861; font-size: 14pt; font-family: verdana, serif; text-align: center; padding: 5px 0 5px 0; font-weight: normal;}
h2 {color: #74D2F8; font-size: 12pt; font-family: verdana, serif; text-align: left; padding: 0 0 0 0; font-weight: bold;}
h3 {color: #74D2F8; font-size: 10pt; font-family: verdana, serif; padding: 0 0 0 0; margin-bottom: 0; font-weight: bold;}
p {margin: 0 0 0 0; padding: 0 0 0 0; color: #00141A; font-size: 10pt; font-family: verdana, serif; text-align: justify;}
a {color: #183861; text-decoration: none;}
a:hover {text-decoration: underline; color: #74D2F8;}
img {border: none;}

/***********************************/
/* Styles communs                  */
/***********************************/

/* Liens d'accessibilité */
.access_master {text-align: right; height: 20px; font-size: 8pt; color: #C4C4C4; line-height: 20px; vertical-align: middle;}
.access_link {color: #C4C4C4;}
.access_link:hover {color: #C4C4C4;}

/* Header */
.header_master {height: 150px; margin: 0 0 0 0; background: #183861 url(../images/fond-header.jpg) top center no-repeat;}
.header_eclyptis_link {margin: 0 0 0 570px;}
.header_eclyptis_img {margin: 25px 0 0 0;}
.header_creation {color: #FFFFFF; font-size: 16pt; margin: 47px 8px 0 0; float: right;}
.header_links {color: #C4C4C4; margin: 57px 0 0 10px; float: left; font-size: 8pt;}
.header_links a {color: #C4C4C4;}

/* Page */
.page_master {width: 900px; min-height: 430px; margin: 0 auto 0 auto; background-color: #FFFFFF;}

/* Body (contenu de la page) */
.body_master {min-height: 430px; width: 695px; float: left; margin: 0 0 0 5px; padding: 0 0 0 0;}
.body_content_title_master {background: #FFFFFF url(../images/fond-titre-page.jpg) no-repeat top left; margin-top: 10px; padding: 0 0 0 0;}
.body_content_title {text-align: left; margin: 0 0 0 0; padding: 0 0 0 5px;}
.body_content_master {width: 668px; min-height: 360px; border: #74D2F8 1px solid; margin: 0 0 10px 0; padding: 20px 5px 5px 5px; background: #FFFFFF url(../images/fond-page.jpg) no-repeat top center;}

/* Styles génériques */
.spacer {height: 20px;}
.clear {clear: both;}
.note {color: #00141A; font-size: 7pt; font-family: verdana, serif; text-align: justify;}

/* Footer */
.footer_master {height: 15px; background: #183861 url(../images/fond-footer.jpg) no-repeat top left; vertical-align: middle; line-height: 15px; clear: both;}
.footer_copy {color: #FFFFFF; font-size: 7pt;}
#xiti-logo {height: 10px; line-height: 10px; vertical-align: middle; text-align: right; width: 45px; float: left;}

/* Alignements */
.align_left {text-align: left;}
.align_center {text-align: center;}
.align_right {text-align: right;}

