body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
}

tr {
	vertical-align:top;
}

img {
	border:0px;
}

a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
h1{
	font-size:12px;
	margin:0;
	padding:0;
}
strong{
	font-weight:normal;
}

/*################### Styles de texte ###################*/

.texte_rouge {
	color:#C00808;
}

.texte_gras {
	font-weight:bold;
}


/*################### Cadre principal ###################*/
.tab_principal {
	width:900px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	margin:5px auto 5px auto;
	border:1px solid #CCCCCC;
}

/*################### Cadre bleu ###################*/
.cadre_bleu {
	border:1px solid #CCCCCC;
	padding:0px;
	margin-bottom:5px;
}

.cadre_titre {
	width:100%;
	background:#21497a url(../images/fond_cadre_titre.png) repeat-x top left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 4px;
}

.cadre_titre2 {
	width:100%;
	height:22px;
	background:#21497a url(../images/fond_cadre_titre.png) repeat-x top left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
}

.cadre_parrainage {
	width:100%;
	height:22px;
	background-color:#EB0000;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.cadre_rouge {
	border:1px solid #EB0000;
	padding:0px;
}

.cadre_2point {
	color:#ffcc33;
	padding:0px 5px 0px 5px;	
}

.cadre_contenu {
	background-color:#e3eeff;
	padding:5px 10px 5px 10px;
}

.cadre_placements {
	background-color:#FFFFFF;
/*	padding:5px 10px 5px 10px;*/
}


/*################### Cadre actualités ###################*/
.actu_titre {
	color:#ffba01;
	font-size:11px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}

.actu_liensuite {
/*	text-align:right; */
	padding:3px 0px 3px 0px;
}

a.actu_liensuite:link, a.actu_liensuite:visited, a.actu_liensuite:active {
	color:#336699;
}

 a.actu_liensuite:hover {
	color:#ffba01;
}

.actu_hr {
	height:1px;
	text-align:center;
	width:60%;
	color:#CCCCCC;
	margin:10px auto 10px auto;
}

/*################ Popup d'affichage de l'article #################*/
#pop_article {
	position: fixed;
	background: #ffffff;
	width:600px;
	height:500px;
	top:50%;
	left:50%;
	margin:-250px 0px 0px -300px;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#pop_masque {
	position:absolute;
	display:none;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.article_close {
	text-align:right;
	margin:5px 10px 0px 10px;
	height:16px;
}

.article_tab {
	width:578px;
	height:457px;
	margin:10px;
	border:1px solid #CCCCCC;
}

.article_titre {
	height:20px;
	width:100%;
	background-color:#996633;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.article_ref {
	height:20px;
	background-color:#cc9966;
	color:#FFFFFF;
	font-size:12px;
}

#article_contenu {
	padding:5px;
	height:427px;
	overflow:hidden; 
	overflow-x: hidden; 
	overflow-y: auto; 
	overflow : -moz-scrollbars-vertical; 
}

.article_miniature {
	float:left;
	margin:5px;
} /* FIN POPUP */


/*################### Menu du bas ###################*/
.menu_bas {
	color:#666666;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-width:1px 0px 1px 0px;
	color:#CCCCCC;
	border-style:solid;
}

a.menu_bas_lien:link, a.menu_bas_lien:visited, a.menu_bas_lien:active {
	color:#666666;
	padding-left:10px;
	padding-right:10px;
}

a.menu_bas_lien:hover {
	color:#999999;
}


/*################### Footer ###################*/
.footer {
	text-align:center;
	color:#666666;
	padding-top:5px;
	padding-bottom:5px;
}

a.footer_lien:link, a.footer_lien:visited, a.footer_lien:active {
	color:#666666;
	padding-left:10px;
	padding-right:10px;
}

a.footer_lien:hover {
	color:#999999;
}

/*################### Formulaires #####################*/
.sousTitre {
	color:#999999;
	font-size:12px;
	font-weight:bold;
}

.inputDemande {
	width:200px;
	font-size:12px;
	border:1px solid #CCCCCC;
}

.sousTitre2 {
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
}

/*################### Echeanciers #####################*/
.echeancier {
	display:none;
	margin:5px 0px; 
	padding:5px;
	border:1px dashed #999999;
}

.echeancier_total {
	color:#FF0000;
	font-weight:bold;
}

.echeancier_piedPage {
	color:#666666;
	font-style:italic;
}

a.echeancier_lienContact:link, a.echeancier_lienContact:visited {
	color:#FF9933;
	font-weight:bold;
	font-size:12px;
	margin-top:2px;
}

a.echeancier_lienContact:hover {
	color:#FFA74F;
}

.echeancier_lienContact_fleche {
	font-size:14px;
}

/*################### Cadre de mise en valeur #####################*/
#alerte, #alerteFraisNotaire {
	text-align:center;
	color:#990000;
	font-size:12px;
	font-weight:bold;
}

/*################### Signature du site (Cap on line Réalisation) ###################*/
.signature {
	width:900px;
	margin:auto;
	text-align:right;
}

a.signature_lien:link, a.signature_lien:visited, a.signature_lien:active {
	color:#666666;
}

a.signature_lien:hover {
	color:#999999;
}


/*################### Fenetre de chargement des webservices ###################*/
#loading {
	position:absolute;
	z-index:200;
	width:300px;
	height:250px;
	top:50%;
	left:50%;
	margin:-125px 0px 0px -150px;
	border:1px solid #999999;
}

#loading_titre {
	height:22px;
	background-image:url(../images/fond_cadre_titre.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#loading_gif {
	height:24px;
	background-color:#e3eeff;
	text-align:center;
	padding:10px 0px;
	font-size:14px;
	color:#C40000;
	font-weight:bold;
}

#loading_contenu {
	background-color:#e3eeff;
	height:174px;
	padding:5px 40px;
	font-weight:bold;
	color:#666666
	font-size:12px;
}

.loading_texteVert {
	color:#009900;
}
.tab_principal tr td #list1a div .cadre_bleu tr .cadre_contenu table tr td #lien_ajout_coemprunteur span {
	cursor:pointer;
}

#lien_ajout_coemprunteur{
	font-weight:bold; 
	background-color:#46648A; 
	color:#FFF;
	width:200px;
	height:16px;
	padding-top:2px;
	text-align:center;
}

