/* /////////////////////////////////////////////////////////////// */
/* ---                     RESET DEFAULTS                      --- */
/* /////////////////////////////////////////////////////////////// */
* {margin:0; padding:0;}
html {margin:0; padding:0;}
body {margin:0; padding:0;}
div {margin:0; padding:0;}
table {margin:0; padding:0;}
tr {margin:0; padding:0;}
td {margin:0; padding:0;}
ul {margin:0; padding:0;}
li {margin:0; padding:0;}
h1 {margin:0; padding:0;}
h2 {margin:0; padding:0;}
h3 {margin:0; padding:0;}
h4 {margin:0; padding:0;}
input {margin:0; padding:0;}
textarea {margin:0; padding:0;}
a img {border:0;}

/* /////////////////////////////////////////////////////////////// */
/* ---                     GENERAL SETTINGS                    --- */
/* /////////////////////////////////////////////////////////////// */

body {
	background-color:#E8EBEC;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-x;
	width:701px;
	margin-left:auto;
	margin-right:auto;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666;
}

.clear {clear:both;}	

h1 {
	color:#1C357A;
	font-size:24px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:15px;
}

h2 {
	color:black;
	font-size:21px;
	font-weight:normal;
	margin-bottom:10px;
}

strong {
	color:black;
	font-weight:normal;
}

.smaller_text {
	font-size:14px;
}

/* /////////////////////////////////////////////////////////////// */
/* ---                    PARTIE SUPERIEURE                    --- */
/* /////////////////////////////////////////////////////////////// */

#header {
	float:left;
	display:block;
	height:110px;
}

#titre {
	float:left;
	height:57px;
	margin-left:-6px;
	padding-top:15px;
}

#special_tab {
	float:left;
	width:130px;
	height:80px;
	background-image:url(images/bg_tab-doctor.gif);
	background-repeat:no-repeat;
	margin-left:117px;
	
	color:#820806;
	font-size:14px;
	text-align:center;
	padding-top:5px;
	margin-top:31px;
	margin-bottom:-44px;
}

#special_tab a {
	color:#820806;
	text-decoration:none;
}

#special_tab_selected {
	float:left;
	width:130px;
	height:80px;
	background-image:url(images/bg_tab-doctor2.gif);
	background-repeat:no-repeat;
	margin-left:117px;
	
	color:#820806;
	font-size:14px;
	text-align:center;
	padding-top:5px;
	margin-top:31px;
	margin-bottom:-44px;
}

#navigation {
	float:left;
	display:block;
	width:705px;
}

#navigation ul {
	color:#1C357A;
	font-size:18px;
	text-align:center;
	list-style-image: none;
	list-style-type: none;
}

#navigation ul li {
	float:left;
	display:block;
	margin-right:4px;
	width:137px;
	height:30px;
	padding-top:8px;
	background-image:url(images/bg_tab.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#navigation ul .selected { 
	background-image:url(images/bg_tab-selected.gif);
}

#navigation a {
	color:#1C357A;
	text-decoration:none;
}

#navigation li:hover {
	background-image:url(images/bg_tab-selected.gif);
}

/* /////////////////////////////////////////////////////////////// */
/* ---                    PARTIE INFERIEURE                    --- */
/* /////////////////////////////////////////////////////////////// */

/* COLONNE DE GAUCHE */

#content {
	background-color:white;
	padding-top:20px;
	padding-bottom:5px;
}

#content a {
	color:#820806;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content .active a {
	background-color:#E8EBEC;
}

#left_column {
	float:left;
	width:422px;
}

.paragraphe {
	display:block;
	float:left;
	margin-bottom:25px;
}

.paragraphe .marge {
	float:left;
	display:block;
	width:112px;
}

.paragraphe .marge-center {
	float:left;
	width:112px;
	text-align:center;
}

.paragraphe .marge-center a {
	font-size:12px;
}

.paragraphe .description {
	float:left;
	display:block;
	width:295px;
	padding-right:15px;
}

.paragraphe .description_questions {
	float:left;
	display:block;
	width:295px;
	padding-right:15px;
}

.paragraphe .description_questions h2 {
	font-size:18px;
	margin-top:10px;
}

.paragraphe .description_questions em {
	color:black;
}

/* COLONNE DE DROITE */

#right_column {
	float:left;
	display:block;
	width:240px;
	border-left: solid 1px #666;
	padding-left:15px;
}

#right_column .index {
	margin-left:-40px;
}

#right_column .inscription {
	margin-left:-10px;
}

content #right_column a {
	line-height:180%;
}

/* /////////////////////////////////////////////////////////////// */
/* ---                    FORMULAIRE                           --- */
/* /////////////////////////////////////////////////////////////// */

#formulaire {
	display:block;
	float:left;
	color:black;
}

#formulaire .marge {
	float:left;
	display:block;
	width:100px;
	margin-top:10px;
	text-align:right;
	padding-right:12px;
}

#formulaire .description {
	float:left;
	display:block;
	width:295px;
	margin-top:10px;
	padding-right:15px;
}

#formulaire textarea {
	background-color:#E8EBEC;
}

#formulaire input {
	background-color:#E8EBEC;
}

#formulaire #envoyer {
	float:right;
	display:block;
	width:175px;
	height:54px;
	background-image:url(images/bg_envoyer.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin-top:10px;
	margin-right:15px;
	padding-top:18px;
}

#formulaire #envoyer input {
	font-size:16px;
	background-color:transparent;
	cursor:pointer;
}

#formulaire #envoyer input:hover {
	background-color:white;
}

/* /////////////////////////////////////////////////////////////// */
/* ---                    FOOTER                               --- */
/* /////////////////////////////////////////////////////////////// */

.foot_clear {
	clear:both;
	height:20px;
	background-image:url(images/bg_clear_foot.gif);
	background-repeat:no-repeat;
}

#footer {
	display: block;
	float:left;
	margin-top:15px;
	padding-left:120px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#foot_logo {
	display:block;
	float:right;
	margin-top:13px;
}

#xiti-logo {
	display:block;
	overflow:hidden;
	height:10px;
}

/* /////////////////////////////////////////////////////////////// */
/* ---                    Other                                --- */
/* /////////////////////////////////////////////////////////////// */

#content #legal {
	display:block;
	float:left;
	padding:15px;
}