/*
 Hauteur totale : 200*3+2*20 = 640 OK
 Largeur totale : 300*3+2*20 = 940 OK
*/
.image
{
	width:300px;
	height:200px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	padding: 5px 5px 5px 5px;
	
	/*background : url(bordure.jpg) no-repeat 100% 0;*/
	border: 5px;
	padding:0;
	
	border-style: ridge;
	border-color: #aaa #ddd #ddd #aaa;
	/*border-image: url(bordure.jpg);*/
	/* box-shadow: 5px; */
	
	
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
	
	position: absolute;
	left: 50%;
}

.col1
{
	margin-left: -470px;
}
.col2, #desc
{
	margin-left: -150px;
}
.col3
{
	margin-left: 170px;
}
.lig1
{
	top: 50px;
}
.lig2, #desc
{
	top: 270px;
}
.lig3
{
	top: 490px;
}

#desc
{
	position: absolute;
	left: 50%;
	/*margin-left:-160px;
	top:260px;*/
	width:300px;
	height:210px;
	
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #555;
	text-align: center;
	vertical-align: middle;
	
	padding: 5px;
	
	background-image: url('calexo-clair.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	
	/* border: 1px solid #aaa;
	background-color: #d0d0d0; 
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;*/
}

#desc a
{
	font: 110% /* relatif au reste =76%*/ Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000;
}

#copyright
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #666;
	
	position: fixed;
	bottom: 30px;
	
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align: center;	
}
#mentions
{
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666;
	
	position : fixed;
	bottom : 10px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align: center;	
}

#mentions a
{
	text-decoration: underline;
	color: #000;
}

h1
{
	font: 200% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

	position: relative;
	top: 0px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	
	display: none;
}

h2
{
	display: none;
}

.load
{
	background:url('ajax-loader.gif') no-repeat center;
}