
	 /***************************** CSS général aux pages *******************************/       
	 
body {
	width: 820px;
	margin: auto;
	padding: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}	 
	 

h1 {font-size:25px;}


	/****************CSS d'origine de la page de commande reprise du TOP 25****************/

#corpsindex {    /*corps de la page commande*/ 
	width: 830px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	}

.defilTexte {
	color: #FF0000;
	width: 820px;
	text-align: center;
	}

.encadreBg
{
	background-image: url(../illus/page_index/encadreBg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	width: 800px;
	min-height: 500px;
	}

.bgMiddle{padding-left: 10px;}

.wordOui {
	color: #FF0000;
	font-size: 20px;
	}



.texteVert {
	color: #157A24;
	margin: 0px;
	padding: 0px;
	}

.texteMagenta {
	color: #DC007E;
	margin: 0px;
	padding: 0px;
	}

.padding {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.legende {
	font-size: 16px;
	line-height: 16px;
	color: #636363;
	font-family: "Times New Roman", Times, serif;
}


.bg1 {
	background-color: #FFFAEA;
	padding: 5px;
	border: 1px solid #E8E3D4;
}


.bg3 {
	background-color: #FFFF66;
}


#texte3 {
	text-align: center;
}
#texte3 p {
	margin: Opx;
}
#texte3 a {
	color: #0000FF;
}
#texte3 a:hover {
	text-decoration: none;
}


/************* CSS des styles de texte *************/

.grasrouge
{
	color:#FF0000;
	font-weight:bold;
}
