/* CSS Document */

/* HTML tags personnalisation */
A:active {
	COLOR: #666; TEXT-DECORATION: none
}
A:link {
	COLOR: #64a0b4; TEXT-DECORATION: none
}
A:visited {
	COLOR: #64a0b4; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666; TEXT-DECORATION: underline
}
A.a_gris:active {
	COLOR: #666; TEXT-DECORATION: none
}
A.a_gris:link {
	COLOR: #666; TEXT-DECORATION: none
}
A.a_gris:visited {
	COLOR: #666; TEXT-DECORATION: none
}
A.a_gris:hover {
	COLOR: #666; TEXT-DECORATION: underline
}
BODY {
	SCROLLBAR-FACE-COLOR: #cccccc; FONT: 2em; BACKGROUND: #ffffff; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee; SCROLLBAR-SHADOW-COLOR: #eeeeee; COLOR: #666666; LINE-HEIGHT: 1em; SCROLLBAR-ARROW-COLOR: #0c6a89; SCROLLBAR-TRACK-COLOR: #f1f1f1; FONT-FAMILY: Verdana, sans-serif; TEXT-ALIGN: center;
	background-color : #d9d8c3;
}
/* Title personnalisation */
h1 {
	font  		: 2em sans-serif;
	color       : #373737;
	font-weight : bold;
}
h2 {
	font  		: 1.5em arial;
	color       : #373737;
	margin      : 0px;
}
/* Website tags personnalisation */

#page {
	FONT-SIZE: x-small; MARGIN: 0px auto; WIDTH: 954px; POSITION: relative; TEXT-ALIGN: left;
	background-color : white;
}

#bandeau_quilombo {
	BACKGROUND: url(pictures/bandeau.jpg) white no-repeat; LEFT: 0px; POSITION: relative; TOP: 2px; HEIGHT: 150px;
}

/* Menu */
#menu_gauche {
	background-color : white;
	left			 : 0px;
	width		     : 165px;
	position         : absolute;
	top			     : 152px;
	BACKGROUND: url(pictures/sous-menu-1px.jpg) white repeat-x; LEFT: 0px; POSITION: absolute; TOP: 152px; HEIGHT: 700px;
}
#menu_gauche a {
	COLOR: #2e358e
}
#menu_gauche p {
	PADDING-RIGHT: 0px; BORDER-TOP: #6ba4d9 1px solid; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 3px; MARGIN: 0px; WIDTH: 165px; PADDING-TOP: 3px; BACKGROUND-COLOR: #f0f0f0
}
#menu_gauche p.ouvert {
	BORDER-BOTTOM: #64a0b4 1px solid
}
#menu_gauche p.on {
	COLOR: #0c6a89; BORDER-BOTTOM: #6ba4d9 1px solid
}
#menu_gauche p.on a {
	COLOR: #0c6a89
}

/* Content */
#zecontenu {
	padding : 10px;
	BACKGROUND: url(pictures/ombre.gif) white repeat-x; LEFT: 166px; WIDTH: 768px; POSITION: absolute; TOP: 152px; /*HEIGHT: 2000px;*/
}
#zecontenu TD.bleu {
	FONT: 1.3em/2em; FONT-WEIGHT: bold; BACKGROUND-COLOR: #e6f0f3; COLOR: #373737
}
#zecontenu TD.case {
	FONT: 1.3em/2em; COLOR: #373737
}
#zecontenu TD.welcome {
	FONT-SIZE: medium; COLOR: #373737; FONT-WEIGHT: bold; BACKGROUND-COLOR: #e6f0f3
}

#title {
	text-align    : center;
	margin     	  : 20px;
	margin-bottom : 30px;
	margin-top    : 30px;
}

#agenda {
	/*float   	  : right;*/
	margin-top 	  : 50px;
	/*margin-left   : 10px;*/
}

#news {
	margin-top : 40px;
}
#news p img {
	margin-right  : 10px;
}
#news div.border {
	margin-top    : 20px;
	margin-bottom : 20px;
	border-bottom : 1px solid #eaeaea;
}

#videos {
	margin        : 20px;
}

#photos {
	margin        : 20px;
}
#photos td {
	padding       : 20px;
}

#footer TD.down {
	BACKGROUND-COLOR: #dae5ee; FONT: 1.3em/2em; COLOR: #373737
}

#bulletin {
	margin-top : 35px;
}

.error {
	color : red;
}

.left {
	float : left;
}

.right {
	float : right;
}

.bleu {
	COLOR: #373737;
	BACKGROUND-COLOR: #e6f0f3;
}

a img {
	border : none;
}

.little {
	font-size : 0.8em;
}

.gray {
	color : gray;
}

.center {
	text-align : center;
}

.cleaner {clear:both;}
