/* CSS Document */

/***********************************************/
/* style                                       */
/***********************************************/

body{
	font-family: Arial;
	font-size: 15px;
	background-image: url(images/bg.gif);
	background-color: #ffffff;
	text-align: justify;
}

/***********************************************/
/* contenners                                  */
/***********************************************/
#global{
	width: 950px;
	height: 700px;
	margin: 0 auto;
	position:relative;
}
#contenner{
	width: 950px;
	height: 566px;
	margin: 0 auto;
	position:relative;
}
/***********************************************/
/* 1ème ligne                                  */
/* content  titre avec logo et menus deroulant */
/***********************************************/

#titre{
    float:left;
	width: 950px;
	height: 140px;
	margin-top: 0px;
	
}
/* titre avec logo                                  */
#bandeau{
    float:left;
	width: 950px;
	height: 106px;
	margin-top: 0px;
	
}

/* menus deroulants                              */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	line-height:27px;
	height: 27px;
	list-style-type: none;
}
#menu {
	position:absolute;
	top: 110;
	left: 0;
	z-index:100;
	width: 950px;
	
}
#menu dl {
	float: left;
	width: 158px;
	margin: 0 px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-image: url(images/logomenu.gif);
	border: 0px solid gray;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #530000;
}
#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #530000;
}
a {
	text-decoration: none;
	color: #222;
}

/***********************************************/
/* 2ère ligne                                  */
/* page index                                    */
/***********************************************/

#infoind{
	float:right;
	width: 950px;
	height: 610px;
	margin-top: 0px;
	margin-right:10px;
	overflow:auto;
}


/***********************************************/
/* 2ère ligne                                  */
/* menu  et  info                                    */
/***********************************************/


#logo{
	width: 140px;
	height: 50px;
	margin-top: 2px;
	margin-left: 20px;
}
/* menu  bachaumont  et auber                                */
#menu1{
	float:right;
	width: 165px;
	height: 600px;
	margin-right:10px;
	margin-top: 0px;
}

#menu2{
	float:right;
	width: 165px;
	height: 600px;
	margin-top: 0px;
}

#menuab{
	float:left;
	width: 165px;
	height: 27px;
	margin-top: 4px;
	left: 13px;
	top: 112px;
	background-image: url(images/logomenu.gif);
	
}
#menuab dl {
	float: left;
	width: 165px;
	margin: 0 px;
}
#menuab dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-image: url(images/logomenu.gif);
	border: 0px solid gray;
}
#menuab dd {
	border: 1px solid gray;
}
#menuab li {
	text-align: center;
	background: #530000;
}
#menuab li a, #menuab dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menuab li a:hover, #menuab dt a:hover {
	background: #530000;
}


/* index bloc info                       */
#info{
	float:right;
	width: 600px;
	height: 610px;
	margin-top: 0px;
	margin-right:10px;
	overflow:auto;
	text-align: center;
}

/* pied de page                               */
#pied{
	float:left;
	width: 950px;
	height: 0px;
	margin-top: 0px;
	text-align: center;
}

/* liens pied de page                               */
a:link {
	color: #530000;
}
a {
	text-decoration: none;
	color: #530000;
}
a:hover {
	color: #DED0AB;
}

