body {
	/* Marges de la page */
	margin-top: 10px;
	margin-bottom: 10px;
	
	/* Couleurs et police de caractères */
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
	
	/* Image de fond */
	background-image: url(gray.png);

}

/*Liens hypertextes pour la page en général*/
a:link {
	text-decoration: none;
	color: #FF5500;
}

a:visited{
	text-decoration: none;
	color: #FF5500;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #FF1100;
}

a:active{
	text-decoration: none;
	color: #FF5500;
}
/* mises en forme */
.titre_page {
	font-size: medium;
	font-weight: bold;
}
.titre_paragraphe {
	font-style: italic;
	font-weight: bold;
}

.italique {
	font-style: italic;
}

.gras {
	font-weight: bold;
}

.important {
	color: red;
	font-weight: bold;
}

.encarte {
	width: 70%;
	border: 1px solid #FF3300;
	background-color: #FFCC00;
	margin: auto;
	padding: 3px;
}

/* Conteneur principal : tous les autres conteneurs seront dedans */
#conteneur_principal {
	position: relative;
	width: 1000px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*background-repeat: no-repeat;*/
	background-image: url(design.png);
	
}

/* Conteneur titre : titre de la page */
#conteneur_titre {
	position: absolute;
	top: 0px;
	width: 1000px;
	height: 150px;
	
	background-repeat: no-repeat;
	
}

/* Conteneur menu : le menu */
#conteneur_menu {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 250px;
	height: 590px;

	background-repeat: no-repeat;

}

/* Contient le contenu des pages web */
#conteneur_contenu {
	position: absolute;
	top: 150px;
	left: 250px;
	width: 750px;
	height: 590px;

	background-repeat: no-repeat;
}
/*Contient le pied de page*/
#conteneur_fond {
	position: absolute;
	top: 740px;
	width: 1000px;
	height: 60px;

	background-repeat: no-repeat;
}

/*============== Partie Contenu ==============*/

#contenu_annonce {
	position: absolute;
	top: 25px;
	left: 10px;
	height: 40px;
	width: 690px;
	border: 0px solid #F1CC33;
	color: #FFDD11;
	display: none;
}

#contenu_contenu {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 640px;
	height: 450px;
	overflow: auto;
	
}


/*============== Partie Menu ==============*/

#menu_cadre {
	position: absolute;
	top: 120px;
	left: 50px;
	width: 165px;
	height: 225px;
	
	/*background-color: red;*/
}



#menu_cadre a:link {
	color: #FF9900;
	text-decoration: none;
}

#menu_cadre a:visited {
	color: #FF9900;
	text-decoration: none;
}

#menu_cadre a:hover {
	color: #FF0000;
	text-decoration: none;
}

#menu_cadre a:active {
	color: #FF9900;
	text-decoration: none;
}

.menu_item {
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	color: white;
	height: 30px;
	letter-spacing: 2px;
	

/*	border: 1px solid white;*/
}

.smenu_item  {
	margin-left: 0px;
	width: 150px;
	background-color: #222222;
	font-style: italic;
	/*border: 2px solid gray;*/
	letter-spacing: 1px;
	padding-left: 7px;
}

#smenu_guggen, #smenu_multi {
	display: none;
	position: relative;
	z-index: 1;
	left: 30px;
	top: -20px;
	width: 150px;
	

}

#menu_description {
	position: absolute;
	top: 338px; /* Correspond à menu_cadre top+height */
	left: 50px;
	width: 165px;
	height: 75px;
	font-family: "Courier New", Courier;
	background-color: black;
	color: white;
}

/* ======================================== Page VIDEOS ====================================================*/
#vid_box{
	position: relative;
	width: 350px;
	height: 280px;
	float: right;
}
#vid_list{
	position: relative;
	width: 280px;
	float: left;
}
/*======================================Page MEMBRES ====================================================*/
.col_gauche {
	position: relative;
	float: left;
	width:300px;
	height: 100px;
/*	border: 1px solid black;*/
}
.col_droite {
	position: relative;
	float: right;
	width:300px;
	height: 100px;
/*	border: 1px solid black;*/
}
.box_photo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 88px;
	height: 100px;
}
.box_infos {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 210px;
	height: 99px;
}
/*==================================== page ACCUEIL =====================================================*/
.news_box {
	position: relative;
	margin-top: 3px;
}

.news_date {
	font-size: x-small;
	font-style: italic;
	margin-right: 5px;
}

.news_titre :hover{
	
}

.news_desc {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	font-style: italic;
	border: 1px solid #4B4B4B;
	background-color: #DDDDDD;
	padding: 3px;
}



