/* CSS Document */

/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Olivier Meunier
 *  Lasth
 */
 
body {
	margin : 0;
	padding : 0;
	font-family: Arial, sans-serif; 
	font-size : 100%;
	background : #eee;
	color : #000;
}

/* aaaaaaaaaaaaaaaaaaaaa Restauration top aaaaaaaaaaaaaaaaaaaa */
#ptop {
	height : 100px;
	margin : 0;
	padding : 0;
}
#pprelude {
	position : absolute;
	margin-top : -1600px;
}
#ptop {
	background : transparent url(dot.jpg) no-repeat 30px 10px;
}
#ptop h1 {
	padding : 10px 0 0 120px;
	font-size : 2em;
	font-weight : normal;
	margin : 0;
}
#ptop p {
	margin : 0 0 1em 0;
	padding : 0 0 0 120px;
	font-size : 0.9em;
	letter-spacing : 2px;
	color : #000;
}
#ptop a { text-decoration : none; border : none; }
#ptop a:link { color: #660; }
#ptop a:visited { color : #336; }
#ptop a:hover { color : #d9d940; }
#ptop a:active, a:focus { color: #660; }

#nav-box {
	margin : 0 0 1em 0;
	padding : 0;
	background-color: #cc0;
	color: #4b4b69;
	font-weight : bold;
	font-size : 0.9em;
	text-align: right;	
}

#nav-box ul {
	margin : 0;
	padding : 5px 1em 5px 0;
	list-style-type : none;
}
	
#nav-box ul li {
	display: inline;
	padding : 5px 0;
}
	
#nav-box ul li a {
	padding : 5px 1em 5px 1em;
	color: #4b4b69;
	text-decoration: none;
	border-left: 1px solid #fff;
}
	
#nav-box ul li a:hover {
	background-color: #4b4b69;
	color: #d9d940;
	border-left: 1px solid #fff;
	}
	
#nav-box a:active { 
	border-left: 1px solid #fff; 
}


/* aaaaaaaaaaaaaaaaaaaaa Fin navigation aaaaaaaaaaaaaaaaaaaaa 
*/


p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1em; margin : 0.83em 0; }
h3 { font-size : 1em; margin : 1em 0; }
h4 { font-size : 1em; margin : 0; color:#000; font-weight:normal } /******************modifiˇ pour tuto *************/
h5 { font-size : 0.5em; margin : 1.67em 0; }
h6 { font-size : 0.5em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #EE2323;
}
a:hover, a:focus, a:active {
	color: #C52727;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
}


/* Layout
-------------------------------------------------------- */
#page {
	width : 780px;
	margin : 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	padding : 0;
	background: #fff url(fond2006.jpg) no-repeat right;
	border:1px solid black; /******* ajoutˇ pour tuto*******/
}

#top {
	background: #000;
	color : #fff;
	height: 25px;
	padding: 0px 0 0 0; /********* modifiˇ pour tuto *********/
	margin : 0 0;
	width: 780px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	text-align: center;
}

#top h1 {
	margin : 0px 0 0 0px;
}
#top a {
	color : #fff;
	text-decoration : none;
	font-size: 70%;
}
#top a:hover {color: #ee2323}
#prelude {
	position : relative;
	top : 0px;
	margin : 0;
	padding : 3px 0 0 5px;
	font-size : 0.6em;
	text-align : left;
	background: transparent;
	color : #000; /**********modifiˇ pour tuto*******/
	width: 775px;
	height: 17px;
	/*border-bottom: 1px solid black;*/
}
#prelude a {
	color : #333333; /**********modifiˇ pour tuto*******/
}
#prelude a:hover, #prelude a:focus {
	color : #333333; /**********modifiˇ pour tuto*******/
}

#main {
	float : right;
	width : 620px;
	margin-top : 0px;
	/*border-right:1px solid black;*/ /******* ajoutˇ pour tuto*******/
	background: transparent;
	height: 550px;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#content {
	padding : 5px 15px 5px 15px;
	background: transparent;
	margin: 0px 0 0px 0;
	font-size : 75%;
	OVERFLOW: auto;
	height: 540px;
}
#content h2 {font-size: 120%; font-weight: bold;}


/* Sidebar
-------------------------------------------------------- */
#sidebar {
	padding: 10px 5px 10px 5px;
	margin-left : 0px;
	margin-right : 0px;
	background: transparent;
	margin-top : 0px;
	font-size : 70%;
	height: 530px;
}
#sidebar h2 {
	font-weight : normal;
	color : #000;
	text-transform : uppercase;
	border-top : 2px solid #A3A3A3;
	padding : 0 0 0 0px;
	margin : 1.3em 0 0.3em 0;
}
#sidebar ul {
	padding-left : 1,5em;
	margin : 0 0 0 0;
}

#sidebar li {
	list-style : square;
	margin-top : 0.15em;
	color : #000;
	background : transparent;
}

#sidebar li:hover {
	color : #39455B;
	background : transparent;
}

#sidebar a {
	text-decoration : none;
}

#bouton1 {
	z-index:2;
	MARGIN-TOP: 0px;
	LEFT: 88px;
	MARGIN-LEFT: 0px;
	WIDTH: 80px;
	POSITION: relative;
	TOP: -33px;
	HEIGHT: 14px;
	background-color: #000;
	color: #fff;
	padding-top: 4px;
}
#bouton2 {
	z-index:2; MARGIN-TOP: 0px; LEFT: 2px; MARGIN-LEFT: 0px; WIDTH: 80px; POSITION: relative; TOP: -15px; HEIGHT: 14px; background-color: #000; color: #fff; padding-top: 4px;
}
#bouton3 {
	z-index:2; MARGIN-TOP: 0px; LEFT: 174px; MARGIN-LEFT: 0px; WIDTH: 80px; POSITION: relative; TOP: -51px; HEIGHT: 14px; background-color: #000; color: #fff; padding-top: 4px;
}
#bouton4 {
	z-index:2; MARGIN-TOP: 0px; LEFT: 260px; MARGIN-LEFT: 0px; WIDTH: 80px; POSITION: relative; TOP: -69px; HEIGHT: 14px; background-color: #000; color: #fff; padding-top: 4px;
}
#bouton5 {
	z-index:2; MARGIN-TOP: 0px; LEFT: 346px; MARGIN-LEFT: 0px; WIDTH: 80px; POSITION: relative; TOP: -87px; HEIGHT: 14px; background-color: #000; color: #fff; padding-top: 4px;
}

/* Footer
-------------------------------------------------------- */
#footer {
	clear: left;
	margin: 0 0 0;
	padding: 6px 5px 0;
	color: #fff; /*********** modifiˇ pour tuto *************/
	background: #000; /*********** modifiˇ pour tuto *************/
	font-size: 0.6em;
	text-align: right;
	line-height: 100%;
	width: 770px;
	height: 15px;
}
#footer a {
	color : #fff;
}


/* Extra blocks
-------------------------------------------------------- */
#block1 {
background:transparent;
text-align:center;
margin-bottom: 10px;
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
/*#cable {position: absolute; left: 434px; top: -50px; width: 376px; height:124px; z-index: 5; background: url(cable.gif) no-repeat;}*/

