/* basic elements */
body { 
	margin: 0px; 
	}

.article{
	font-family: 'Arial', 'Tahoma', sans-serif;
	width:370px;
	overflow: auto;
	margin-bottom: 10px;
	}

.article .title{
	color:#666666;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	border-color: #F39704;
	border-width: 1px;
	border-style: none none solid none;
	margin-bottom: 4px;
	}

.article .subtitle{
	color:#0C0C0C;
	text-align: left;
	font-weight: bold;
	font-size: 9pt;
	}

.article .content, .article .content p{
	color: #0C0C0C;
	text-align: justify;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

.article .content b, strong{
	color: #5FA10A;
	font-weight: bold;
	font-size: 8pt;
	}

.article .img { 
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin-bottom: 1px;
} 


.article a{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	color: #005E8F;
	}

.article a:link{
	color: #005E8F;
	font-size: 8pt;
	}

.article a:visited{
	color: #005E8F;
	font-size: 8pt;
	}

.article a:hover{
	color: #005E8F;
	font-size: 8pt;
	text-decoration: none;
	}

.article .comment{
	color: #B3B3B3;
	text-align: left;
	font-weight: normal;
	font-size: 7.5pt;
	line-height: 8pt;
	padding: 1px 0 1px 3px;
	margin: 2px 0 3px 0;
	background-color: #F2F2F2;
	}

.article .comment b{
	font-weight: bold;
	color: #808080;

	}

.article .resources{
	background-image: url('http://www.club-lor.com/systeme/media/link_bg.gif');
	background-position: 0 1px;
	background-repeat: repeat-x;
	margin-top:5px;
	padding: 0 5px 0 5px;
	vertical-align:top;
}

.article .resources .link{
	color: #A8A9A9;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	line-height: 11pt;
	padding-left: 12px;
	padding-bottom: 2px;
	background-image: url('http://www.club-lor.com/systeme/media/link_puce.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}

.article .resources .link a{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:underline;
	}

.article .resources .link a:link{
	color: #003B75;
	font-size: 8pt;
	text-decoration:underline;
	}

.article .resources .link a:visited{
	color: #003B75;
	font-size: 8pt;
	text-decoration:underline;
	}

.article .resources .link a:hover{
	color: #003B75;
	font-size: 8pt;
	text-decoration:none;
	}

.article .resources .document{
	color: #A8A9A9;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	line-height: 11pt;
	margin-top: 5px;
	padding-left: 11px;
	background-image: url('http://www.club-lor.com/systeme/media/link_puce.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}

.article .resources .document a{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:underline;
	}

.article .resources .document a:link|visited{
	color: #003B75;
	font-size: 8pt;
	text-decoration:underline;
	}

.article .resources .document a:hover{
	color: #003B75;
	font-size: 8pt;
	text-decoration:none;
	}

/* List*/

.article ol {
	margin-left: 0px; 
	padding-left: 0px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	font-size: 8pt;
	text-align: justify;
	}

.article ol li {
	list-style-type: decimal;
	font-size: 8pt;
	}

.article ul {
	list-style-type: disc;
	margin-left: 0px; 
	padding-left: 0px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	font-size: 8pt;
	text-align: justify;
	}

.article li {
	background-repeat: no-repeat;
	background-position: 0px 2px;		
/*	vertical-align: top;	*/
	vertical-align: middle;	
	margin-top: 2px;
	font-size: 8pt;
	text-align: justify;	
	}

.article ul li .liste_li_ie {
	width:100%; 
	padding-left: 12px; 
	background-image: url('http://www.aranea-nancy.com/systeme/media/puce_liste.gif'); 
	background-repeat: no-repeat; 
	background-position: 0px 3px;
	font-size: 8pt;
	text-align: justify;
	}

.article ol li .liste_li_ie {
	width:100%; 
	padding-left: 0px; 
	background-image: none; 
	font-size: 8pt;
	text-align: justify;
	}

.article ul .liste_li_firefox {
	padding-left: 12px; 
	background-image: url('http://www.aranea-nancy.com/systeme/media/puce_liste.gif');
	font-size: 8pt;
	text-align: justify;
	}

.article ol .liste_li_firefox {
	padding-left: 0px; 
	background-image: none;
	margin-left: 20px;
	font-size: 8pt;
	text-align: justify;
	}


/* SUMMARY */

.summary {
	font-family: 'Arial', 'Tahoma', sans-serif;
	width:370px;
}

.summary .intro .title{
	font-size:10pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.summary .intro, .intro p{
	font-size:8pt;
	text-align: justify;
	color: #0C0C0C
}

.summary .intro b{
	font-size:8pt;
	font-weight: bold;
	color: #97BF20; 
}

.summary .list{
	clear:both	
}

.summary .article_list{
	margin-top:20px;
}

.summary .article_list .page_title{
	color:#666666;
	background-image: url('http://www.club-lor.com/systeme/media/puce_title.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding:0 0 0 7px;
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
	border-color: #666666;
	border-width: 1px;
	border-style: none none solid none;
	margin-bottom: 5px;
}

.summary .article_list .article_title{
	font-size:8pt;
	font-weight:bold;
	margin: 3px 0 3px 0;
	background-image:url('http://www.club-lor.com/systeme/media/fleche_puce.gif');  
	background-repeat:no-repeat; 
	background-position:10px 5px;
	padding: 0 0 0 22px;
	color: #0C0C0C;
	text-align:left;
}

.summary .article_list .article_title a{
	font-size:8pt;
	font-weight:bold;
	color: #0C0C0C;
	text-decoration: none;
}

.summary .article_list .article_title a:hover{
	font-size:8pt;
	font-weight:bold;
	color: #F18203;
	text-decoration: none;
}

.summary .article_list .article_subtitle{
	font-size:8pt;
	font-weight:normal;
	color:#737373
}

.summary .article_list .article_subtitle a{
	font-size:8pt;
	font-weight:normal;
	color: #737373;
	text-decoration: none;
}

.summary .article_list .article_subtitle a:hover{
	font-size:8pt;
	font-weight:normal;
	color: #737373;
	text-decoration: none;
}

/* FORMULAIRE DE CONTACT */
.form_segment {
	font-family: 'Arial', sans-serif ;
	width: 365px;
	margin-top:0;
	margin-left:5px;
}

/* Articles sous le formulaire */
.form_segment .article{
	background-image: none;
}


/* Formulaire */
.form {
	font-family: 'Arial', sans-serif ;
}

.form .title {
	color:#666666;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	border-color: #F39704;
	border-width: 1px;
	border-style: none none solid none;
	margin-bottom: 4px;
}

.form .title:first-letter{
	/* color: #E99214; */
}

.form .text {
	color: #0C0C0C;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 5px;
}

.form .intitule {
	font-family: 'Tahoma', sans-serif ;
	color: #0C0C0C;
	font-size: 8pt;
	font-weight: bold;
}

.form .intitule_obl {
	font-family: 'Tahoma', sans-serif ;
	color: #0C0C0C;
	font-size: 8pt;
	font-weight: normal;
}

.form .erreur {
	color: #F28204;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 6px;
}

.form .erreur b{
	color: #F28204;
	font-size: 8pt;
	font-weight: bold;
}

/* Couleur du site!! */
.form .valide {
	color: #0C0C0C;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 10px;
}

.form .valide b{
	color: #F28204;
	font-size: 8pt;
	font-weight: bold;
}

.form .content {
	font-size: 8pt;
	text-align: right;
}

.form .content a {
	font-size: 8pt;
	font-weight: normal;
	color: #005E8F ;
}

.form .champ, .champ_erreur {
	font-family: 'Tahoma', sans-serif ;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 4px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #C7C7C7;
	width:98%;
	height:15px;
}

.form .champ_erreur {
	border-color: #F28204;
}

.form .button_parameters {
	text-align: right; 
	margin-top: 8px; 
}

.form .button {
	font-size: 7pt; 
	height: 18px;
	background-color: #005E8E;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 3px;
}

/* Article à gauche du formulaire */
.left_article {
	float:left;
	font-family: 'Arial', sans-serif ;
	/* height: 361px; 
	max-height: 341px; 
	*/
	border-style:none; 
	border-color: #F08205; 
	border-width: 1px;
	color: #707070;
	font-size: 8pt;
	padding-left: 6px;
	padding-bottom: 20px;
	vertical-align: top;
}

.left_article .title{
	color:#666666;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	border-color: #F39704;
	border-width: 1px;
	border-style: none none solid none;
	margin-bottom: 6px;	
}

.left_article .img {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.left_article .content, .left_article .content p{
	color: #0C0C0C;
	text-align: justify;
	font-weight: normal;
	font-size: 8pt;
	margin-bottom:5px; 
	}

.left_article b, strong {
	font-weight: bold;
	color: #0C0C0C;
	font-size: 8pt;
}


.left_article a {
	font-size: 8pt;
	color: #005E8F;
	font-weight: normal;
	text-decoration: underline;
}

.left_article a:link {
	font-size: 8pt;
	color: #005E8F;
	text-decoration: underline;
}

.left_article a:visited {
	font-size: 8pt;
	color: #005E8F;
	text-decoration: underline;
}

.left_article a:hover {
	font-size: 8pt;
	color: #005E8F;
	text-decoration: none;
}

/* Atemplate spec */
.produit .article .title, .produit .article .title{
	border-width: 3px;
	border-color: #BFBFBF;
	border-style:none none solid none;
	margin-bottom:4px;
}

.produit .article ul li .liste_li_ie{
	text-align:left
}

/* Specific */

.img_home {
	border-style: solid; 
	border-width: 1px; 
	border-color: #808080; 
	margin-bottom: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.cadre {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
/*
.commentaires {
	font-size:8pt;
	color:#737373;
	padding-bottom:5px
} */

/* NEWS SEGMENT TEMPLATE */
.ref_segment_template {
	font-family: 'Arial', 'Tahoma', sans-serif;
}

.ref_segment_template .horizontal_separation {
	height: 5px; 
	background-image: url('/systeme/media/link_separation.gif'); 
	background-repeat: repeat-x;	
}

.ref_segment_template .vertical_separation {
	width:18px; 
	background-image: url('/systeme/media/green_ref_sep.gif'); 
	background-repeat: repeat-y;	
}

.ref_segment_template .content{
	padding:3px 10px 5px 5px;
	vertical-align:top;
}

.ref_segment_template .content .title {
	color: #000000;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

.ref_segment_template .content .subtitle {
	color: #97BF20;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	line-height: 10pt;
}

.ref_segment_template .content .subtitle a{
	color: #97BF20;
	font-size: 8pt;
}

.ref_segment_template .content .txt, .link_segment .content .txt p {
	color: #595959;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	padding: 2px 0 0 0;
}

.ref_segment_template .ressources {
	 background-image: url('/systeme/media/news_template_bg.gif'); 
	 background-repeat: repeat-y;
	 padding-left: 10px;
	 vertical-align: top;
	 padding-top: 5px;
}

.ref_segment_template .ressources .link {
	background-image: url('/systeme/media/news2_puce.gif'); 
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #595959;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 5px;
}

.ref_segment_template .ressources .link a{
	color: #1E2225;
	font-weight: normal;
	font-size: 8pt;
}

.ref_segment_template .ressources .document {
	background-image: url('/systeme/media/news2_puce.gif'); 
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #595959;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 5px;
}

.ref_segment_template .ressources .document a{
	color: #1E2225;
	font-weight: normal;
	font-size: 8pt;
}

.ref_segment_template .ressources .document a:hover{
	color: #1E2225;
	text-decoration: none;
}

.ref_segment_template .photo_bg{
	background-image:url('http://www.aranea-nancy.com/systeme/media/encarts_photos/std_article_bg.gif'); 
	background-repeat:repeat-y;
}

.ref_segment_template .ref_photo_over{
	filter: Alpha(Opacity=75);
	-moz-opacity: .75;
	cursor: pointer;
}


/* NEWS SEGMENT TEMPLATE */
.news_segment_template .horizontal_separation {
	height: 5px; 
	background-image: url('http://www.club-lor.com/systeme/media/link_separation.gif'); 
	background-repeat: repeat-x;	
}

.news_segment_template .vertical_separation {
	width:18px; 
	background-image: url('http://www.club-lor.com/systeme/media/news_green_sep.gif'); 
	background-repeat: repeat-y;	
}

.news_segment_template .content{
	padding-left: 5px;
	padding-right: 10px;
	vertical-align:top;
	padding-bottom: 5px;
}

.news_segment_template .content .title {
	color: #97BF20;
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
}

.news_segment_template .content .subtitle {
	color: #595959;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	line-height: 8pt;
}

.news_segment_template .content .txt, .link_segment .content .txt p {
	color: #595959;
	font-weight: normal;
	font-size: 8pt;
	text-align: justify;
}

.news_segment_template .ressources {
	 padding: 5px 0 0 0;
	 vertical-align: top;
}

.news_segment_template .ressources .link {
	background-image: url('http://www.club-lor.com/systeme/media/news_puce.gif'); 
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #808080;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 5px;
}

.news_segment_template .ressources .link a{
	color: #97BF20;
	font-weight: normal;
	font-size: 8pt;
}


.news_segment_template .ressources .document {
	background-image: url('http://www.club-lor.com/systeme/media/news_puce.gif'); 
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #808080;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 5px;
}

.news_segment_template .ressources .document a{
	color: #97BF20;
	font-weight: normal;
	font-size: 8pt;
}


/* Home */
.home .article {
	margin-bottom:0;
	padding: 0 1px 0 3px;
}

.home .article .content, .article .content p{
	padding-bottom: 0;
}

.home .article .content{
	width:236px;
	float:left;
}

.home .article .content b, .home .article .content strong{
	color: #000000;
}


/* MEMBRES */

.member {
	font-family: 'Arial', 'Tahoma', sans-serif;
	width:370px;
}

.member .title, .member .subtitle{
	float:left;
	width:100%;
	height:20px;
	background-color:#FDEED9;
	padding:0px 10px 0px 10px;
	clear:both;
}

.member .title{
	font-size:10pt;
	font-weight:bold; 
	color:#333333;
	padding: 2px 3px 0 5px;
}

.member .subtitle{
	font-size:8pt;
	font-weight:bold; 
	color:#F18910;
	padding:4px 7px 0px 3px;

}

.member .content .subtitle{
	font-size:8pt;
	font-weight:bold; 
	color:#000000;
	background-color:#FDEED9;
	padding:4px 7px 4px 3px;
	height:auto;
	width:230px;
}

.member ol {
	margin-left: 0px; 
	padding-left: 0px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	font-size: 8pt;
	text-align: justify;
	}

.member ol li {
	list-style-type: decimal;
	font-size: 8pt;
	}

.member ul {
	list-style-type: disc;
	margin-left: 0px; 
	padding-left: 0px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	font-size: 8pt;
	text-align: justify;
	}

.member li {
	background-repeat: no-repeat;
	background-position: 0px 2px;		
/*	vertical-align: top;	*/
	vertical-align: middle;	
	margin-top: 2px;
	font-size: 8pt;
	text-align: justify;	
	}

.member ul li .liste_li_ie {
	width:100%; 
	padding-left: 8px; 
	background-image: url('http://www.club-lor.com/systeme/media/puce_liste.gif'); 
	background-repeat: no-repeat; 
	background-position: 0px 6px;
	font-size: 8pt;
	text-align: justify;
	}

.member ol li .liste_li_ie {
	width:100%; 
	padding-left: 0px; 
	background-image: none; 
	font-size: 8pt;
	text-align: justify;
	}

.member ul .liste_li_firefox {
	padding-left: 8px; 
	background-image: url('http://www.club-lor.com/systeme/media/puce_liste.gif');
	background-repeat: no-repeat; 
	background-position: 0px 6px;
	font-size: 8pt;
	text-align: justify;
	}

.member ol .liste_li_firefox {
	padding-left: 0px; 
	background-image: none;
	margin-left: 20px;
	font-size: 8pt;
	text-align: justify;
	}


.member .sep_horiz{
	height:10px;
}

.member .sep_vertical, .member .border_sep_vertical{
	width:10px;
}

.member .border_sep_vertical{
	border-width:1px;
	border-color:#C5C5C5;
	border-style: none solid none none;
}

.member .img{
	width:110px;
	border-width:1px;
	border-color:#C5C5C5;
	border-style: none none solid none;
}

.member .article_title{
	font-size:11pt;
	font-weight:bold; 
	color:#333333;
	background-image: url('http://www.club-lor.com/systeme/media/puce_title.gif');
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding:0 0 0 7px;
	border-width:1px;
	border-color:#505050;
	border-style: none none solid none;
}


.member .content, .member .content p, .member .intitule{
	font-size:8pt;
	font-weight:normal;
	color: #0C0C0C;
	text-align:justify;
	margin-bottom:7px;
	vertical-align: top;
}

.member .content{
	padding: 5px 0 8px 0;
}

.member .intitule{
	color: #8C8C8C;
}

.member .content b, strong{
	color: #0C0C0C;
	font-weight: bold;
	font-size: 8pt;
	}

.member .content a {
	color:#013C78;
	font-size: 8pt;
}

.member .input_class {
	height:17px;
	border-width:1px;
	border-style:solid;
	border-color:#C5C5C5;
	font-size: 8pt;
}


.member .form{
	vertical-align:top;
	padding: 2px 0 0 0;
}



.member .form .intitule, .member .form .intitule_obl, .member .form .intitule_fac{
	font-size:8pt;
	font-weight:normal;
	color: #0C0C0C;
	text-align:left;
	vertical-align: top;
	margin:0;
	padding: 0 0 0 1px;
}

.member .form .intitule_obl{
	background-image: url('http://www.club-lor.com/systeme/media/obl_icon.gif');
	background-position: 0;
	background-repeat: no-repeat;
	padding: 0 0 0 4px;
}

.member .form .intitule_fac{
	background-image: url('http://www.club-lor.com/systeme/media/fac_icon.gif');
	background-position: 0;
	background-repeat: no-repeat;
	padding: 0 0 0 4px;
}

.member .form .limit_date, .member .form .error_msg, .member .form .ok_msg {
	font-size:8pt;
	font-weight:normal;
	color: #0C0C0C;
	text-align:left;
	vertical-align: top;
	height:23px;
	border-width:1px;
	border-style: none none dashed none;
	border-color:#C5C5C5;
}

.member .form .limit_date {
	padding: 3px 0 0 20px;
	margin:0 0 0 0;
	background-color: #F7F7F7;
	background-image: url('http://www.club-lor.com/systeme/media/limit_date_icon.gif');
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

.member .form .error_msg {
	margin:0 0 8px 0;
	background-color: #FFFFFF;
	background-image: none;
	padding: 4px 0 0 7px;
	color: #F18203;
	font-weight: normal;
	border-style: none none solid none;
	border-color:#F18203;
}

.member .form .ok_msg {
	margin:0 0 8px 0;
	background-color: #FFFFFF;
	background-image: none;
	padding: 4px 0 0 7px;
	color: #F18203;
	font-weight: normal;
	border-style: none none solid none;
	border-color:#505050;
}

.member .form .error_msg b{
	color: #F18203;
	font-weight: bold;
}

.member .form .limit_date b{
	font-size:8pt;
	font-weight:bold;
	color: #0C0C0C;
}

.member .form .input_class {
	height:17px;
	border-width:1px;
	border-style:solid;
	border-color:#C5C5C5;
	font-size: 8pt;
}

.member .form .radio_class {
	width:10px
	height:10px;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	font-size: 8pt;
}


/* PRINT */

.member .logo_print {
	width:100px; 
	margin:10px 0 15px 80px;
	visibility: hidden;
	position: absolute;
}

.member .logo_web{
	width:101px; 
	margin:10px 0 15px 80px;
	visibility: visible;
	position: relative;
}

.member .print_btn{
	visibility: visible;
	position: relative;
}


.print_table {
	width:100%;
	/* width:675px;  */
	background-color:#FFFFFF;
	
}

/* Home encart */
.home_encart {
	font-family: 'Arial', 'Tahoma', sans-serif;
	/* border: #000000 1px solid; */ 
	font-size:8pt;
	padding:0;
	margin-bottom:15px;
	height:220px;
	width:178px;
}

.home_encart .title{
	color:#666666;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	border-color: #F39704;
	border-width: 1px;
	border-style: none none solid none;
	margin-bottom: 4px;
}

.home_encart .subtitle{
	color:#0C0C0C;
	text-align: left;
	font-weight: bold;
	font-size: 9pt;
}

.home_encart .content p{
	font-size:8pt;
	color:#0C0C0C;
	font-weight: normal;
	text-align:justify;
}


.home_encart  a{
	color:#003B75;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:underline;
	}

.home_encart  a:link|visited{
	color:#003B75;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:underline;
	}

.home_encart  a:hover{
	color:#003B75;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
	}

.home_encart .resources{
	background-image: url('http://www.club-lor.com/systeme/media/link_bg.gif');
	background-position: 0 10px;
	background-repeat: repeat-x;
	margin-top:5px;
	padding: 0 5px 0 5px;
	vertical-align:top;
}


.home_encart .resources .link{
	color: #A8A9A9;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	line-height: 11pt;
	margin-top: 5px;
	padding-left: 12px;
	padding-bottom: 2px;
	background-image: url('http://cla2006.aranea-xos.net/systeme/media/link_puce.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}

.home_encart .resources .link a{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:underline;
	}

.home_encart .resources .link a:link{
	color: #003B75;
	font-size: 8pt;
	text-decoration:underline;
	}

.home_encart .resources .link a:visited{
	color: #003B75;
	font-size: 8pt;
	text-decoration:underline;
	}

.home_encart .resources .link a:hover{
	color: #003B75;
	font-size: 8pt;
	text-decoration:none;
	}

.home_encart .resources .document{
	color: #A8A9A9;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	line-height: 11pt;
	margin-top: 5px;
	padding-left: 18px;
	background-image: url('http://cla2006.aranea-xos.net/systeme/media/link_puce.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	}

.home_encart .resources .document a{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:underline;
	}

.home_encart .resources .document a:link|visited{
	color: #003B75;
	font-size: 8pt;
	text-decoration:underline;
	}

.home_encart .resources .document a:hover{
	color: #003B75;
	font-size: 8pt;
	text-decoration:none;
	}

/* Extranet Connexion */
.extranet_container {
	width:370px;
	margin: 0 0 0 1px;
}

.extranet_connexion {
	font-family: 'Arial', 'Tahoma', sans-serif;
}

.extranet_connexion .title{
	color:#666666;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	border-color: #F39704;
	border-width: 1px;
	border-style: none none solid none;
	margin-bottom: 4px;
}

.extranet_connexion .txt_connexion {
	color: #0C0C0C;
	font-size: 8pt;
	text-align: left;
}

.extranet_connexion .intitule {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

.extranet_connexion .mdp{
	color: #AAAAAA;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
}

.extranet_connexion .mdp a{
	color: #AAAAAA;
	font-size: 7pt;
	font-weight: normal;
}

.extranet_connexion .mdp a:hover{
	color: #8FB43E;
	font-size: 7pt;
	font-weight: normal;
}

.extranet_connexion .champ{
	color: #333333;
	padding-bottom: 0px;
	font-family: Tahoma;
	font-size: 8pt;
	height: 17px;
	max-height: 17px;
	width: 100%;
	max-width: 165px;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #A6A6A6;
	background-image: url('http://www.club-lor.com/systeme/media/input_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: middle;
}

/* Specific */
.main .commentaires {
	font-size:8pt;
	color:#808080;
	text-align:center;
}

.send_heading {
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	height:100%;
	vertical-align:top;	
}


.send_heading td{
	height:100%;
	vertical-align:top;	
}