/*
 * Copyright (c) 2010, Augré du vent. Tous droits réservés.
 */

.contentBox {
	border: 0;
}

.contenu {
    border: 2px groove #005EBD;
    margin-top:5px;
}

.loading {
	background: url(../img/puces/spinner.gif) no-repeat center;
}

#groupesBox {
	position: relative;
	top: 0;
	left: 8px;
	height:225px;/*cf diapo image width*/
}

#cocktailBox {
	position: relative;
	top: 0;
	left: 8px;
	height:225px;/*cf diapo image width*/
}

.indexTable {
	width: 100%;
	margin-top: 5px;
    margin-right:2px;
}

td .descriptionCell {
	width:50%;

	text-align:center;
	vertical-align:top;
	padding-bottom:5px;
}

/*Fonts & colors */
.pageTitle {
	height: 50px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
	font-size: 20px;
	color: #005EBD;
	vertical-align:bottom;
}

div .paragraph1 {
	color: #004080;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.contenu .titleLink {
	font-family:Arial, sans-serif;
	display:block;
	color:#008080;
	font-size:18px;
	text-align:center;
	line-height:18px;
	padding-top:2px;
	padding-bottom:5px;
}
