/*****************************************************************************************************************
	
Nom du programme : index.css
Programmeurs : Les Patriotes (Dominic Plourde, Jérome Lévesque, Marc-Antoine Pelletier, Jean-François Bélanger, Jean-François Côté)
Entreprise : L'ÉPÉE, epee.cegep-rdl.qc.ca
Date :  Mars à juin 2007
But : Fichier permettant de regrouper les éléments css de la page index
Remarque : 

******************************************************************************************************************/

body{
	/*padding-left:10px;
	padding-right:10px;
	margin-top: 90px; 
	margin-bottom:10px;
	text-align:center;
	font-family: Monotype Corsiva;*/
	font-size: 17;
	background-color: #E0AC61;
}
hr {
	color : #92794D;
	background-color : #774c00;
	border:1px solid #774c00;
}
.centrer{
	text-align:center;
	margin: auto;
}
.cadre{
	margin-left:auto;
	margin-right:auto;
	height:336px;
	width:448px;
	padding:-2px;
	/*margin-top:200px;
	margin-left:200px;*/
	border: 5px solid #7F786D;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	/*background: url('../image/structure/cadre_noir_et_or_19.gif') bottom center no-repeat;*/
}

a:link {color: #704501}
a:visited {color: #704501}
a:hover {color: white}
