html {
	margin: 0;
	padding: 0;
}
body { 
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.8em;
	line-height: 1.88889;
	color: #555753; 
	background: #fff; 
	margin: 0; 
	padding: 0;
	background: url(../Images/design2/bg.png) repeat-x; 
	background-position:top;
}
a img { border: none; }
a { text-decoration: none; }

#container { 
	padding: 0;  
	margin: 0; 
	position: relative;
	padding-bottom: 20px;
}


#speed-access {
	font-size: 10px;
	color: #2fa1c6;
	position: absolute;
	top: 5px;
	left: 10px;
}
#speed-access a {
	color: #2fa1c6;
	font-weight: bold;
}

#banniere {
	width: 540px;
	height: 100px;
	margin: auto;
}


#menuHaut {
	list-style-type: none;
	width: 800px;
	margin: auto;
	height: 28px;
	margin-top: 5px;
	font-family: georgia, sans-serif;
}
#menuHaut li
{
	margin-left: 5%;
	height: 29px;
	width: 102px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	float: left;
	background: url(../Images/design2/bg-Menu.png) no-repeat;
	margin-top: 10px;
}
#menuHaut a {
	color: white;
	font-weight: bold;
	text-transform : uppercase;
	text-decoration : none;
}
#menuHaut a:hover {
	color: #2fa1c6;
}


#corps {
	width: 85%;
	margin: auto;
	background: url(../Images/design2/fond.png) repeat-x;
	padding: 5px;
	font-size: 13px;
	margin-top: 57px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

#corps a, #footer a {
	color: #2fa1c6;
	font-weight: bold;
}
#corps a:hover {
	color: #212324;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #2fa1c6;
}
#corps h1 {
	text-align:center;
}
#corps h2 {
	border-bottom:1px solid #767a7d;
	padding-left: 20px;
	background: url('../Images/design2/h2.png') no-repeat;
	background-position: left;
}
#corps h3 {
	padding-left: 20px;
	background: url('../Images/design2/h2.png') no-repeat;
	background-position: left;
}


#corps .norme:first-letter {
   font-weight: bold; 
   font-size: 1.2em;
   color: #2fa1c6;
}
#corps .norme {
   text-indent: 20px;
}

.centerText {
	text-align: center;
}

.ariane {
	display: block;
	width:80%;
	margin:auto;
	font-size: 10px;
	border: 1px solid white;
	background: url('../Images/design2/bg-ariane.png') repeat-x;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	padding-left: 15px;
	color: white;
}


.categories  
{
   width: 500px;
   margin: auto; 
   border:2px solid #414141; 
   border-collapse: collapse; 
}



.tableBlocs {
	width: 630px;
	margin:auto;
}
div .bloc {
	width:300px;
	border: 2px solid #414141;
	margin-left:10px;
	margin-top: 10px;
	background: url(../Images/design2/fond.png) repeat-x;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}


.categories th 
{
	background-color: #414141;
	color : white;	 
	font-family: Tahoma, Verdana, serif;
	font-size:14px;
	border:1px solid #414141;
	padding: 3px;
}

.categories tbody td 
{
   border:1px solid #414141;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   padding: 5px; 
   padding: 3px;
}

.impair {
  background-color: #D4D5D6;
}

.codes {
	width: 80%;
}
.codes_titre {
	width: 50%;
}

.informations_auteur {
	display: block;
	width:80%;
	margin:auto;
	border: 1px solid #dbdda9;
	background: url(../Images/design2/bg-ariane.png);
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	padding-left: 15px;
	color: white;
}

label {
	display:block;
	width:150px;
	float:left;
	cursor:pointer;
	margin-left: 30%;
}
.formulaire {
	display:block;
	width:300px;
	float:left;
	cursor:pointer;
	margin:0;
}
#formulaire {
	width: 80%;
	margin: auto;
	text-align: center;
}

.red {
	color:red;
}

.floatRight {
	float: right;
}

form {
	width: 80%;
	margin:auto;
}
textarea {
		 width: 80%;
}
input,select,button {
	border: 1px solid #2fa1c6;
	background: #F8F8F8;
	padding: 1px;
	margin: 1px;
	color: #000000;
}
input:hover, button:hover {
	border: 1px solid #2fa1c6;
	background: #CCCCCC;
}
optgroup  {
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}
option {
	padding-left: 10px;
	padding-right: 10px;
	color: #555753;
}
.selected {
	color: #555753;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}


#previewDiv {
	border: #555753 1px solid;
	width: 80%;
	overflow: auto;
	margin-top: 1px;
	padding: 0.4em;
	height: 250px;
}
#viewDiv {
	border: #CCCCCC 1px solid;
	width: 80%;
	margin:auto;
	overflow: auto;
	margin-top: 1px;
	padding: 0.4em;
	height: 250px;
}


/* Inspiré du site : http://www.siteduzero.com/ */
.citation, .code {
	font-weight: bold;
	display: block;
	width: 90%;
	margin: auto;
}
.citation2, .code2 {
	border: 1px dashed #2fa1c6;
	background-color: #FFFFFF;
	width: 90%;
	padding: 8px;
	margin: auto;
	overflow: auto;
}
.code2 {
	padding: 0px;
}
.ttpetit { font-size: xx-small; }
.tpetit  { font-size: x-small; }
.petit   { font-size: small; }
.gros    { font-size: large; }
.tgros   { font-size: x-large; }
.ttgros  { font-size: xx-large; }

.orange { color: rgb(236, 118, 0); }
.noir { color: black; }
.marron { color: maroon; }
.vertf { color: green; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: rgb(100, 100, 100); }
.rouge { color: red; }
.vertc { color: lime; }
.jaune { color: yellow; }
.bleu { color: blue; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: white; }

.arial { font-family: Arial, serif; }
.times { font-family: Times, serif; }
.courrier { font-family: 'DejaVu Sans Mono', Courier, monospace; }
.impact { font-family: Impact, serif; }
.geneva { font-family: Geneva, serif; }
.optima { font-family: Optima, serif; }

.flot_gauche { float: left; }
.flot_droite { float: right; }
.flot_gauche, .flot_droite { margin:1em; }

.infos_formulaire {
	display: block;
	width:80%;
	margin:auto;
	border: 1px solid #2fa1c6;
	background: url(../Images/design2/fond.png) repeat-x;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	padding-left: 15px;
}



#footer {
	width: 80%;
	margin: auto;
	background: #212324;
	padding: 10px;
	margin-top: 20px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	color: white;
}
#footer a:hover {
	text-decoration: underline;
}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid white;
    padding: 5px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background: url(../Images/design/fond.png);
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	color: black;
}

.pub200200 {
  width:200px;
  height: 240px;
  float: right;
  border : 1px black dashed;
}
.pub728x90 {
  width:728px;
  height: 90px;
  margin : auto;
}


