body {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	background: url(../images/interface/fond.gif) top left repeat-x;
}

#global {
     position:absolute;
     left: 50%;
     width: 700px;
     margin-left: -350px; /* moitié de la largeur */
     /* border: 1px solid #000; */
}


#menu {
}

#bandeau {
}

#titreRubrique {
	padding-top: 20px;
}

#cartoucheGris {
	top: 40px;
	background: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #BBBBBB;
	width: 100%;
}

#calqueLargeur310 {
	line-height: 15px;
	float: left;
	width: 300px;
	position: relative;
	left: 15px;
	margin-left: 25px;
	text-align: justify;
	/* border: 1px solid #000; */
}

#calqueLargeur620 {
	line-height: 15px;
	float: left;
	width: 600px;
	position: relative;
	left: 15px;
	margin-left: 25px;
	text-align: justify;
	/* border: 1px solid #000; */
}

table.default tr td {
	text-align: left;
	color: #BBBBBB;
	font-size: 11px;
	padding-left: 5px;
}

table.activites tr td {
	line-height: 15px;
	text-align: justify;
	color: #BBBBBB;
	font-family: Verdana;
	font-size: 11px;
	border: 1px dotted #ccc;
	vertical-align: top;
	padding: 5px;
}

table.activites, table.default {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#calqueLargeur620 * a {
	color: #BBB;
}

#calqueLargeur620 * a:hover {
	text-decoration: none;
}

.trTitle {
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	width: 33%;
}

#footer {
	width: 100%;
	text-align: center;
	color: #333333;
	font-family: Verdana;
	font-size: 9px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: underline;
}