/* CSS CM TRI */

body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
#conteneur{
	width:960px;
	background-image:url(design/font.jpg);
	background-repeat:repeat-y;
	margin:auto;
}
#en_tete{
	background-image:url(design/header.jpg);
	background-repeat:no-repeat;
	height:134px;
}
#en_tete a{
	text-decoration:none;
	color:black;
}
.cadena{
	float:right;
	position:relative;
	right:40px;
	top:102px;

	/*position:relative;
	left:780px;
	bottom:57px;*/
}
#menu_gauche{
	width:193px;
	background-image:url(design/arrondi.jpg);
	background-repeat:no-repeat;
	background-color:#EAEAEA;
}
/**********menu deroulant*******************/
.menu {
	z-index:1000;
	font-size:90%;
	margin:0 0 20px 15px; /* this page only */
	padding-top:25px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:165px;
}
* html .menu ul {
	margin-left:-16px; 
	ma\rgin-left:0;
}
.menu li {
	position:relative;
	background:#FFFFFF;
	height:26px;
}
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:165px;
	font-size:13px;
	color:#1C1A4B;
	font-weight:bold;
	text-indent:5px;
	border:1px solid #EAEAEA;
	border-width:0 1px 1px 0;
}
* html .menu a, * html .menu a:visited {
	background:#FFFFFF;
	width:165px;
	w\idth:165px;
}
* html .menu a:hover {
	background:#FFE3BB;
}
.menu :hover > a {
	/*color:#fff;*/ 
	background:#FFE3BB;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:165px; 
}
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}
.menu ul :hover ul ul{
	visibility:hidden;
}
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
/********************************************/
#info{
	width:165px;
	margin-top:25px;
	margin-left:15px;
	background-color:#FFE3BB;
	border:2px solid white;
	margin-bottom:10px;
}
#publicite{
	width:165px;
	margin-top:25px;
	margin-left:15px;
	margin-bottom:10px;
}
#publicite a{
	text-decoration:none;
	color:#E4E4E4;
	 
}
.flash{
	padding-left:3px;
	padding-right:3px;
	padding-bottom:5px;
}
#centre{
	width:740px;
	float:right;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:30px;
}
#centre a{
	text-decoration:none;
	color:#FFA317;
	background-color:#FFE3BB;
}
#centre a:hover{
	color:#FFFFFF;
	background-color:#FFA317;	
}
.titre{
	background-image:url(design/bandeau_titre.jpg);
	background-repeat:no-repeat;
	height:34px;
	margin-bottom:25px;
}
#centre td{
	border:1px solid #FFA317;
}
.position_titre{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	padding-left:25px;
	padding-top:4px;
}
.sous_titre{
	background-image:url(design/bandeau_sous_titre.jpg);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:15px;
}
.position_sous_titre{
	font-size:14px;
	color:#FF9C08;
	font-weight:bold;
	padding-left:30px;
	padding-top:2px;
}
.paragraphe{
	font-size:14px;
	color:#494C6B;
	font-weight:bold;
	padding-left:30px;
	font-style:italic;
}
.tableau{
	width:710px;
	margin-left:25px;
}
.coordo{
	width:210px;
	height:35px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid black;
	float:left;
}
.invisible{
	border-color:#FFF;
}
.trombi{
	width:210px;
	height:135px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid black;
	float:left;
}
.photos{
	width:200px;
	height:135px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	float:left;
}
.liens{
	height:35px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
.liens_licencies{
list-style-image:none;
/*	height:35px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	/*text-align:left;*/

}

.titre_espace_licencies{
	font-size:14px;
	height:25px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FE9901;
}
.tableau_profil{
	width:620px;
}
.details_journal{
	font-size:10px;
	color:#999999;
}
#bas_de_page{
	width:960px;
	margin:auto;
	text-align:center;
	color:#FFA317;
	font-size:10px;
	font-weight:bold
}
#bas_de_page a{
	color:#FFA317;
	text-decoration:none;
}
#block_bas{
	height:15px;
	background-color:#CCCCCC;
	margin-bottom:5px;
}

.nettoy{
	clear:both;
}