/* Généralités */
body {
	background-color:#6699cc;
	margin: 0px;
	font-family: arial, helvetica, sans;
	font-size: 14px;
	color: #003366;
}

#framework {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	width: 780px;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #336699;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

h2 {
		color: #003366;
		text-align: left;
		border-bottom: 1px solid #003366;
		font-size: 18px;
}

h3 {
		color: #003366;
		text-align: left;
		border-bottom: 1px dotted #336699;
		font-size: 15px;
}

/* L'entete */

#entete {
	background-image: url(../images/titre.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 780px;
	height: 60px;
}

#entete span {
	display: none;
}

/* Tout sur le menu1 :) */

#menu1 {
	background-image: url(../images/02_menu_separateur.png);
	background-repeat: repeat-x;
	display: block;
	width: 745px;
	height: 20px;
	margin: 0;
	padding: 0 0 5px 35px;
	border-bottom: 5px solid #99ccff;
}

#menu1 .menuseparator {
	display: none;
	padding: 0;
	margin: 0;
	width: 0;
}

#menu1_accueil {
	background-image: url(../images/02_a_menu_accueil.png);
	background-repeat: no-repeat;
	width: 74px;
	height: 20px;
	margin: 0 5px 0 0px;
	display: block;
	float: left;
}

#menu1_accueil  span {
	display: none;
}

#menu1_accueil:hover {
	background-position: 0 -21px;
}

/* Divers */
ul {
	list-style-type: square;
}

li {
	list-style-type: square;
}

#corps {
	background-color: #99ccff;
	margin: 0;
	padding: 5px 15px 5px 15px;
	border-left: 50px solid #336699;
	border-right: 50px solid #336699;
	text-align: justify;
}

#corps img {
	border: 1px solid black;
	text-align: center;
}

#screenshot {
	text-align: center;
	margin-top: 100px;
}

#screenshot img {
	margin: 0 40px 0 40px;
}

#copyright {
	border-top: 5px solid #99ccff;
	font-size: 11px;
	margin: 0px auto 0px auto;
	padding: 2px 0 2px 0;
	text-align: center;
	background-color: #336699;
	color: #ffffff;
}

#copyright p {
	text-align: center;
	margin: 0px auto 2px auto;
}

#copyright img {
	border: 0px solid black;
}

.logos {
	width: 80px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#copyright a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#copyright a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#copyright a:hover {
	text-decoration: none;
	color: #ffcc00;
}

#copyright a:active {
	text-decoration: none;
	color: #ffcc00;
}

#otherlang {
	text-align: right;
}

#otherlang a {
	font-weight: bold;
}

.date {
	font-weight:bold;
}

#sommaire {
	float: right;
	width: 220px;
	margin: 10px 10px 5px 15px;
	padding: 5px;
	border-bottom: 5px solid #003366;
	border-right: 5px solid #003366;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	background-color: #6699CC;
}

#sommaire h3 {
	margin: 0;
}

#sommaire ul {
	margin: 5px;
}

#sommaire a {
	color: #003366;
}

#sommaire a:hover {
	color: #ffffff;
}

#sommaireReduire {
	font-size: 12px;
}

h2 a.retour {
	font-size: 12px;
	float: right;
	margin-top: -15px;
}
