/* MED / Corp Screen Stylesheets */

/* Couleurs 

   Gris du fond = #fafafa
   Rouge du logo = #a30234
   
*/



html, body, div, span, applet, object, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}


h1, h2, h3, h4, h5, h6 {
  font-size: 100%;

}

body {
	background-color: #fafafa;
	background-image: url(/medcorp/images/css/BG2.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#Contenant {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* Header */

#Header {
	margin: 0;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}



#Contenu {
	float: left;
	width: 738px;
	text-align: left;
	padding-bottom: 12px;
}

#ContenuPhoto {
	float: left;
	width: 524px;
	text-align: left;
	padding-bottom: 12px;
}

#Photo {
	float: left;
	width: 200px;
	text-align: left;
	padding-bottom: 12px;
	margin-left: 12px;
}

#Photo img {
	border: 1px solid #000000;
}

#Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
	clear: both;
	margin: 0px;
	width: 950px;
	padding-top: 12px;
}

#Logo {
	background-image: url(/medcorp/images/css/Logo2.jpg);
	width: 231px;
	height: 113px;
	float: left;
}

#Logo h1 {
	display: none;
}

#Inc {
	float: left;
	padding-top: 26px;
	padding-left: 12px;
	margin: 0px;
}

#Inc h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* MenuPrincipal */

#MenuPrincipal {
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #a30234;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 12px;
	background-image: url(/medcorp/images/css/Bullets_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 938px;
	height: 24px;
}

#MenuPrincipal ul {
	float: left;
	font: bold 12px Verdana;
	background-image: url(/medcorp/images/css/Bullets_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 12px;
	height: 24px;
}

#MenuPrincipal ul li{
	display: inline;
}


#MenuPrincipal ul li a{
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#MenuPrincipal ul li a:visited{
	color: white;
}


#MenuPrincipal ul li a:hover { /* hover link*/
	text-decoration: underline;
}

#MenuPrincipal ul li a#selected { /* selected link*/
	text-decoration: underline;
}

#MenuPrincipal ul li a#rightcorner {
	padding-right: 0;
	padding-left: 0px;
	background: url(/medcorp/images/css/Bullets_02.gif) bottom right no-repeat; /*optional right round corner*/
	width: 12px;
}


#MenuPrincipal ul li a:hover#rightcorner {
	padding-right: 0px;
	padding-left: 0px;
	background: url(/medcorp/images/css/Bullets_02.gif) bottom right no-repeat; /*optional right round corner*/
	width: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a30234;
	border-bottom-color: #a30234;
}

/* Langue */

#Langue {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	margin: 0;
}

#Langue ul {
	float: left;
	padding-left: 12px;
	font: bold 12px Verdana;
	background-color: #bbbbbb; /*optional left round corner*/
	background-image: url(/medcorp/images/css/BulletsGris_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

* html #Langue ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#Langue ul li{
	display: inline;
}


#Langue ul li a{
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#Langue ul li a:hover {
	color: white;
	text-decoration: underline;
}

#Langue ul li a#rightcorner2 {
	padding-right: 0;
	padding-left: 0px;
	background: url(/medcorp/images/css/BulletsGris_02.gif) bottom right no-repeat; /*optional right round corner*/
	width: 12px;
}

/* MenuGauche */

#MenuGauche {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 12px;
	clear: both;
	background-image: url(/medcorp/images/css/MenuGauche_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#MenuGauche ul {
	margin: 0;
	padding: 0px;
	background-image: url(/medcorp/images/css/MenuGauche_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#MenuGauche li {
	list-style: none;
	margin: 0;
	padding: 0px;
	background-image: url(/medcorp/images/css/MenuGauche_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}

#MenuGauche li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a30234;
	text-decoration: none;
	font-size: 14px;
}

#MenuGauche li a:visited{
	color: #a30234;
}

#MenuGauche li a:hover {
	text-decoration: underline;
}

#MenuGauche li.premier {
	background-image: url(/medcorp/images/css/MenuGauche_04.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#MenuGauche li.dernier {
	background-image: url(/medcorp/images/css/MenuGauche_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Contenu */


#Contenu h1, #ContenuPhoto h1 {
	font-size: 160%;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 9px;
}

#Contenu h2, #ContenuPhoto h2 {
	font-size: 150%;
}

#Contenu h3, #ContenuPhoto h3 {
	font-size: 140%;
}

#Contenu h4, #ContenuPhoto h4 {
	font-size: 130%;
}
	
#Contenu h5, #ContenuPhoto h5 {
	font-size: 120%;
}

#Contenu h6, #ContenuPhoto h6 {
	font-size: 110%;
}

#Contenu p, #Contenu td, #Contenu li, #ContenuPhoto p, #ContenuPhoto td, #ContenuPhoto li {
	font-size: 100%;
}

#Contenu ul, #Contenu ol, #ContenuPhoto ul, #ContenuPhoto ol {

}

#Contenu a:link, #ContenuPhoto a:link {
	color: #990000;
	text-decoration: underline;
}

#Contenu a:visited, #ContenuPhoto a:visited {
	color: #990000;
	text-decoration: underline;
}

#Contenu a:visited, #ContenuPhoto a:hover:visited {
	color: #990000;
	text-decoration: underline;
}

#Contenu a:hover, #ContenuPhoto a:hover {
	color: #990000;
	text-decoration: underline;
}




.nomargin {
	margin: 0px;
}
#Contenu dt, #ContenuPhoto dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}
#Contenu dd,  #ContenuPhoto dd {
	margin: 0px;
	padding: 0px;
}
.justified {
	text-align: justify;
}

