/*
	Feuille de style LOCARE - LGU - C2IS
*/

/*
::::::::::::::::::::: CODES COULEURS :::::::::::::::::::::::
	- edito : b6193e (rouge)
	- habitation : 87699b (parme)
	- entreprise : (bleu)
	- etudiant : (violet)
	- cercle_investisseur : (chocolat)
	- gestion_interne : (rouge)
	- espace_client : (rouge)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/*::::::::::::::::::::: IMPORT DES CSS APPLIQUEES AUX JAVASCRIPTS :::::::::::::::::::::::*/
@import url(css_js/jquery.autocomplete.css);
@import url(css_js/thickbox.css);
@import url(css_js/sliders.css);
/*	@import url(css_js/radiockeckbox.css);	*/
/*	@import url(css_js/selectbox.css);	*/
@import url(forms.css);


/*:::::::::::::::::::: CSS RESET ::::::::::::::::::::*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;   padding:0;   border:0;   outline:0;   font-size:100%;   vertical-align:baseline;   background:transparent; 
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
/**/
table {
	border-collapse:collapse;
	border-spacing:0;
}
tr{
}
th{
}
td{
}
/**/
sup{
	font-size:8px;
	line-height:normal;
	vertical-align:super;
}
hr{
	margin:0 10px 0;
	border:0 none;
	height:1px;
	background:#cccccc;
}
/*:::::::::::::::::::: BODY ::::::::::::::::::::*/
body{
	background:#bdbdbd url(../images/fond.jpg) no-repeat top center;
	line-height:1;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif; 
	margin:0 auto;
	width:976px;
}
p{
	line-height:1.4;
}
a, a:visited{ text-decoration:none;}
a:hover, a:active{ text-decoration:none; }

/*:::::::::::::::::::: STRUCTURE ::::::::::::::::::::*/
#header{
	width:976px;
	height:176px;
	margin:0 auto;
}
#header .logo{ display:block; width:377px; padding-top:40px;}

#top{
	margin:0 auto;
	width:831px;
	height:87px;
	background:#ffffff;
}
#top .retour_accueil{
	float:left;
	display:block;
	width:84px;
	height:60px;
	background:url(../images/separateur_titre.gif) no-repeat center right;
	font-size:14px;
	color:#918c7a;
	text-align:center;
	padding-top:24px;
}#top .retour_accueil:hover{ text-decoration:underline; }
#top h1 a{
	margin-left:20px;
	font-size:28px;
	line-height:84px;
	font-weight:normal;
}
#container{
	margin:0 auto;
	width:831px;
	overflow:hidden;
}
#left{
	float:left;
	width:214px;
}
#right{
	float:left;
	width:616px;
}
#footer{
	width:831px;
	margin:0 auto 30px;
	background:#999999 url(../images/footer.jpg) repeat-x top left;
	padding:45px 0 30px;
	text-align:center;
	color:#585858;
}
#footer a{
	font-size:12px;
	color:#585858;
	padding:0 5px;
}
#footer img{
	vertical-align:-17px;
}


/*:::::::::::::::::::: MODULE ACCES COMPTE ::::::::::::::::::::*/
#acces_compte{
	float:right;
	overflow:hidden;
	margin-right:72px;
	color:#ffffff;
	font-weight:bold;
}
#acces_compte a{
	color:#ffffff;
	font-weight:bold;
	padding:0 5px;
}
#acces_compte a img{
	vertical-align:middle;
}
#acces_compte .gche{
	float:left;
	width:19px;
	height:34px;
	background:transparent url(../images/angle_gauche.gif) no-repeat top left;
}
#acces_compte .ctre{
	float:left;
	height:24px;
	background:#ababab;
	padding-top:10px;
}
#acces_compte .dtre{
	float:left;
	width:19px;
	height:34px;
	background:transparent url(../images/angle_droit.gif) no-repeat top right;
}


/*::::::::::::::::::::: END OF CSS :::::::::::::::::::::::*/
/*::::::::::::::::::::: CLEAR NET + ULTRA :::::::::::::::::::::::*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Cache-cache IE-mac \
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Fin cache-cache IE-mac */
