* { 
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#352822;
	padding-bottom:15px;
	font-size: 11px;
	font-family: Arial;
}
iframe, img {
	border: 0;
}
strong {
	font-weight: bolder;
}
ol, ul {
	list-style-position: outside;
}
td {
	vertical-align: middle;
}
font {
	font-size: inherit;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

blockquote{
	font-size:13px;
	color:#000000 ;
	background-color:#FFC6C6;
	border:#000000 solid 1px;
	margin:10px 5px;
	padding:15px 20px;
}

h1{
	margin:20px 0 10px 0;
	padding:12px 0 1px 0;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	clear:both;
	border-bottom:1px solid #000000;
}


.retourligne{ display:block; clear:both; }

input, select, textarea {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
}
input.text, input.textarea, textarea, select {
	border: 1px solid #3E55A4;
	color:#0E2B8D;
}
input.text{ color:#0E2B8D; padding:2px 1px; }
table.layout {
	table-layout: fixed;
	border-collapse: collapse;
}
table td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
button { margin: 8px 0 4px 0; background: #74B71B; border:none; color:#FFFFFF; width:98px; padding:1px 0; font-size:11px; }

/*------------------- CONTENU -------------------------*/

a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#663300;
}

/*------------------- STRUCTURE -------------------------*/

#head{
	height:23px;
	font-size:10px;
	color:#0F2B8E;
	text-align:left;
	margin-left:10px;
	vertical-align:middle;
}
#head a{
	color:#0F2B8E;
	text-decoration:none;
}
#head a:hover{
	color:#74B71B;
	text-decoration:none;
}
#head img{
	vertical-align:bottom;
	margin:0 0 4px 0;
}
#top{
}

#middle{
	background:url(/doc/espace_prive/img/pattern-espace-prive-accueil.gif) repeat-Y;

}

#bottom {
	height:32px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#352822;
	background-image:url(/doc/espace_prive/img/bottom-espace-prive-accueil.jpg);
	background-repeat:no-repeat;
}
#bottom a {
	color:black;
	text-decoration:none;
	line-height:27px;
}

#MenuGauche{
  width:189px;
	background-color:#48444D;
}
#content{
	margin-left:4px;
}
#contenu {
  width:550px;
	padding-left:10px;
}
#contenu h1 { margin-top:0 !important; }
/*------------------- ENCARTS -------------------------*/

.encart {
/*	width:188px;*/
margin: 18px 0 10px 0;

}
.encart .entete {
	margin:0 10px 0 10px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:#CCCCCC 1px solid;

}

.encart .entete a, .encart .entete a:hover, .encart .entete a:visited, .entete .encart a:link {
	text-decoration:none;
	color:#000000;
}
.encart .content {
	padding:0 5px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B1AEAE;
	line-height:13px
}
.encart .content input.text{
	border:#000000 solid 1px;
	width:162px;
}
.encart .content a{
	color:#B1AEAE;
}
.encart .content a:hover{
	text-decoration:underline;
}
.encart .bottom {
	font-size:0;
}
/* ----------------------------------------------------------------------------------------------- */
#contenu{ margin-left:5px; }
#contenu .title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#framecontenu{
	overflow:auto;
	overflow-x:hidden !important;
	width:730px;
	height:600px;
}
#contenu table {
	width:100%;
	border:none;
	background-color:#FFFFFF;
}
#contenu table th {
	font-weight:bold;
	border:none;
	background-color:#FFFFFF;
}
#contenu table td {
	width:20%;
	padding:10px 0 10px 0;
	text-align:center;
	border:none;
	background-color:#FFFFFF;
}
#contenu ul{ 
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	clear:both;
}
#contenu li{
	margin:2px 0 2px 0;
	clear:both;
	display:block;
	list-style:none;
}
#contenu li img{ margin:0 8px 0 0; }
#chemin_explorer{ margin:10px 0 10px 0;}
#table_explorer{ width:100%; }
.encart .content p{ margin:0 7px 0 7px; padding:8px 0 3px 0; }

.navList{
	display:block;
	margin:2px 0 2px 10px !important;
}
.panel {
	border:0;
	overflow:hidden;
	width: 189px;
	height: 640px;
	vertical-align:top;
}

.explorer {
	border:none;
	overflow:hidden;
	width:740px;
	height:640px;
	vertical-align:top;
}

#loginField { 
	width: 400px;
	height: 80px; 
	padding: 15px;
	margin: 40px auto 0 auto;
	border: 1px solid black;
	color: white;
	font-weight: bold;
	background-color: #314E9C;
}

#loginField label { 
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align:right;
}

.forum {
	width: 100%;
	border-collapse:collapse;
	font-size: 12px;
	margin-bottom: 15px;
}

.forum td { 
	padding: 5px;
}

#compose { 
	display: none;
	margin:15px 0 15px 0;
}

#compose fieldset { 
	width: 500px;
	padding: 0 10px 0 10px;
	border: 1px solid #314E9C;
	background-color:#ECEEF6;
}

#compose legend { 
	color:#0E2B8D;
	font-size: 12px;
}

#compose label { 
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}

#compose input, #compose textarea { 
	border: 1px solid #0E2B8D;
	margin-bottom:3px;
}
.dialog{ margin:10px 15px 10px 15px; }

.dialog .title { 
	background-color:#8092C4;
	height: 20px;
	line-height:20px;
	vertical-aligne:middle;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-bottom:15px
}

.dialog input { 
	border: 1px solid #314E9C;
	background-color: #DFE4F0;
	margin-bottom: 3px;
}

.dialog textarea {
	width: 80%; 
	border: 1px solid #314E9C;
	background-color: #DFE4F0;
	margin-bottom: 3px;
}
