@charset "utf-8";
/* AxesTech Document */

/*******************************																------ GENERAL
			GENERAL
*******************************/

body {
	background:#3b0b09;
}

.main {
	width:950px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	color:#0066FF;
	text-decoration:none;
}

a:hover {
	color:#0033CC;
	text-decoration:underline;
}

a IMG {
	border: #EFE5D9 5px solid;
}

a:hover IMG {
	border:#CC3300 5px solid;
}

/*******************************																------ HEADER
			HEADER
*******************************/

.header {
	width:950px;
	height:184px;
	background:url(images/header.jpg) no-repeat;
}

/*******************************																------ MENU
			MENU
*******************************/

.menu {
	width:770px;
	height:79px;
	background:url(images/menu.gif) no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-left: 180px;
	margin:0;
}

#menu {
	width: 644px;
	list-style-type: none;
	border: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin-left:20px;
	margin-top:15px;
	border: 0;
}

#menu li a {
	display: inline;
	height: 1%;
	color:#FFFFFF;
	margin: 0 auto;
	padding: 4px 8px;
	text-decoration: none;
}

#menu li a:hover {
	color:#006633;
	text-decoration:underline;
}

/*******************************																------ CONTENU
			CONTENU
*******************************/

.content {
	background:url(images/background.gif) repeat-y;
	margin:0 auto;
}

.gauche {
	width:135px;
	height:332px;
	background-image:url(images/gauche.gif);
	float:left;

}

.droite {
	width:650px;
	margin-left:150px;
}

/*******************************																------ BOTTOM
			BOTTOM
*******************************/

.bottom {
	width:950px;
	height:106px;
	background:url(images/bottom.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:30px;
	text-align:center;
}

.bottom a {
	color:#009966;
	font-weight:bold;
	text-decoration:none;
}

.bottom a:hover {
	text-decoration:underline;
}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
	text-align:center;
    font-size: 10px;
	background:url(images/bulle.gif) repeat;
}

/*******************************																------ AGENDA
			AGENDA
*******************************/

.agenda {
	background:#FFFBF0;
	border:1px solid #FF9966;
	padding:7px;
	margin-top:15px;
}
.agenda span {
	color:#993333;
}

