* {
	border: 0em;
	margin: 0em;
	padding: 0em;
}

body {
	font-size: 62.5%; /* 1em = 10 px*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #225471;
	text-align: center;
}

a {
	color: #225471;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clr {
	clear: both;
}

.align_centre {
	text-align: center;
}

.align_droite {
	text-align: right;
}

abbr {
	border-bottom: 0.1em dashed black;
	cursor: help;
}

img {
	vertical-align: bottom;
}

/*
	Titre
*/

#titre {
	border-bottom: 0.1em solid #000;
	padding-bottom: 1em;
  padding-top: 1em;
	text-align: left;
	margin: 0 auto;
	width: 70.4em;
  color: white;
  background-color: black;
}

#titre img {
	float: left;
  margin-left: 4px;
}

h1 {
	float: left;
	margin-left: 0.7em;
	font-weight: normal;
	font-size: 3em;
}

h1 .net {
	font-size: 66%;
	color: #666;
}


/*
	Conteneur
*/

#conteneur {
	clear: both;
	text-align: left;
	margin: 0 auto;
	width: 70.4em;
  background-color: black;
}

/*
	Menu
*/

#menu {
	float: left;
	width: 15em;
	text-align: left;
}

#menu ul {
	list-style-type: none;
	margin: 1em 0 3em 0;
}

#menu li {
	/*background-image: url(../images/tech_menu.gif);
	background-repeat: no-repeat;*/
	/*height: 2.8em;*/
	/*width: 10.2em; /*12.2 - 2*/
	padding: 0.2em 0 0.2em 1em;
	margin-bottom: 0.7em;
	border-left: 1em solid #245572;
  background-color: #111;
}

#menu li a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
  color: #245572;
}

#menu li a:hover {
	text-decoration : none;
}

#menu li:hover {
	background-color: #D0E7F0;
  border-left: 1em solid white;
}


/*
	Contenu
*/

#cont {
	border: 1px solid #000;
	background-color: white;
	/*background-image: url(../images/tech_coin-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	float: left;
	width: 55em;
	margin-bottom: 2em;
}

#cont_t {
	font-size: 1.2em;
}

#cont_t p {
	margin-bottom: 1em;
}

#cont_t {
	padding: 2.5em 2.5em 2.5em 2.5em;
	/*background-image: url(../images/tech_coin-hd.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
}

#cont_t h2 {
	font-size: 1.4em;
	margin-bottom: 1.6em; /*3.5 pour 1.4em*/
}


/*
	Case - contenu
*/

.case h3 {
	margin-bottom: 1em;
}

.case h4 {
	margin: 1em 0 0 0.5em;
  color: #225471;
}

.case h5 {
	margin-left: 1em;
  color: #999;
  font-style: italic;
}

.case img {
	float: left;
	border: 1px solid #000;
	margin: 0 0.5em 0.5em 0;
}

.case div {
	margin: 1em;
	padding: 0.5em;
	text-align: justify;
  border-left: 1px solid #245572;
}

.case a {
	color: #225471;
	font-weight: bold;
}

.case ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 1em 0 1em 3em;
}

.case dl {
	margin: 1em 0 1em 3em;
}

.case dl dd {
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
}

.case dl dt {
	margin-left: 1em;
}

/*
	Case menu
*/

.infos img {
	float: left;
	margin-right: 2em;
}

/*
	Système de Pages
*/

#listepages {
	margin-top: 2em;
	text-align: center;
	background: inherit;
}

/*
	Pied
*/

#foot {
	clear: both;
	text-align: right;
	width: 55em;
	margin-left: 1em;
	font-size: 1.2em;
  color: white;
  padding-bottom: 1em;
}
