/* standard elements */

html, body {
	height: 100%;
}

/*html {min-height: 100%;}*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #154A89;
}

a:hover {
	color: #FAAF18;
}

#paal {
	background: url(../images/arrpl_body.jpg) repeat;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
	text-align: justify;
}

td {
	font: normal 12px Tahoma,sans-serif;
}

/*.pager
{
	font: normal 11px Tahoma,sans-serif;
}*/

p,ul {padding-bottom: 1.2em;}

/*h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}*/
.content h2 {
	font: normal 1.4em Tahoma,sans-serif;
	border-bottom:1px solid silver;
	border-left:5px solid silver;
	margin-bottom: 4px;
	padding:3px;
}

/*.content h2 div 
{
	font-size: 9px;
	color: #aaa;
}

h6
{
	font-size:11px;
	margin-bottom:3px;
}

code {
	background: #FFF;
	border: 1px solid #154A89;
	border-left: 6px solid #154A89;
	color: #154A89;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}*/

h2 {padding-top: 10px;}
/*h1{font-size:18px;padding-bottom:3px}*/

.top
{
	margin: 0 auto;
	width: 100%;
	height: 260px;
	text-align: center;
}

.topline {
	background-color: silver;
	color: #FFF;
	font-size:12px;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-align: center;
}

/* misc */
/*.clearer {clear: both;}

.left {float: right;}

.right {float: left;}*/

/* structure */

/* header */

/* title */
.header {
	margin: 0 auto;
	background-image: url(../images/arrpl_header.jpg);
	background-repeat: repeat-x; 
	font-size: 1.2em;
	height: 160px;
	padding: 0px;
	width: 100%;
}
/*.header .left, .header .right {
	background: white;
	color: #FFF;
}
.header .inner {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: left;	
	xwidth: 600px;
}*/

#bandeau {
	margin: 0 auto;
	/*background-image: url(../images/bandeau.jpg);*/
	padding: 0px;
	width: 800px;
	height: 260px; 
	background-color: #f2f2f2;
}

/* DRAPEAU ET LANGUE*/

#draplang {
	width: 100px; 
	position: absolute; 
	margin-left: 620px; 
	margin-top: 150px; 
	width: 179px; 
	height: 42px;
}

#drapeau {
	margin-left: -120px;
	margin-top: 7px;
	border: solid 1px;
}

#lang {
	margin-top: -38px;
	padding-top: 14px; 
	width: 128px;
	margin-left: 50px;
	font: normal 11px Verdana;
	font-weight: bold;
}

#header_txt {
	position: absolute; 
	margin-left: 410px; 
	margin-top: 190px; 
	width: 165px; 
	height: 42px;
	background: url(../images/arrplan_autpays.jpg) no-repeat;
	padding-top: 12px;
}

#header_txt a {
	text-decoration: none;
}






.container {
	/*background: white;*/
	font-size: 1.2em;
	margin: 0 auto;
	top: 160px;
	width: 100%;
	text-align: center;
	display: table;
}

/* navigation */
/*.navigation {	
	text-align:right;
	background: #FAAF18 url(ximg/nav.gif);
	xborder: 1px solid #DFEEF7;
	xborder-color: #DFEEF7 #CFDEE7;
	height: 25px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}*/

/* main */
.main {
	/*border-top: 4px solid silver;*/
	background-color: #f2f2f2;
	display: table;
	width: 800px;
	/*height: 100%;*/
	margin: 0 auto;
	text-align: left;
	height: 395px;
}

/* MENU DE NAVIGATION */
.sidenav {
	float: left;
	width: 170px;
	margin-left: 0px;
	margin-bottom: 100px;
	margin-top: 50px;
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {
	list-style: none;
	border-bottom: 1px solid #EAEADA;
}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background:  url(../images/arrpl_sidenav.jpg) no-repeat;
	padding-left: 16px;
	color: #faaf18;
}

.sidenav li a.selected {
	font-weight:bold;
	background:  url(../images/arrpl_sidenav.jpg) no-repeat;
	padding-left: 16px;
	color: #554;
}

/* content */
.content {
	float: right;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 0px;
	width: 610px;
	/*background-color:White;*/
	/*min-height:100%;*/
	/*height: 100%;*/
	text-align: justify;
}

.content .image {width:160px;float:left;height:100%;}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content ul {list-style-type:disc;}
.content p {padding-left:5px;font-family: "arial",sans-serif;}

/* footer */
.footer {
	background-color: #003399;
	color: #fed001;
	font: 10px Verdana;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
/*.footer a,.footer a:hover {color: #FFF;}*/


textarea{font-family:Arial}
form
{
	padding:10px;
}

#autrpays {
	margin-top: -10px; 
	padding-top: -10px;
}

form div
{
	margin-bottom:10px;
}

label {display:inline;width:100px;float:left;}

.error
{
	border:1px solid red; color:Red;
	padding:10px;
}

.error ol
{
	margin:20px;
}

.list
{
	border:1px solid silver;
	border-collapse:collapse;
	width:500px;
}

.list td,.list th
{
	text-align:left;
	border:1px solid silver;
	padding:3px;
}

.list th
{
	color:White;
	background-color:Silver;
}

#admin .list
{
	width:570px;
}

.formerror
{
	color:red;
	border:1px solid red;
}

.frage {font-weight:bold;margin-bottom:5px;}
.antwort {font-style:normal;}

div#media
{
	margin-left: 100px;
	margin-bottom: 20px;	
}

/* Tableau de produits */
.cellprod {
	padding: 5px;
	padding-bottom: 0px;
}

/*#hr_tel {
	width: 60%;
}*/

/* Tableau Temps des régions */
#tmps_reg {
	width: 450px;
	margin-left: 80px;
}

#tmps_reg td, #tmps_reg th {
	border: solid #9f9f9f 1px;
	padding: 2px;
/*	font: normal 62.5% Tahoma,sans-serif;*/
}

#tmps_reg th {
	text-align: center;
	font-weight: bold;
}

.impair {
	background-color: #dedcdc;
}

.pair {
	background-color: #e6e6e6;
}

#middle {
	text-align: center;
}

form {
	margin-top: -20px;
}











.faq {
	text-decoration: underline;
}

#imgaccueil {
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact {
	background-color: #f2f2f2;
	color: #444;
	font: normal 12px Tahoma,sans-serif;
}

#contact table {
	margin: 0 auto;
}

#contact input, #contact textarea {
	color: #444;
}

img {
	border: none;
}

embed {
	background-color: #003399;
}

#pa_falsh {
	background-color: #003399;
	margin-top: 0;
}

#xhtml {
	margin-top: 15px;
	margin-left: 20px;
}