@CHARSET "UTF-8";

/**
 * AUTRES CLASSES UTILISES PAR DEFAUT
 */

.clear{
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0px;
}

.clearCorps{
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0px;
	height:20px;
}

.left{
	display:block;
	float:left;
	
	/** IE (pour éviter le double float avec les marges) **/
	display:inline;
}

.right{
	display:block;
	float:right;
	
	/** IE (pour éviter le double float avec les marges) **/
	display:inline;
}

.alignRight { text-align: right; }

.imgLeft{
	margin:10px 15px 10px 0;
	display:block;
	float:left;
}

.bold{
	font-weight:bold;
}

.nomargin{
	margin:0;
}

.nomargintop{
	margin-top:0;
}

.nomarginright{
	margin-right:0 !important;
}

.separateur{
	display:block;
	clear:both;
}

.orange{
	color:#ff7a0f;
}

hr.ligne1{
	display:block;
	clear:both!important;
	
	height:0;
	margin:0;
	padding:0;
	border:none;
	
	/** Styles appliqués **/
	border-top:1px dashed #c6ccd0;
}

/** PAGE MULTIMEDIA **/
#multimedia .btn {
	margin-bottom: 10px;
}

#multimedia .imgLeft {
	margin-top: 0px;
}

/**/
/* LISTE PAR DEFAUT
 */
ul.liste_default{
	list-style-type:none;
	margin-bottom:15px;
	padding-left:5px;
}

	ul.liste_default li{
		background: url(../img/puce_liste_default.gif) 0 3px no-repeat;
		padding-left:17px;
		margin-top:5px;
	}

/**/
/* LISTE PAR DEFAUT POUR LES DOCUMENTS
 */	
ul.liste_docs{
	list-style-type:none;
	margin-bottom:15px;
	padding-left:5px;
}

	ul.liste_docs li{
		background: url(../img/puce_docs.gif) 0 3px no-repeat;
		padding-left:17px;
		margin-top:3px;
		line-height:16px;
	}
	
	ul.liste_docs li a{
		color:#0077ce;
	}

a.liste_docs
	{
		background: url(../img/puce_docs.gif) 0 3px no-repeat;
		padding-left:17px;
		padding-bottom:4px;
		margin-left: 5px;
		line-height:10px;
		color:#0077ce;
	}
	
a.liste_docs_lib
{
	/*background: url(../img/puce_docs.gif) 0 3px no-repeat;*/
	padding-left:17px;
	padding-bottom:4px;
	margin-left: 5px;
	line-height:10px;
	color:#0077ce;
	height: 12px;
}
	


