/*
 * Définir les couleurs
 */

body, .page, .page a {
	background-color: #006699;
	/* 1 */	color: #FFFFFF; 				/* couleur du texte */
}

.page {
	/* 2 */ border: solid 5px #FFCC66; 		/* couleur interactive */
}

#menu span.menu_titre, #chapo, a:hover {
	/* 2 */ background-color: #FFCC66;
	/* 3 */ color: #3399CC; 				/* couleur du fond */
}

a, #menu, .commentsheader, .comment, .commentform, .footer, .copyright, .page a:hover, #titre a:hover {
	/* 3 */ background-color: #3399CC;
	/* 1 */ color: #FFFFFF;
}

.page a, #titre {
	/* 2 */ color: #FFCC66;
}

blockquote {
	border: solid 1px #FFCC33;
}

.surlignage {
	background-color: Yellow;
}

a.missingpage {
	color: Red;
}




/*
 * Laisser la place pour le logo
 */

#chapo {
	margin-left: 350px;
}


 
 
/*
 * Disposer les blocs
 */

#menu {
	width: 21%;
	position: relative;
	float: left;
	clear: left;
	margin-top: 10px;
	text-align: center;
}

#logo {
	float: left;
	width: 21%;
	text-align: center;
}

.menu_item, .menu_login, .menu_titre {
	width: auto;
}

.page, .titre_page {
	margin-top: 10px;
	margin-left: 21%;
	width: auto;
}

.menu_item, .menu_login, .menu_titre {
	display: block;
}




/*
 * Définir les blocs
 */

body {
	font-family: Trebuchet MS, sans-serif;
	border: solid 0px;
}

a {
	text-decoration: underline;
}

.page {
	font-size: 104%;
	padding: 34px 34px 34px 34px;
	text-align: justify;
}

#menu {
	font-family: Trebuchet MS, sans-serif;
	font-style: italic;
}

#menu span.menu_titre {
	font-size: 120%;
	margin-top: 10px;
	border: solid 0px;
}

#menu a {
	text-decoration: none;
}

#menu span {
	margin-bottom: 3px;
	margin-top: 3px;
}

#menu a, #titre a {
	font-size: 85%;
	margin-bottom: 1px;
}

#chapo {
	font-size: 170%;
	border: solid 0px;
	padding: 12px 12px 12px 12px;
	text-align: center;
}

.titre_page {
	font-size: 160%;
}

#titre {
	margin-left: 25px;
}

#titre span {
	display: block;
	padding-left: 15px;
}

#logo {
	align: center;
}



/*
 * Définir le reste
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, sans-serif;
}

h1 {
	font-size: 144%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 116%;
}

h4 {
	font-size: 102%;
}

h5 {
	font-size: 88%;
}

h6 {
	font-size: 74%;
}

strong {
	font-size: 120%;
}

.haut {
	float: right;
	font-size: 70%;
}

.imprimable {
	float: right;
	font-size: 70%;
}

.retour {
	float: left;
	font-size: 70%;
}

.commentsheader, .comment, .commentform, .footer {
	clear: both;
	margin-bottom: 1px;
	padding: 3px;
}

.copyright {
	clear: both;
	font-size: 80%;
}

.footer {
	text-align: right;
}

img {
	border: 0;
}

img.image {
	margin-left: 10px;
	margin-right: 10px;
}

blockquote {
	padding: 3px;
}

.info {
	float: right;
	width: 30%;
	margin: 10px;
	border: solid 2px;
	padding: 2px;
	clear: right;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.error {
	color: #CC3333;
	font-weight: bold;
}

.indent {
	margin-left: 30px;
}

.additions {
	color: #008800;
}

.deletions {
	color: #880000;
}

.add {
	font-weight: bold;
	color: #c00;
	text-decoration: underline;
}

.del {
	font-style: italic;
	color: #c00;
	text-decoration: line-through;
}

.prev_alert {
	background-color: red;
	color: white;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 5px;
}

.code {
	background: #FFFFFF;
	border: solid #888888 2px;
	font-family: 'Courier New', Courier;
	color: black;
	font-size: 10pt;
	width: 100%;
	height: 400px;
	overflow: scroll;
	padding: 3px;
}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.debug {
	font-size: 11px;
	color: #888888;
}
