/* ===== GÉNÉRALITÉS ===== */

body { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg/background.png) top center repeat-y;
}

#frame {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	display: block;
	overflow: auto;
}

#frame1 {
	width: 760px;
	padding: 0;
	margin: 0;
	float: left;
}

#frame2 {
	width: 125px;
	padding: 0 0 0 0px;
	margin: 0;
	float: left;
	overflow: auto;
}

a { font-weight: bold; }
a:link { text-decoration: none; color: #2A437B; }
a:visited { text-decoration: none; color: #2A437B; }
a:hover { text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color: #000000; }

input {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}

.inputbox {
	border: 1px solid #ccc;
}

.cbox {
	margin: 2px 1px 0px 2px;
	border: 0;
}


/* ===== TOP ===== */
 
.top {
	position: static;
	width: 760px;
	height: 185px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/top/top.jpg);
}

.top2 {
	position: static;
	width: 760px;
	height: 18px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/top/top2.jpg);
}



/* ===== MENU ===== */

#nav {
	width: 760px;
	background-repeat: repeat-y;
	background-image: url(../images/top/menu.jpg);
	float: left;
	padding: 0px;
	margin: 0px;
}

#nav #menu {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	border-left: 1px solid #989898;
	display: inline;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 21px;
	float: left;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 125px;
	border-top: 1px solid #989898;
}

#menu a, #menu h5 {
	color: #000;
	text-decoration: none;
	line-height: 21px;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	display: block;
	border-right: 1px solid #989898;
	margin: 0;
	padding-left: 5px;
}

#menu ul ul a {
	line-height: 15px;
	background: #E5E5EC;
	border-left: 1px solid #989898;
	border-bottom: 1px solid #989898;
}

#menu #alignright {
	float: right;
	border-left: 1px solid #989898;
	width: 60px;
	text-align: center;	
}

#menu #alignright a {	padding: 0; }

#menu li { position: relative; }


#menu a:hover, #menu h5:hover { background: #989898; }

div#menu ul ul { display: none; }

div#menu ul li:hover ul { display: block; }


/* ===== IMAGE HEADER ===== */

#imgheader {
	padding-top: 10px;
	padding-left: 273px;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	text-align: center;
	line-height: 8pt;
	width: 487px;
	height: 41px;
	float: left;
	color: #ECDB21;

	background: url(images/headers/blank.jpg) top left no-repeat;
}

#imgheader a			{ color: #F6F04C; }
#imgheader a:link 	{ text-decoration: none; }
#imgheader a:visited { text-decoration: none; }
#imgheader a:hover 	{ text-decoration: underline; }
#imgheader a:active 	{ text-decoration: underline; }



/* ===== TABLES ===== */

.tbguide {
	width: 720px;
	border: 0px;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 20px 0px;
	float: left;
}

.tbguide .tr1 	{ background: #fff; }
.tbguide .tr2	{ background: #e5e5ec; }

.tbguide .col1 { width: 50px }
.tbguide .col2 { width: 55px }
.tbguide .col3 { width: 60px }
.tbguide .col4 { width: 150px }
.tbguide .col5 {  }
.tbguide .col6 { width: 175px }



.tbflat {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.tbflat td { vertical-align: top }
.tbflat .col1 { width: 100px }
.tbflat .col2 { font-weight: bold }
.tbflat .col3 {  }


.tbcaps {
	width: 100%;	
	border: 1px solid #ccc;
	padding: 4px;
	float: left;
}


.tbcaps td {
	width: 20%;
	padding: 3px;
	border: 0;
	vertical-align: middle;
	text-align: center;
}


/* ===== PICTURE FRAME ===== */

.insert {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 1px 5px 5px;
} 

.insertright {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 1px 5px 5px;
} 

.insertleft {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 5px 5px 1px;
}

.pic {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 1px 5px 5px;
} 

.picright {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 1px 5px 5px;
} 

.picleft {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 5px 5px 1px;
}


/* ===== TEXTE MAIN ===== */

.main {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	text-align: justify;
	padding: 0px 20px 20px 20px;
	line-height: 9pt;
}

.main h2 {
	font-weight: bold;
	font-size: 16pt;
	line-height: 18pt;
	margin: 0;
	padding: 0;
}

.main h3 {
	font-weight: normal;
	font-size: 9pt;
	line-height: 12pt;
	margin: 0;
	padding: 0;
}

.main h4 {
	font-weight: normal;
	font-size: 8pt;
	line-height: 10pt;
	margin: 0;
	padding: 0;
}

.main .gray {
	color: #ccc;
}

.mleft 	{ width: 350px; float: left; padding-right: 0; }
.mright 	{ width: 350px; float: right; padding-left: 0; }

.separator {
	background: url(../images/deco/line_gray.jpg) top center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}


/* ===== QUOTES ===== */

.quoted {
	padding-left: 5px;
	margin: 5px 0 5px 15px;
	border-left: 1px solid #989898;
}


/* ===== TEXTE FOOTER ===== */

#footer {
	background: url(../images/deco/line_gray.jpg) top center no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	text-align: center;
	
	margin-top: 10px;
	padding: 5px 20px 20px 20px;
	line-height: 9pt;
	color: #ccc;
	float: left;
	width: 720px;
}

#footer a:link { text-decoration: none; color: #999; }
#footer a:visited { text-decoration: none; color: #999; }
#footer a:hover { text-decoration: underline; color: #999; }
#footer a:active { text-decoration: underline; color: #999; }



/* ===== HEADERS ===== */

.main .header {
	background: #2A437B;
	background-image: url(../images/bg/blue_bg.jpg);
	color: #FFF;
	font-size: 10pt;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

.main .header2 {
	background-image: url(../images/top/menu.jpg);
	color: #000;
	font-size: 8pt;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

.main .header .hleft {
	padding: 5px 10px 5px 10px;
	float: left;
	font-weight: bold;
	display: inline;
}

.main .header2 .hleft {
	padding: 2px 5px 3px 5px;
	float: left;
	font-weight: bold;
	display: inline;
}

.main .header .hright {
	padding: 5px 10px 5px 10px;
	float: right;
	font-weight: normal;
	display: inline;
}

.main .header2 .hright {
	padding: 2px 5px 3px 5px;
	float: right;
	font-weight: normal;
	display: inline;
}


.main .header a:link 		{ text-decoration: none; color: #A7A9C1; }
.main .header a:visited { text-decoration: none; color: #A7A9C1; }
.main .header a:hover 	{ text-decoration: none; color: #fff; }
.main .header a:active 	{ text-decoration: none; color: #fff; }

.main .header2 a:link 		{ text-decoration: none; color: #2A437B; }
.main .header2 a:visited 	{ text-decoration: none; color: #2A437B; }
.main .header2 a:hover 		{ text-decoration: none; color: #000; }
.main .header2 a:active 	{ text-decoration: none; color: #000; }


/* ===== LISTS ===== */

.main ul {
	margin: 0;
	padding: 0 0 0 2px;
}

.main li {
	margin: 0;
	padding: 0px 0px 0px 10px;
	background: url(../images/deco/bullet_bleu.jpg) no-repeat 0px 5px;
	list-style: none;
}

.main ul li li {
	background: url(../images/deco/bullet_orange.jpg) no-repeat 0px 5px;
}
