/*
Les style de base a laisser si possible car le fichier est aussi inclu dans fck !
 */

body
{
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

body, td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}



.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

a:link {text-decoration: none; color: #626880;}
a:visited { text-decoration: none; color: #626880;}
a:hover { text-decoration: underline; color: red;}
a:active {  }

/* les styles suivant pour gérer l'affichage de l'album de photo en dessou d'une page normal */
.axi_InfoImageTour{

	cursor:pointer;
	vertical-align:top;
	text-align:center;
	height:25px;
	width:195px;
}
.axi_InfoImageTexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	cursor:pointer;
	vertical-align:top;
	text-align:center;
	height:20px;
	width:195px;
}
.axi_InfoImageTitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
}
#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

#sortable li { 
	margin: 3px 3px 3px 0; 
	padding: 1px; 
	float: left; 
	width: 192px; 
	height: 170px; 
	font-size: 4em;
}

.axi_titrerubrique{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
}