﻿html, body {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	height: 100%;
}
body {
	background-color: #3e3e3e;
	margin: 0;
	font-size: 13px;
	font-family: verdana, arial, "sans serif";
	color: #5e5e5e;
}
form {
	margin: 0;
	padding: 0;
}
p  {
	line-height: 18px;
	text-align: justify;
}
h1, h2, h3 {
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
acronym{
	cursor: help ;
}
img {
	border: none;
}
a {
	font-weight:bold;
	color: #378ac3;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #3e3e3e;
}
a:active {
	color: #ffffff;
	background-color: #f00;
}
.hidden {
	visibility: hidden;
}

/************************* CONTENT **********************/
#center_text, #footer, #headquote {
	position: relative;
	width: 930px;
	left: 50%;
	margin-left: -465px;
}
#inc_content h2 {
	font-size: 12px;
	color: #378ac3;
	border: 1px solid #cecece;
	background-color: #f9f9f9;
	padding: 3px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#inc_content h2:before {
	content: "./";
}
#inc_content h3 {
	font-family: Gerogia, "Times New Roman", "Times serif";
	font-size: 40px;
	letter-spacing: -2px;
	color: #000;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 2px solid #378ac3;
	margin-bottom: 5px;
}
#inc_content hr{
	clear: both;
	height: 10px;
	visibility:hidden;
}
/*************************** HEAD ************************/
#headquote {
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding-top: 40px;
}
#title {
	height: 100px;
	display: block;
	text-indent: -9000px;
	text-decoration: none;
	background: url(title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

/************************** CENTER ***********************/
#whiteboard {
	background-color: #fff;
}

#center_text {
	padding: 0 0 10px 0;
}
#inc_content {
	width: 740px;
	float: left;
	padding:  0 10px 0 0;
}

/************************** MENU ***********************/
#menu {
	width: 180px;
	float: left;
}
#menu ul {
	list-style: none;
	margin:0;
	padding:0;
	border: none;
}

#menu li {
	margin: 0;
	margin-bottom: 5px;
}
.menu a, .menu_actif a {
	font-weight: normal;
	display: block;
	padding: 5px;
	border-left: 5px solid #e2eef6;
	background-color: #f5f9fc;
	color: #aeaeae;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}
.menu a:hover, .menu_actif a{
	border-left: 5px solid #378ac3;
	background-color: #e9f3fb;
	color: #3e3e3e;
}

/************************** FOOTER ***********************/
#footer {
	height: 25px;
	padding: 10px 0 10px 0;
	color: #fff;
	font-size: 9px;
	background: url(epitech.png);
	background-repeat: no-repeat;
	background-position: right;
}

/************************** CONTACTS ***********************/
.contact_box {
	padding: 5px;
	width: 358px;
	float: left;
	border: 1px solid #fff;
	background-color: #f9f9f9;
}

/************************* DOWNLOADS **********************/
.dl_wall, .dl_wall_end, .dl_box {
	padding: 5px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	float: left;
	margin-right: 10px;
}
.dl_wall_end {
	margin-right: 0px;
}
.dl_wall:hover, .dl_wall_end:hover, .dl_box:hover {
	border-color: #cecece;
	background-color: #eaeaea;
}
.dl_box {
	width: 728px;
	margin-bottom: 5px;
}
.dl_box img {
	float: left;
	margin-right: 10px;
}

/**/
.dl_gal, .dl_gal_end {
	padding: 5px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	float: left;
	margin-right: 10px;
	width: 165px;
	height: 132px;
	text-align: center;
	margin-bottom: 10px;
}
.dl_gal:hover .dl_gal_end :hover {
	border-color: #cecece;
	background-color: #eaeaea;
}
.dl_gal_end {
	margin-right: 0px;
}