﻿a:link, a:visited {text-decoration:none;}
a:active, a:hover {text-decoration:underline;}

.colonne1{
border-right: 6px solid #88bf40;
background-image:url('images/fond_col1.jpg');
width:174px;
background-color:#1C3287;
background-position:bottom; 
background-repeat:no-repeat;
}

.colonne2{
width:602px;
vertical-align:top;
border-right: 4px solid #ffffff;
}

.colonne3{
background-image:url('images/fond_col3.jpg');
background-repeat:repeat-y;
background-position:left;
vertical-align:top;
}

.link01 a{
color:#000000;
text-decoration:none;
}

.link01 a:hover{
text-decoration:underline;
}
.dl1 a{
text-decoration:none;
}
.dl1 a:hover{
text-decoration:underline;
color:#ccc;
}


.contact a{
text-decoration:none;
color:#ffffff;
}
.contact a:hover{
text-decoration:underline;
}

.fiche{
color:#737171;
}

.fiche a{
color:#737171;
text-decoration:none;
}

.fiche a:hover{
color:#737171;
text-decoration:underline;
}


.telecharger a{
color:#46750a;
text-decoration:none;
font-weight:bold;
}

.telecharger a:hover{
text-decoration:underline;
}
.slideshare a{
border:0;
color:#666666;
}


/*///////////////////////////// LIGHTBOX //////////////////////////////////*/

#lightbox_bg{
	position: absolute;
	margin:0px;
	top: 0%;
	left: 0%;
	bottom: 0%;
	width: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

#lightbox {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	position: absolute;
	padding: 0px;
	background-color: white;
	z-index:1002;
}

#lightbox_header {
	background-color:#474747; 
	height:20px; 
	line-height:19px; 
	padding:3px; 
	padding-left:6px; 
	color:#FFF;
	font-weight:bold;
}

#lightbox_header img {
	float:right; 
	margin:2px;
}

#lightbox_content {
	padding:10px; 
}
/*//////////////////////////////////////////////////////////////////////////*/


