/*
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Fichier : styles/defaut/style.css
// Dernière modification : 10/01/2010 (Marine)
//
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* GENERAL */
html {
	overflow: auto;
}

body {
	height: 100%;
	background-color: #33709b;
	background : url('images/fond2.png');
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, serif;
	font-size: 12px;
	color : black;
	text-align: center;
	margin: 0px;
	overflow: auto;
}

#pageSansPied {
	width : 950px;
	margin: 8px auto;
	padding : 10px;
	border : 3px solid #80B6C5;
	-moz-border-radius : 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding-bottom : 30px;
	background-color : #EFF7F7;
	text-align: left;
	overflow: auto;
}

h2 {
	font:18px verdana;
	color:#5c85a0;
	text-align : center;
	font-variant : small-caps;
	margin: 10px 0 10px 200px;
	padding: 0;
	text-shadow: #5EAEAE 2px 2px 2px;
}

img {
	border: 0;
}

/*/////////// FORMULAIRES ////////////////////////////*/

input, textarea, select {
	border : 1px solid #AADCDE;
	color : #586971;
	background : #f7f7ef;
	font:12px verdana;
}

/*//////////////////// BANNIERE ////////////////////////*/

#banniere span {
	display: none;
}

#banniere h1 {
	margin: 0;
	padding: 0;
}

#banniere a {
	display: block;
	width : 950px;
	margin : auto;
	height : 150px;
	background:url('images/header.png') no-repeat;
}

/*//////////////////// MENU HAUT ////////////////////////*/

#usual1 {
	background : #80bac5;
	-moz-border-radius : 0px 0px 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	padding-top : 2px;
}

.menu li {
	list-style-type: none;
	display : inline;
	padding-right : 20px;
	width : 100px;
}

.menu li a {
	font-variant : small-caps;
	color: #EFF7F7;
	color: #04151E;
	font-style:normal;
	font : 14px verdana;
}

li.sousmenu {
	list-style-type: none;
	display : inline;
	padding-right : 20px;
}

li.sousmenu a {
	color : black;
	text-decoration : none;
}

li.sousmenu a:hover {
	text-decoration : underline;
}

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
	padding : 1px;
	-moz-border-radius : 0px 0px 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border: 1px solid #80bac5;
	background : #fff;
}

#tab1 a {
	color: #000055;
}


#tab2 a {
	color: #005500;
}

#tab3 a {
	color: #885500;
}

#tab4 a {
	color: #6A0000;
}

#tab5 a {
	color: #550055;
}

#tab6 {
}
#menuBouton7 .message {
	font-weight: bold;
}

/*/////////////////// GLOBAL ////////////////*/

a {
	color: #5E9A83;
	text-decoration: none ;
	font-weight: normal;
}

a:hover {
	text-decoration : underline;
}
#tab6 .message {
	color: orange;
}
#encart .message {
	color: orange;
}
/*//////////////////// MENU GAUCHE ////////////////////////*/

#encart {
	float: right;
	color : #6b6f5c;
	margin: 33px 5px 0 0;
	font-size: 10px;
	text-align: center;
}

#encart h2 {
	display: none;
}

#encart h3 {
	font:12px verdana;
	height : 18px;
	line-height : 18px;
	background : #AADCDE;
	text-align : center;
	margin-top: 0;
}

#encart h4 {
	font-size: 11px;
	margin: 5px 0;
	font-weight: bold;
}

#encart .sousMenu span.nomChamp,
#encart .sousMenu p.question {
	font-weight: bold;
}

#encart .sousMenu {
	width : 175px;
	border : 1px solid #e8e0da;
	background-color : #fff;
	-moz-border-radius : 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	margin : 10px 0;
	padding: 0;
	overflow: auto;
	clear: both;
}

#encart .sousMenu input#pseudo {
	width: 100px;
}

#encart .sousMenu input#passe {
	width: 115px;
}

#encart .sousMenu p {
	padding: 0 0 4px 0;
	margin: 0;
}

#encart #banniForum {
	clear: both;
	color: red;
}

#encart .sousMenu p.question, #encart .sousMenu .nomChamp  {
	font-weight: bold;
}
#encart form .option {
	display: block;
	text-align: left;
}

#encart img {
	float: right;
	margin : 0 7px 10px 0;
}

#encart #cadre2 {
	margin-top : 10px;
}

#encart #cadre2 p {
	padding-bottom: 10px;
}

#encart .sousMenu #shoutbox {
	list-style: none;
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 10px;
	text-align: left;
	height: 130px;
	overflow: auto;
}

#encart .sousMenu .shoutboxSupprimer {
	float: left;
}

#encart .sousMenu .shoutboxSupprimer input {
	height: 5px;
	width: 5px;
	font-size: 1px;
	padding: 0;
	margin: 0 4px 0 0;
	background-color: red;
	border: 0;
	-moz-border-radius : 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	cursor: pointer;
}

#encart .sousMenu #shoutboxRepondre {
	padding-top: 5px;
	border-top: 1px dotted #e8e0da;
}

#shoutboxMessage {
	width: 380px;
	margin-bottom: 7px;
}

/*//////////////////// PAGE CENTRALE ////////////////////////*/

#pageCentrale {
	margin: 0px 0px 0 5px;
	overflow: auto;
}

#pageCentrale p {
	padding : 0 10px;
}

#pageCentrale div.erreur,
#pageCentrale div.valide,
#pageCentrale div.information,
#pageCentrale div.bloc,
#pageCentrale table.bloc,
#pageCentrale div.newValidee,
#pageCentrale div.newNonValidee  {
	border : 1px solid #e8e0da;
	background-color : #fff;
	-moz-border-radius : 40px 10px 10px 10px;
	-khtml-border-radius: 40px 10px 10px 10px;
	-webkit-border-radius: 40px 10px 10px 10px;
	-o-border-radius: 40px 10px 10px 10px;
	margin-bottom : 10px;
	width: 740px;
}

.information {
	background-color: #fff;
	border: 1px solid dodgerblue;
}

.valide {
	background-color: #fff;
	border : 1px solid #26e007;
}

.erreur {
	background-color: #fff;
	border : 1px solid red;
}

.vide {
	font-style: italic;
	color : #6b6f5c;
}


#pageCentrale .administration {
	position: absolute;
	top: 261px;
}

#pageCentrale h3 {
	font:18px verdana;
	color:#000;
	height : 30px;
	line-height : 30px;
	background : #80B6C5;
	-moz-border-radius : 40px 0 40px 0;
	-khtml-border-radius: 40px 0 40px 0;
	-webkit-border-radius: 40px 0 40px 0;
	-o-border-radius: 40px 0 40px 0;
	width : 600px;
	margin: 0;
	text-align: center;
}
#pageCentrale h3 a {
	color:#00335f;
}

#pageCentrale .erreur h3 {
	color: #000;
	background : red;
	width : 100px;
}

#pageCentrale .information h3 {
	color: #000;
	background : dodgerblue;
	width : 100px;
}

#pageCentrale .valide h3 {
	color: #000;
	background : #26e007;
	width : 100px;
}

#pageCentrale h4 {
	font:14px verdana;
	color:#000000;
	height : 25px;
	line-height : 25px;
	vertical-align : middle;
	background : #AADCDE;
	-moz-border-radius : 0px 10px 10px 0px;
	-khtml-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-o-border-radius: 0px 10px 10px 0px;
	width : 450px;
	text-indent : 10px;
	margin-bottom: 0px;
}

/*//////////////// BOUTONS VALIDATION //////////////*/

#infosValidation {
	-moz-border-radius : 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	text-align: center;
}

/*//////////////////// PIED DE PAGE ////////////////////////*/

#piedPage div {
	width: 450px;
	margin: 0 auto;
	overflow: auto;
}


#piedPage #adresseMedecine {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#piedPage #adressePharmacie {
	width: 200px;
	margin: 0 0 0 auto;
	padding: 0;
}


#piedPage #telephone {
	clear: both;
}

#piedPage a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}

#piedPage a:hover {
	text-decoration: underline;
}

#piedPage #creationWeb {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 13px;
}

/*//////////////////// Calendrier //////////////////////*/
#encart .afficherCalendrier h4 {
	font-size: 11px;
	margin: 5px 0;
}
#encart .afficherCalendrier li{
	list-style: none;
}
#encart .afficherCalendrier #libelle {
	width: 175px;
	margin: 0 auto;
	padding: 0;
}
#encart .afficherCalendrier .ligne {
	width: 175px;
	margin: 0 auto;
	padding: 0;
}
#encart .afficherCalendrier #libelle li {
	float : left;
	width : 25px;
}
#encart .afficherCalendrier .ligne li {
	color: #000;
	float : left;
	width : 25px;
	height: 16px;
}

#encart .afficherCalendrier .ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

#encart .afficherCalendrier li.Aujourdhui,
#encart .afficherCalendrier li.AujourdhuiSelectionne,
#encart .afficherCalendrier li.AujourdhuiEvenement a,
#encart .afficherCalendrier li.AujourdhuiEvenementSelectionne {
	font-weight: bold;
	color: black;
}
#encart .afficherCalendrier li.AujourdhuiEvenement,
#encart .afficherCalendrier li.AujourdhuiEvenementSelectionne,
#encart .afficherCalendrier li.Evenement,
#encart .afficherCalendrier li.EvenementSelectionne {
	background-color: #AADCDE;
}

#encart .afficherCalendrier li.AujourdhuiSelectionne,
#encart .afficherCalendrier li.AujourdhuiEvenementSelectionne,
#encart .afficherCalendrier li.EvenementSelectionne,
#encart .afficherCalendrier li.Selectionne {
	border: 1px solid black;
	width : 23px;
	height: 14px;
}

#encart ul.calendrier {
	padding: 0;
	margin: 0px 5px 10px 5px;
}
#encart ul.calendrier li {
	list-style: none;
	text-align: left;
}

