﻿body {	
	font-family: Verdana;
	font-size: 10pt;
	background-color: #ccc;
}

A {
	color:#000;
	text-decoration:underline;
}

A:hover {
	color: #a00;
}

H4 {
	color: #0089AF;
	font-weight:bold;
	font-family:Arial;
	border-bottom: 1px solid #C2E5EF;
	margin-top: 4px;
	font-size:12pt;
}

img.vignette {
	border: 1px solid #0089AF;
}

/***********
Layout principal
***************/

#MAIN {
	width:900px;
    margin: 0 auto;
    border: 1px solid #aaa;
}

#HEAD {
      	
	height:134px;
	padding-left:8px;
    padding-top:6px;
    
	background-color:#00a7d5;
	background-image:url('img/bandeau_haut.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
      	
	font-family:Trebuchet MS;
	color: #fff;
	font-size:17pt;
	font-weight:normal;
}

#HEAD A {
	color: #fff;
	text-decoration:none;
}

#HEAD A:hover {
	color: #000;
}

.LiensRetour {
	font-size: 8pt;
	position: absolute;
	margin-left: 600px;
	padding-right: 10px;
}
.LiensRetour A {
	color:#fff;
	text-decoration:none;
}
.LiensRetour A:hover {
	color:#000;
}

.table_HeadLiens {
	height: 38px;
	color:#fff;
}

.cell_CompteRecherche img {
	vertical-align:middle;
}

.table_HeadLiens TD{
	padding: 2px 7px;
	vertical-align:middle;
}
.table_HeadLiens .col1 {
	width: 19px;
}
.table_HeadLiens .col2 {
	width: 101px;
}
.cell_CompteRecherche {
	border-left: 1px dotted #fff;
	width: 89px;
}

#TD_LEFT {
	background-color:#00a7d5;
 	width: 155px;
}

#COPYRIGHT {
    margin: 60px 0;       	
	width:150px;
	text-align:center;
	color:#fff;
}
.copy_normal { font-size: 7pt; font-weight:bold;}
.copy_small { font-size: 7pt; font-weight:normal;}

#TD_CONTENT {
	/*text-align:center*/
	padding:15px 30px 0 30px;
	background-color:#fff;
}

#MENU_LEFT {
	margin: 10px 5px 0 8px;
	font-weight:bold;
	font-size:9pt;
	min-height: 515px;
	border-top: 1px solid #fff;
}
#MENU_LEFT A {
	color:#fff;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #fff;
	padding:5px 0;
	
}   
#MENU_LEFT A.LnkToggle {
	padding-left: 16px;
	background-image:url('/img/arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
}
#MENU_LEFT A.sub {
	font-size:8pt;
	color:#000;
	background-image:none;
	margin-left:10px;
	padding:2px 0;
}
#MENU_LEFT A:hover {
	color:#000;
}  
#MENU_LEFT A.sub:hover {
	color:#a00;
}        	

#MENU_LEFT .toggle {
	display:none;
}

.titre_page {
	
	font-weight:normal;
	font-size:12pt;
	border-bottom:1px solid gray;
	margin-bottom:20px;
	padding-bottom:5px;
	color: Gray;
}

.pied_page {
	text-align:right; 
	margin-top: 30px;  
	font-size:8pt; 
	padding-top:3px;
	margin-bottom:30px;     	          	
} 

.pied_page_pied {
	border-top: 1px solid gray; 
	clear: both; 
}

.pied_page A {
	 color: Gray;          	          	
}     

.pied_page A:hover {
	 color: #000;   
	 text-decoration:underline;       	          	
}    

#INTERPC {
    color: #777;
	width: 900px;
	text-align: right;
	font-size:7pt;
	padding: 5px;
	margin: 0 auto;
}   
#INTERPC A {
	color: #777;
	font-weight: bold;
	text-decoration: none;
} 
/****************
Erreur / Messages
***********************/	
.jp_error_div {
	background-color: #fff;              	
	border: 1px solid red;
	margin: 10px;
}

.jp_error_div_header {
    background-color: #666;
    color: #fff;
    padding: 3px;                 	
}

.jp_error_div_message {
	padding:5px;
	color:#00a;                      	
}
.error {	
	color:#a00;
}
TD.error {
	text-align:center !important;
}
.system_message {
	color:#fff;
	padding:8px 4px;
	font-weight:bold;
	background-color:#00A7D5;
	padding-left: 35px;
	background-image:url('/img/bulle_ico.png');
	background-position:5px center;
	background-repeat:no-repeat;
}
/****************
vignette une
***********************/
.thumb_une {

	background-image:url('img/fond_thumb_une.gif');
	background-repeat:no-repeat;
	background-position:top right;
	width: 216px;
	height: 294px;
	text-align:right;
}

.thumb_une IMG {

	margin-right:6px;

}

.thumb_une_title {

	font-weight:bold;
	font-style:italic;
	font-size:7pt;
	text-align:center;
	width: 216px;
}

/****************
Article
**********************/

.article_rubrique {
	color:#e70029;
	font-weight:bold;
}
.article_titre {
	font-size:14pt;
	font-weight:bold;
	text-decoration:none;
}
a.article_titre {
    color: #000;     
    display:block;      	
}

.lien_article_img {
	vertical-align:middle;
}

a.lien_article_titre {
	color: #003399;
	/*background-image:url('/img/HTMLPageHS.gif');
	background-repeat:no-repeat;
	background-position:left center;*/
}

a.lien_article_titre.locked, a.article_titre.locked {
	/*background-image:url('/img/ProtectSubdocumentHS.png');
	background-repeat:no-repeat;
	background-position:left center;	*/
}

a.lien_article_titre:hover {
	color: #a00;
	text-decoration: underline;
}

/***********************
PAGER
*******************************/
.pager {
	text-align:center;
	border: 1px solid gray;
	border-style: solid none;
	margin: 10px 0;
	background-color:#00a7d5;
}
.pager INPUT {
	vertical-align:middle;
}
.pager_text {
	font-family:Trebuchet MS;            	
	font-size: 8pt; 
	font-weight:bold; 
	color: #000;   
	padding: 0 10px;       	
}

/***
** Formulaires
**/
.tblForm {
	border: 1px solid #00A7D5;
	margin: 5px auto;
}

.tblForm TH {
	background-color:#00A7D5;
	font-weight:bold;
	padding: 3px 0;
	text-align:center;
	color:#fff;
}

.tblForm input[type="text"], 
.tblForm input[type="password"],
.tblForm textarea {
	width: 200px;
	border: 1px solid #aaa;
	margin:2px 0;
}

.tblForm textarea {
	width: 300px;
	height: 150px;
}

.tblForm TR TD {
	vertical-align:top;
}

.tblForm TR TD:first-child {
	text-align:right;	
	font-weight:bold;
	font-size:8pt;	
}

.tblForm TR:last-child TD {
	border-top: 1px solid #00A7D5;
	background-color:#00A7D5;
}

.tblForm .validation_error {
	font-size: 8pt;
	color:#a00;
}

.close_bg {
	background-image:url('/img/close_bg.png');
	background-repeat:no-repeat;
	display:block;
	width:58px;
	height:19px;
	padding-left:20px;
	padding-top:5px;
	font-size:8pt;
	text-decoration:none;
	font-weight:bold;
}

.download_pdf {
	background-image:url('/img/pdf_ico.png');
	background-repeat:no-repeat;
	padding-left: 20px;
}

/** Surlignage recherche **/
.search_surligne_1 { background-color: #FEFF5F }
.search_surligne_2 { background-color: #A3FF5F }
.search_surligne_3 { background-color: #5FFFFC }
.search_surligne_4 { background-color: #FFB55F }
.search_surligne_5 { background-color: #F35FFF }

.menu_jpartenaires {
	text-align:center;
}
.menu_jpartenaires h5 {
	color:#fff;
	font-weight:normal;
	font-size:8pt;
	border-bottom:1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
.menu_jpartenaires a {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}
.menu_jpartenaires img {
	margin-bottom:3px;
	border:1px solid #777;
}

a:active, a:focus{
	outline-style:none;
}