/* ------------------------- */
/* STRUCTURE 				 */
/* ------------------------- */
html { height: 100%; }

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	height: 100%;
}

img { border: 0px; }

a
{
	text-decoration: none;
	color: #7D9DCE;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

h1
{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #132254;
	font-weight: bold;
	}

h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #132254;
	font-weight: bold;
	}

h4 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #8CADD6;
	font-weight: bold;
	}

h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #132254;
	font-weight: bold;
	}
/*hr
{
	border: 0px;
	border-top: 1px solid #7D9DCE;
	margin: 0px;
	padding: 0px;
}*/

hr
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	width: 476px;
	height: 6px;
}

.picleft {
	float:left;
	margin-right: 10px;
}

.picright {
	float:right;
	margin-left:10px;
}


#page
{
	width: 600px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

/* ------------------------- */
/* LOGO		 				 */
/* ------------------------- */
#logo
{
	margin-left: 0px;
	float: left;
	margin-bottom: 5px;
	/*margin-left:31px;*/
}

/* ------------------------- */
/* HEADER	 				 */
/* ------------------------- */
#header
{
	margin: 0px;
	padding: 0px;
}

#header-blue {
	margin: 0px;
	padding: 0px;
	clear:both;
	}

#header li {
	margin: 0px;
}

/* Language ---------------- */
#header #language
{
	margin-left: 454px;
	padding-bottom: 2px;
	padding-top: 73px;
	width: 200px;
	display:none;
}

/* HeaderMenu ----------- */
#header #headermenu
{
	float: right;
	text-align: right;
	padding-bottom: 2px;
	padding-top: 73px;
	width: 200px;
	display:none;
}

#header #headermenu ul
{
	float: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#header #headermenu ul li
{
	float: left;
	list-style: none;
	display: inline;
	padding-left: 10px;
}

/* SubMenu ---------------- */
#header #submenu
{
	float: right;
	text-align: right;
	height: 21px;
	background-color: #7D9DCE;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 488px;
	display:none;
}

#header #submenu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#header #submenu ul li
{
	float: left;
	list-style: none;
	display: inline;
	text-align: center;
}

#header #submenu ul li a
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 97px;
	color: #FFFFFF;
}

#header #submenu ul li a:hover { color: #132254; }
#header #submenu ul li a.active { color: #132254; }

/* Menu ---------------- */
#header #menu
{
	clear: both;
	height: 34px;
	background-color: #132254;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 36px;
	margin-left: 64px;
	width: 842px !important;
	display:none;
}

#header #menu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#header #menu ul li
{
	float: left;
	list-style: none;
	display: inline;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-right: 2px solid #FFFFFF;
}

#header #menu ul li.last { border-right: 0px; }

#header #menu ul li a
{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
}

#header #menu ul li a:hover { color: #7D9DCE; }
#header #menu ul li a.active { color: #7D9DCE; }

/* ------------------------- */
/* MAIN		 				 */
/* ------------------------- */
#main
{
	clear: both;
	width: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 300px;
	margin-left: 64px;
}
	
#main-blue {
	clear: both;
	width: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	
	border-top:5px solid #132254;
	border-bottom:0px solid #132254;
	background-color:#DCEAFF;
	padding:0px;
	}

* html #main { height: 300px; }

/* LEFT COLUMN ------------- */
#left-column
{
	float: left;
	width: 133px;
	height: 380px;
	display: table-cell;
	padding-right: 5px;
	padding-top: 10px;
	display:none;
}
	
#main-blue #left-column {
	display:none
}

#left-column ul
{
	padding: 0px;
	margin: 0px;
	list-style: none !important;
}

#left-column ul li
{
	list-style: none !important;
	padding-bottom: 10px;
	margin: 0px;
}

#left-column ul li ul
{
	list-style: none !important;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
}

#left-column ul li ul li
{
	list-style: none !important;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#left-column ul li a
{
	display: block;
	text-transform: uppercase;
	color: #132254;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#left-column ul li ul li a
{
	display: block;
	color: #132254;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

#left-column ul li a.active { color: #7D9DCE; }
#left-column ul li a:hover { color: #7D9DCE; }

/* CENTER COLUMN ----------- */
#center-column
{
	float: left;
	width: 495px;
	display: table-cell;
	padding: 10px;
	padding-top: 30px;
}
	
#main-blue #center-blue-column {
	width: 695px !important;
	width:635px;
	padding-top: 0px;
	text-align:left;
	font-size:11px;
}

#center-column li
{
	list-style-type: square;
	list-style-image: url(../images/dot-blue.gif);
	margin-top: 2px;
	margin-bottom: 2px;
}

.box-light-blue
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-color: #DCEAFF;
	background-image: url(../images/box-light-blue.gif);
	background-repeat: no-repeat;
}

.box-blue-left
{
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #7D9DCE;
}

.box-blue-right
{
	float: right;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #7D9DCE;
}

.forum-box {
	background-image:url(../images/forums/forums_rhumatismes.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.forum-box-top {
	margin-left:135px;
	height:20px;
	background-image:url(../images/forums/forums-dotblue.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#7D9DCE;
	font-weight:bold;
	padding-left:20px;
	padding-top:5px;
}

.forum-box-middle {
	margin-left:135px;
	height:73px;
	padding:5px;
	background-color:#DCEAFF;
}

.forum-box-info {
	width:130px;
	padding-top:80px;
	float:left;
	font-size:11px;
}

.forum-box-middle-content {
	margin-left:135px;
	padding:5px;
	background-color:#DCEAFF;
}

.forum-box-middle .title a, .forum-box-middle-content .title a {
	font-size:14px;
	color:#132254;
	padding-bottom:10px;
	font-weight:bold;
}

.forum-box-middle .title, .forum-box-middle-content .title {
	font-size:14px;
	color:#132254;
	padding-bottom:10px;
	font-weight:bold;
}

.forum-box-bottom {
	margin-left:135px;
	height:22px;
	background-color:#FFFFFF;
	text-align:right;
	padding-top:5px;
}

.forum-box-bottom-content {
	margin-left:135px;
	background-color:#FFFFFF;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
}

.row {
	clear:both;
	margin-top:4px;
}

.leftcell {
	float:left;
	width:130px;
	padding:10px;
	background-color:#7D9DCE;
	font-weight:bold;
	color:#FFFFFF;
}

.cell {
	background-color:#DCEAFF;
	margin-left:154px;
	padding:10px;
}

a.hightlight
{
	float: right;
	padding: 3px;
	padding-bottom: 2px;
	background-color: #7D9DCE;
	color: #132254;
	padding-right: 23px;
	background-image: url(../images/arrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

a.hightlight:hover
{
	background-color: #132254;
	color: #7D9DCE;
}

#center-column .box-info
{
	width: 220px;
	padding-right: 5px;
	padding-top: 10px;
	float: left;
	margin-bottom: 10px;
}

#center-column .box-info h3
{
	font-size: 12px;
	text-decoration: none;
	color: #7D9DCE;
	padding: 0px;
	margin: 0px;
}

#center-column .box-info img
{
	padding-right: 5px;
	float: left;
}

.no-bullets ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.no-bullets li
{
	list-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* RIGHT COLUMN ------------ */
#right-column
{
	float: left;
	width: 225px;
	display: table-cell;
	font-size: 11px;
	display:none;
}

#right-column #text
{
	padding-left: 25px;
	padding-right: 36px;
	margin-bottom: 10px;
}

#right-column form {
	margin:0px;
	padding:0px;
}

/* ------------------------- */
/* FOOTER	 				 */
/* ------------------------- */
#footer
{
	clear: both;
	margin-right: 36px;
	margin-left: 64px;
	background-image: url(../images/footer_bckgr.jpg);
	background-position: right;
	background-repeat: repeat-y;
	padding-top: 9px;
	margin-top: 10px;
	border-bottom: 9px solid #132254;
	margin-bottom: 20px;
}

a:hover .hover {

	display:none;

}



a .hover {

	display:none;

}


.noprint {
	display:none;
}