
/*-- General html tag setup --------------------------------------------------*/
html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #171862;
}

table{
	padding: 0px;
	margin: 0px;
	font: 0.9em Arial, Helvetica, sans-serif; 
	border-collapse: collapse;
	border-spacing: 0px;
}

a img{
	border-width:0;	
}

/*-- Headding tag setup ------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	margin: 30px 0px 10px 0px;
	color: #191970;
}

h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1em;
}


/*-- Base DIV encompassing the whole page ------------------------------------*/
#pageBody{
	width: 800px;
	margin: 10px auto;
	background-color: #EBEAFA;
	color: #13134F;
}

/*-- Outer header table structure --------------------------------------------*/
#TABLE_headerOut{
	width: 798px;
	height: 160px;
}
#TR_headerOut{}
#TD_headerOut_leftColumn{
}
#TD_headerOut_centerColumn{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#TD_headerOut_rightColumn{}

/*-- Cascading DIV elements around the main content --------------------------*/
#container_1{
}
#container_2{}
#container_3{}
#container_4{}
#container_5{}

/*-- Inner header table structure --------------------------------------------*/
#TABLE_headerIn{
	width: 798px;
	table-layout: fixed;
	height: 2em;
}
#TD_headerIn_centerColumn{
	background-image: url(../img/tabsBg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: bottom;
	padding-bottom: 2px; 
	font-size: 1.3em;
	font-weight: bold;
	text-align:center;
}
.tabSel_yes{
	background-color: #EBEAFA;
	border-left : 1px solid gray;
	border-right : 1px solid gray;
	padding: 8px 6px 5px 6px;
	vertical-align: bottom;
	margin:0px 2px;
	color: #191970;
	text-decoration: none;
}
.tabSel_no{
	padding: 2px 6px 0px 6px;
	border-left : 1px solid gray;
	border-right : 1px solid gray;
	margin:0px 2px;
}
a.tabSel_no{
	color: Maroon;
	text-decoration: none;
}

/*-- Main table structure ----------------------------------------------------*/
#TABLE_mainArea{
	width: 798px;
}
#TR_mainArea{}
#TD_mainArea_leftColumn{
	padding: 20px 0px 0px 5px;
	vertical-align: top;
	width: 250px;
}

.sw_outline_navList{
	color: Maroon;
	font-weight: bold;
	margin: 30px 10px 10px 0px;
}
.sw_outline_navList a{
	text-decoration: none;
	color: Maroon;
}
.sw_outline_navList li{
	margin: 10px 0px;
	list-style-type: square;
}

.mnuSel_yes{ 
	color: Black;
}

.lclOtln{
	border: 1px solid Maroon;
	padding: 5px;
	margin: 10px; 
	float: right;
}

#TD_mainArea_centerColumn{
	padding: 10px 15px 15px 15px;
	vertical-align: top;
	text-align: justify;
}
#pageContent{
}


#TD_mainArea_rightColumn{}

/*-- Inner footer table structure --------------------------------------------*/
#TABLE_footerIn{
}
#TR_footerIn{}
#TD_footerIn_leftColumn{}
#TD_footerIn_centerColumn{}
#TD_footerIn_rightColumn{}

/*-- Outer footer table structure --------------------------------------------*/
#TABLE_footerOut{
	background-color: #171862;
	width: 800px;
}
#TR_footerOut{}
#TD_footerOut_leftColumn{
	vertical-align: middle;
	padding-left: 20px;
}
#TD_footerOut_centerColumn{}
#TD_footerOut_rightColumn{
	text-align: right;
}


/*  ### STYLES DU CONTENU ### */

				
.legal_a {
	color: gray;
	font-style: italic;
	cursor: pointer;
}
.legal {
	background-color: #f0efee;
	border: 1px solid gray;
}
.legal_co {
	padding: 5px;
}

.legal_ti {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid gray;
}	

.vv_text_ul {
	color : #600000;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	background-image: url('../../../img/extLink.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

.vv_text_ul_intern {
	color : #600000;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

.vv_text_ul_biblio {
	cursor: pointer;
	border-bottom: 1px dotted silver;
	text-decoration: none;
	color : #600000;
	background-image: url('../../../img/extLink.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

.vv_text_ul_def {
	cursor: pointer;
	border-bottom: 1px dotted silver;
	background-image: url('../../../img/tt.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

.vv_text_tt_def {
	background-color: #FFFFCC;
	border: 1px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: default;
}
.vv_text_tt_def_co {
	padding: 3px;
}
.vv_text_tt_def_ti {
	text-align: center;
	background-color: #999999;
	color: #FFFFCC;
	font-weight: bold;
	padding: 1px;
	border-bottom: 1px solid #666666;
}
.vv_text_tt_def_sh {
	background-color: #CCCCCC;
	width: 3px;	
}

.vv_text_is_emphasis {
  font-weight:bold;
  color: #600000;
}

.vv_text_tim_guiicon {
}

.flow {
}

.vv_flow_text {
}

.img {
}

.caption {
	margin: 1.5em 0px;
	text-align: center;
}
.caption_co {
}

.caption_ti {
	font-style: italic;
	color: Gray;
}	

.sfile_gif_img {
}

.sfile_jpg_jpeg_img {
}

.sfile_png_img {
}

.biblio {
}

.biblioTitle {
	color : #600000;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	background-image: url('../../../img/extLink.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 12px; 
}

.sfile_gif_inline_img {
}

.sfile_png_inline_img {
}

.titlePage {
}
.titlePage_co {
}

.titlePage_ti {
	text-align: right;
}	

.nav {
	margin-top: 25px;
	text-align: center;
}
.navPrev,
.navNext{
	border: 1px solid #600000;
	color : #600000;
	background-color: #DEDDED;
	padding: 4px;
	margin: 20px;
	text-decoration:none;
}
.navNext{
	padding: 4px 10px;
}


.info {
}

.info_ti {
	margin-top: 20px;
	font-weight: bold;
}	

.synthBorder {
	margin: 20px 0px;
}

.synth {
	border: 1px solid #600000;
	padding: 0px 10px;
}

.synth_ti {
	margin-top: 20px;
	font-weight: bold;
}	

.illusRight {
	float: right;
	margin-left: 20px;
}

.illusLeft {
	float: left;
	margin-right: 20px;
}

.def {
	border-left : 1px dotted gray;
	padding-left: 5px;
}
				
.edito {
	border: 1px solid #4B0082;
	margin: 5px;
}
.edito_ti {
	background-color: #cdcde0;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
}

.edito_co {
	padding: 3px;
}

.editoDate {
	text-align: right;
	font-style: italic;
	color : gray;
	font-size: 0.8em;
	margin: 2px 5px;
}

.editoTitle {
	margin: 5px 2px;
	font-weight: bold;
}

.editoAuthor {
	text-align: right;
	font-style: italic;
	margin: 5px;
}
