.slider
{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:auto;
	width:1065px;
	height:400px;
	background-color:#FFF ;
	border-radius:10px;
	border-width:1px;
	border-style: solid;
    border-color: #c6c6c6;
	-moz-box-shadow: 2px 2px 2px #c6c6c6;
	-webkit-box-shadow: 2px 2px 3px #c6c6c6;
	box-shadow: 2px 2px 3px #c6c6c6;
}

.slider-images
{
	float:left;
	width:1045px;
	height:380px;
	margin-top:10px;
	display:block;
}

.ligne
{
	width:100%;
	height:200px;
	margin-bottom:20px;
}
.module_big
{
	height:200px;
	width:523px;
	margin:10px;
	float:left;
	background-color:#FFF;
	border-radius:10px;
	border-width:1px;
	border-style: solid;
    border-color: #c6c6c6;
	-moz-box-shadow: 2px 2px 2px #c6c6c6;
	-webkit-box-shadow: 2px 2px 3px #c6c6c6;
	box-shadow: 2px 2px 3px #c6c6c6;
}

.module_big h2
{
	width:100%;
}
.module_big .left
{
	float:left;
	width:35%;
}
.module_big .right
{
	float:right;
	width:65%;
}

.images{
	margin-top:10px;
	margin-left:10px;
}

#serveur_vocaux
{
	background-color:#908E8E;
}
#serveur_jeu
{
	background-color:#908E8E;
}
#serveur_web
{
	background-color:#908E8E;
}

#module_news
{
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border:1px solid #ed0f0f;
}
#module_news a
{
	color:#666666;
}
#module_news a:hover
{
	color:#000000;
}
#module_news .title
{
	padding-left:10px;
	font-size:20px;
	border-bottom:1px solid #ed0f0f;
	background:#fac8c8;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#module_news table
{
	border-collapse:collapse;
	width:100%;
}
#module_news table td
{
	padding-top:4px;
}

#module_news table .image
{
	width:70px;
	text-align:center;
}
#module_news table .image img
{
	max-height:30px;
}
#module_news table .info
{
}
#module_news table .date
{
	font-size:12px;
	padding-left:10px;
}
#module_news table #all_news
{
	text-align:right;
	padding-right:5px;
}
