/* Feuille de style Pratiques médicales */
/* Common */

#wrapper {
	width: 997px;
	margin: 0 auto;
	min-height: 500px;
}
.divhidden {
	display: none;
}
.divvisible{
	display: block;
}
.textbarre {
	text-decoration: line-through;
}
.italique {
	font-style: italic;
}



#menu_correcteur {
	height: 145px;
}
/* Menu haut (rechercher, mon profil, déconnexion) */
#menu {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0 auto;
	margin-top: 15px;
}

/* Partie contenu central */
#content {
	display: inline;
	width: 100%;
	float: left;
}



/* Partie contenu droite (news, pub, annonces ...) */

#gauche {
	display: inline-block !important;
	zoom: 1;
	*display: inline;
	width: 670px;
	vertical-align: top;
}

/* Partie Footer */
#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
}
#footer_content {
	font-size: 11px;
}
#footer_content h1 {
	font-size: 13px;
	font-weight: bold;
}
#footer_content h2 {
	font-size: 12px;
	font-style: underline;
}
#footer_content form input {
	width: 300px;
}
#footer_content form textarea {
	width: 300px;
	height: 100px;
}

.titlepjdiap {
	display: none;
}

