/* ######### Structure ######### */ 

body {
	padding: 0px;
	margin: 7px;
	background: #2c4c95 url(images/bg_body.jpg);
	font:12px "Comic sans MS", Verdana, Arial, sans-serif;
	font-weight:400;
	font-style:normal;
}

#conteneur {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	border: 1px solid #000000;
}

#header {
	height: 200px;
	background: #99ccff url(images/bg_header.jpg);
}

#menu_h {
	background: #9ECEFF;
	height: 22px;
}
   
#mainleft {
	width:160px;
	float:left;
	padding-bottom:10px;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #000000;
}

#mainright {
	width:160px;
	float:right;
	padding-bottom:10px;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #000000;
}
   
#maincenter {
	margin-right: 160px;
	margin-left: 160px;
	padding:10px;
	text-align: justify;
	background: #ffffff url(images/bg_maincenter.gif) no-repeat bottom;
	height: 615px; 
	border: 1px solid #000000;
	border-bottom: 0px;
}

html>body #maincenter {
	height: auto;
	min-height: 610px;
	width: 516px; 
}

#titre_h {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #91bcf0;
	color: #000000;
	border: 1px #2A4795 solid;
	text-align: center;
}

#noteslegales {
	background: #ffffff;
	padding-left: 170px;
	border-top: 1px solid #000000;
}
#powered {
	padding: 10px;
	background: #ffffff;
	text-align: center;
	border-top: 1px solid #000000;
}

/* ######### Classes ######### */ 

.carre {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 10px;
	background: #91bcf0 url(images/bg_carre.jpg);
	color: #000000;
	border: 1px #2A4795 solid;
	text-align:center;
	font-size: 11px;
	padding-bottom: 7px;
	padding-top: 0px;
}

.centre {
	text-align:center;
}

.edito {
	padding: 7px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	border: 2px #6c90da dashed;
	text-align: justify;
	margin-bottom: 40px;
}

.explications table{
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	border: 2px #6AB4FC solid;
	font-style:italic;
	color: #dd0000;
}

.explications td{
	margin: 0 auto;
	padding: 0 20px 0 20px;
	border: 1px #6AB4FC solid;
}

.liste li {
	list-style-type: square;
	list-style-image: url(images/ktsubasa.jpg);
}
/* ######### Balises Blocs ######### */ 

/*input {
	background: #91bcf0 url(images/bg_h1_carre.jpg); 
	border: 1px solid #000000;
}

select, option {
	background: #6084d8;
}

.radio {
	background: transparent;
	border: 0;
}*/
label {
 	font-weight: bold;
}
	
input.texte,
textarea.texte,
select { 
	background: #FFFFFF; 
	border: 1px solid #000000;
}
input.texte:hover, 
input.texte:active 
textarea.texte:hover,
textarea.texte:active{
	border-color: #95ADEF;
}
	
input.bouton { 
	background-color: #95ADEF; 
	border: 1px solid #000000; 
	cursor: pointer;
}
input.bouton:hover { 
	background-color: #ffffff; 
	color: #6392C6; 
	border: 1px dotted #6392C6; 
}
input.bouton:active { 
	position: relative; 
	top: 1.5px; 
	left: 1.5px; 
}

#maincenter hr	{ 
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 150px;
	border: solid #ff0000 0px;
	border-top-width:1px;
	text-align: center;
}

/* ######### Titres ######### */ 

.tableau tr {
	 border-width: 1px;
	 text-align:center; 
	 border-color:#6AB4FC;
	 border-style:dashed;
}

.tableau td {
	font-style:normal;
	border-color:#6AB4FC;
	border-style:solid;
	border-width:1px;
	text-align:center;
}

.tableau table {
	 width: 90%; 
	 border: 1px dashed #6AB4FC;
	 margin-left:auto; 
	 margin-right:auto;
	 font:12px "Comic sans MS", Verdana, Arial, sans-serif;
	 font-weight:400;
}

.trbleu {
	background: #0071DF;
}

/* ######### Titres ######### */ 

.carre h1 {
	background: #80a6e5 url(images/bg_h1_carre.jpg); 
	display:block;
	font-size: 11px; 
	font-weight:bold; 
	margin-bottom: 5px;
	margin-top: 0px; 
}

/* ######### Liens ######### */ 

a {
	color: #01307E;
	text-decoration: none;
}

a:hover {
	color: #DD0000;
	text-decoration : none;
	position: relative; 
	top: 1.5px; 
	left: 1.5px;
}

#maincenter a {
	font-weight:bold; 
}	

#maincenter a:hover {
	font-weight:bold;
}

.liens a {
	color: #000000;
	text-decoration: none;
	display:block;
}

.liens a:hover {
	color: #FFFFFF;
	background-color: #6c90da;
	font-weight:bold;
	position: relative; 
	top: 1.5px; 
	left: 1.5px;
}

	
/* ######### Images ######### */ 

#header img {
margin: 0px;
padding: 0px;
border: 0px;
}

#mainleft img {
	border: 1px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-top: 2px;
}

#mainright img {
	border: 1px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-top: 2px;
}

#maincenter img {
	border: 1px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-top: 2px;
}
