* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	font-size: 100%;
}
body {
	height: 100%;
	text-align: center;
	border:0px outset white;
	background-color: #3782B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
select {
	padding: 2px 3px;
	border: 1px solid #492b0e;
	font-size: 11px;
}
option {
	padding: 0px 3px;
}

img {
	border: 0px none;
}
/* Hidden content */
.hide {
	display: none;
}

/*	Global positioning */
#global {
	background-image: url(../img/fond.gif);
	background-repeat: repeat;
	background-position: center top;
	width:100%;
	text-align: center;
	height: auto;
}
/* Background Img */
#fondPaysage{
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position:relative;
}
/* Main container */
#main {
	width:955px;
	height:auto;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

/* Main structure */
#header {
	width:955px;
	height: 178px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
#header_motif{
	position:relative;
	float:right;
	background-image: url(../img/fond-pers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:522px;
	height:177px;
}
#header_titre{
	position:absolute;
	margin-top:-155px;
	margin-left:0px;
	background-image: url(../img/titre-site.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:527px;
	height:90px;
}
#ombre_haut{
	position:absolute;
	margin-top:-11px;
	background-image: url(../img/ombre-haut.png);
	background-repeat: repeat-x;
	background-position: center top;
	height:12px;
	width:955px;
	margin-left:12px;
}
#ombre_gauche{
	background-image: url(../img/ombre-gauche.png);
	background-repeat: repeat-y;
	background-position: left top;
	width:13px;
}
#ombre_droite{
	background-image: url(../img/ombre-droite.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:13px;
}
#ombre_bas{
	background-image: url(../img/ombre-bas.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left:14px;
	height:12px;
	width:955px;
}
#columns {
	width: 100%;
	text-align: center;
	background-color:#FFFFFF;
	height: 775px;
	vertical-align:top;
}
#footer {
	vertical-align: bottom;
	text-align: center;
	height: 25px;
	width:955px;
	font-size: 14px;
	margin-top:-5px;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


/**
	Columns (left, right)
**/
#content_header{
	vertical-align:top;
	padding:10px;
	padding-bottom:0px;
	padding-right:0px;
}
#col_left, #col_right, #col_middle {
	text-align: right;
	vertical-align: top;
	padding:10px;
	padding-top:15px;
}
#col_left {
	width: 247px;
	padding-right:2px;
	padding-left:10px;
}
#col_right {
	padding-right:11px;
	width: 167px;
}
#col_middle {
	text-align:left;
	vertical-align:top;
	width: 525px;
	height:608px;
	overflow:hidden;
}
#col_left_frames {
	text-align: left;
	background-color:#FED8FF;
	height:auto;
	width:237px;
}


/**	Box content */
.content_box_bg {
	background-image: url(../img/content_box_bg.jpg);
	background-position: center 10px;
	background-repeat: repeat-y;
}
.content_box_content {
	padding: 0px 10px;
}
.content_box_content table {
	width: 100%;
	height: 100%;
}


/*** Rubriques : General ***/
#col_middle #a-pos{
	float:right;
}
#col_middle #a-pos1{
	float:left;
}
#col_middle #a-sep{
	float:left;
	width:10px;
	height:10px;
}
#col_middle #a-plus{
	float:left;
	height:28px;
	width:28px;
	background-image:  url(../img/a-plus.jpg);
	background-repeat: no-repeat;
}
#col_middle #a-moins{
	float:left;
	height:28px;
	width:28px;
	background-image:  url(../img/a-moins.jpg);
	background-repeat: no-repeat;
}
#col_middle #sep{
	float:none;
	margin-top:10px;
	margin-bottom:10px;
	height:1px;
	width:100%;
	border-bottom:1px solid #287EB2;
}
#col_middle #sep2{
	float:none;
	height:1px;
	width:100%;
}
#col_middle #bandeau{
	height:40px;
	float:none;
}
#col_middle #bandeau2{
	height:40px;
	float:none;
	width:500px;
}
#col_middle #picto{
	float:left;
	background-image:  url(../img/puce-content.gif);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	margin-right:10px;
}
#col_middle #titre2{
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:1.3em;*/
	font-size:20px;
	color: #287EB2;
	font-weight:bold;
	width:350px;
	min-width:395px;
}
#col_middle #titre3{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	color: #287EB2;
	font-weight:bold;
	text-transform:uppercase;
}

/*** titres ***/
.gras{
	font-weight:bold;
}
.titre4{
	color:#FF69C2;
	font-size:16px;
	font-weight:bold;
}
.text{
	color:#287EB2;
	font-size:12px;
	overflow:hidden;
	text-align:justify;
}
.text2{
	color:#854791;
	font-size:12px;
	overflow:hidden;
	text-align:justify;
}
a:visited{
	color:#854791;
	font-size:1em;
	text-decoration:none;
}
a{
	color:#854791;
	font-size:1em;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#854791;
	font-size:1em;
	text-decoration:underline;
}

/* styles fsckeditor */
h1{
	color:#666666;
	font-size:12px;
	font-weight:normal;
}

h2 {
	color:#FF69CD;
	font-size:12px;
	font-weight:normal;
}

h3 {
	color:#287EB2;
	font-size:12px;
	font-weight:normal;
}

h4 {
	color:#FF69D5;
	font-size:12px;
	font-weight:bold;
}

h5{
	color:#9C48A5;
	font-size:12px;
	font-weight:normal;
}

h6{
	color:#000000;
	font-size:12px;
	font-weight:normal;
}