/* * * Contributor(s): *  Sebastien Touchette *//* Ce fichier définit le style visuel pour les différents éléments du blog. * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour: * - les éléments HTML en général * - la page * - l'entête * - le prélude * - le contenu * - la barre de navigation * - le pied de page * * L'agengement des blocs est défini dans le fichier layout.css * Pour mettre la barre de navigation à gauche, décommentez l'appel à  * layout-gauche.css */@import "layout.css";/* @import "layout-gauche.css"; */ /* Les éléments HTML en général-------------------------------------------------------- */body{	background:url(../../../images/texture.jpg);	line-height: 1.6em;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}h1, h2, h3, h4, h5, h6{	font-family: "Trebuchet MS", sans-serif;}h1{font-size: 1.5em;}h2{font-size: 1.4em;}h3{font-size: 1.3em;}h4{font-size: 1.2em;}h5{font-size: 1.1em;}h6{font-size: 1em;}pre, code{	font-size: 1.2em;}pre{	width: 100%;	overflow: auto;	border: 1px solid #CCC;}fieldset{	border: none;}label{	cursor: pointer;	cursor: hand;}.field label{	display: block;}input,textarea{	border: 1px solid #999;}textarea{	width: 100%;	font-size: 1em;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}a{	/*color: #8c8c8c; (gris pale)*/	color: #333333;	text-decoration:underline;	}a:visited{	color: #8c8c8c;	text-decoration:underline;}a:hover{	color: #a7383d;	text-decoration:underline;}.left{	float: left;	margin-right: 1em;}.right{	float: right;	margin-left: 1em;}/*CENTRE LE CONTENU*/DIV.center {  margin-left: auto;  margin-right: auto;  margin-top: 0px;  width:770px; /* largeur obligatoire pour centrer */  height:100%;  position:absolute;  left: 50%;   margin-left: -385px; /* moiti de la largeur */}/* La page-------------------------------------------------------- */#page{	background: #EFEFEF;}#content{	background: #FCFCFC;	margin-right: 25px;    margin-left: 40px;}#main{	background: #FCFCFC;}/* L'entête-------------------------------------------------------- */#top h1{	height: 80px;	line-height: 80px;	margin: 0 0 0 40px;	padding-top: 20px;	color: #FFFFFF;}#top h1 a{	text-decoration: none;	color: #FFFFFF;}/* Le menu Top-------------------------------------------------------- */ TD.menuTop{  background-color:#FFFFFF;  font-family:Arial, Helvetica, sans-serif;  font-size:12px;  text-align: right;}A.menuLk{  color:#5c6453;  text-decoration:none;}A.menuLk:hover{  color:#a7383d;  text-decoration:none;}.menuLk{  color:#a7383d;  font-style:bold;}/* Le contenu-------------------------------------------------------- */ P.texte{  text-align:justify;  font-family:Arial, Helvetica, sans-serif;  font-size:11px;  color:#333333;}#sectiontitre P{  text-align: right;  font-family:Arial, Helvetica, sans-serif;  font-size:21px;  color:#504f4f;  margin-right: 25px;  margin-left: 35px;  background-image:url(../../../images/pointilles.gif);  background-position:bottom;  background-repeat:repeat-x;}.nomBio{  font-family:Arial, Helvetica, sans-serif;  text-align: left;  font-size:16px;  color:#8c8c8c;  text-decoration:none;}A.nomOeuvre{  font-family:Arial, Helvetica, sans-serif;  text-align: left;  font-size:14px;  color:#8c8c8c;  text-decoration:none;}A.nomOeuvre:hover{  text-decoration:none;}.menuOeuvre{  font-family:Arial, Helvetica, sans-serif;  font-size:11px;  color:#333333;}.catOeuvre{  font-family:Arial, Helvetica, sans-serif;  font-size:11px;  color:#333333;  line-height:10px;}.soustitrework{  font-family:Arial, Helvetica, sans-serif;  text-align: left;  font-size:16px;  color:#504f4f;  text-decoration:none;}/* La barre de navigation-------------------------------------------------------- */DIV.liste{  margin-left:25px;}/* Le pied de page-------------------------------------------------------- */#footer{	margin: 0;	padding-left: 1em;	background: #EEE;	color: #999;	font-size:9px;}#footer a{	color: #666;}