/* AUTEUR: JCN CONSULTANT */
/* Date de création: 07/05/2009 */

body{
	margin-top: 1px; 
   	margin-bottom: 20px;
   	background-color: #663300;	  
   	font-family: Lucida Grande, Verdana, sans-serif; 
   	font-size: 9pt;
	color:#996600;
	margin: auto; /* Pour centrer notre page */ 
}

b{font-size: 110%;}
em{color: red;}	
td {font-size: 9pt;} 

.erreur1 {
	color:red;
	font-size:8pt;
}

.title { 
	font-family:  Arial, sans-serif; 
	font-weight: normal; 
	font-size: 24px; 
}

.subtitle { 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 15px; 
}

/* Définitions des liens */

a.lien1:link { color: #FFFFFF; font-family: Lucida Grande, Verdana, sans-serif; font-size: 8pt; font-weight: bold;}
a.lien1:visited { color: #FFFFFF; font-family: Lucida Grande, Verdana, sans-serif; font-size: 8pt; font-weight: bold;}
a.lien1:hover  { background: #FFCC00; color: #006699 }

a.lien2:link { color: #996600; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight:bold; }
a.lien2:visited { color: #996600; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight:bold; }
a.lien2:hover  { background: #D3FFAB; color: #996600; }

a.lien3:link { color: #FFCC00; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight:bold; }
a.lien3:visited { color: #FFCC00; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight:bold; }
a.lien3:hover  { background: #D3FFAB; color: #996600; }

a.lien4:link { color: #996600; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight:bold; }
a.lien4:visited { color: #996600; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight:bold; }
a.lien4:hover  { background: #D3FFAB; color: #996600; }

#maincontainer{
	width: 970px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #EAEAEA;
	height: 100px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #663300;
}

#contentcolumn{
	padding-top:10px;
	background-color: #FFFFFE;
}


#footer{
	clear: left;
	width: 100%;
	background: #663300;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFFFCC;
	font-size:8pt
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.titre_cadrearts { 
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	color: #996600; 
	text-align: center;
	background:url(/images/cadres/artsdeco_08.gif);
	padding-top:8px; 
}