﻿/*Feuille de style pour les fiches*/
#fiche{
	margin-top:0px;      
}
 
#fiche #header{
	margin-top:5px;
    height:26px;
    width:816px;
    margin-left:24px;             
}

#fiche #header .m{
	height:26px;
	/*width:764px;*/
	background:url(../images/tpl/fiches/h1m.jpg);
	/*float:left;*/
}

#fiche #main{
	width:800px;
	height:auto;
}
	 
#fiche #main #top{
	height:32px;
	background-color:#759BB6;
	width: 833px;
	font:bold;
	font-size:25px;
	font:"Century Gothic";
	color:#c8d7e2;
}
	
 #main #top .m{
	height:50px;
	/*width:783px;*/
	background:url(../images/tpl/fiches/hm.jpg);
	float:left;
    color:#fff;
    font-size:36px;
    font:"Century Gothic";
}
		 
#fiche #main #middle{
	height:auto;
	min-height: 385px;
}
	     
#fiche #main #middle .m{
	width:815px;
	height:auto;
		min-height: 350px;
	/*float:left;*/
    background-color:#c2d6e3;
	margin-bottom:0px;
	overflow : auto;
	color: #3C4A53;
}

#fiche #main #middle #content{
	width:763px;
	padding:10px;
	/*height:550px;*/
	text-align:left;
}
		
#fiche #main #middle .m #pic{
	width:200px;
	height:auto;

	float:left;
    background-color:#c2d6e3;
    border:0px solid #ccc;
    margin-top:30px;
    margin-right:10px;
	margin-left: 30px;
	margin-bottom: 5px;
    text-align:left;
    padding-top:8px;
	padding-bottom:5px;
}

#fiche #main #middle .m #pic img{
	/*height:550px;*/
    /*width:381px;*/
	border:none;
width:200px;
}

#fiche #main #middle .m #detail{ 
	margin-top:23px;
    margin-right:15px;
	margin-left:250px;
    padding-top:8px;
    font-size:14px;
	height:auto;  
	width:auto;
}

#fiche #main #middle .m #control{ 
	height:auto;
    text-align:left;
		margin-left:250px;
	font-family: trebuchet MS;
	font-size: 12px;
}

#detail p{
    margin-bottom:4px;
    margin-top:0px;
    padding:0px;
	text-align: justify;
}

#detail .titre{
	font-family: trebuchet MS;
    font-size:17px;
	font-weight:bold;
	text-align: center;
}

#detail .auteur{
	font-family: trebuchet MS;
    font-weight:bold;
	text-align:center;
}

#detail .info{
    font-size:12px;
	font-family: trebuchet MS;
}

#detail .resume{
    margin-bottom:20px;
	font-family: trebuchet MS;
	font-size: 12px;
}		 		 
		 
#fiche #main #bottom{
	height:0px;
}
	 
#fiche #main #bottom .m{
	height:11px;
	/*width:783px;*/
	width:770px;
	background:url(../images/tpl/fiches/bm.jpg);
	float:left;
}	

a{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
