/***************************** Body */
html,body {
	margin:0; 
	padding:0;
	background-color:#fff;
}

/***************************** Les Polices*/
* {
	font-family: verdana, serif;
	font-size:12px;
	color : #383e36;
		background-color:#fff;
}

a {
	color:#0000ff;
}

h1 {

}

h2 {

}

img {
	border:0;
}

span {
	display:none;
}

/***************************** Les Acronymes*/
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}


/***************************** Le Container Général */
#container {
	position:absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding:10px;
}

/***************************** Les Textes */

.center {
text-align: center;
}

.righttitle {
	float:right;
}

.righttitle2 {
	float:right;
	border:1px solid black;
}

.leftlogo {
	float:left;
	padding:0;
	margin:0;
}

.spaceleft {
	clear:left;
}

.space {
	clear:both;
}

#top img {
 margin-bottom:5px;
}

#text {
	line-height:16px;
}

#footer {
text-align:center;
font-size:9px;

}

#footer a {
font-size:9px;

}
#midihome img {float:left;}

/***************************** Les COLUMNS */

#column			{clear:both;font-size:9px;margin-bottom:20px;}
#column img			{border:1px solid black;}
#columnpromo			{clear:both;text-align:center;font-size:9px;}
#column h1	{font-size:11px;}
#column	a 	{font-size:9px}
#column ul		{text-align:left;list-style:none;padding:0;margin:3px 3px 3px 8px;font-size:9px}
.columnBlock	{float:left;width:23%;padding:0.5%;border-left:1px solid silver;font-size:9px}
img.akacolumn	{background-color:white;padding:2px;border:1px solid black;}
.columnBlock2	{float:left;width:50%;padding:0.5%;border-left:1px solid silver;text-align:center;}
