@charset "utf-8";
/* CSS Document */

*{
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	padding:0px;
}

body{
	background-color:#ECECEC;
	padding-top:10px;
	padding-bottom:10px;
}

img{
	border:0px;
}
#content{
	width:970px;
	margin:auto;

}
.clearfloat{
	clear:both;
}
.row{
	width:970px;
	height:25px;
}
.centerrow{
	width:970px;
	height::465px;
}


.rounded_left_up{
	width:25px;
	height:25px;
	background-image:url(../images/upleft.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.rounded_up{
	width:920px;
	height:25px;
	background-image:url(../images/up.jpg);
	background-repeat:repeat-x;
	display:block;
	float:left;
}
.rounded_right_up{
	width:25px;
	height:25px;
	background-image:url(../images/upright.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

.rounded_left_down{
	width:25px;
	height:25px;
	background-image:url(../images/dwonleft.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.rounded_down{
	width:920px;
	height:25px;
	background-image:url(../images/down.jpg);
	background-repeat:repeat-x;
	display:block;
	float:left;
}
.rounded_right_down{
	width:25px;
	height:25px;
	background-image:url(../images/downright.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.rounded_left{
	width:25px;
	height:465px;
	background-image:url(../images/left.jpg);
	background-repeat:repeat-y;
	display:block;
	float:left;
}

.rounded_right{
	width:25px;
	height:465px;
	background-image:url(../images/right.jpg);
	background-repeat:repeat-y;
	display:block;
	float:left;
}

.rounded_center{
	width:920px;
	height:465px;
	display:block;
	float:left;
	background-color:#F5F5F5;
}


.rounded_center p{
text-align:center;
font-weight:bold;
}
.height100{
	height:40px;
}

div.frontpage h1{
	display:none;
}
div.frontpage  ul#mainmenu{
list-style:none;
margin:0px;
padding:0px;
padding-top:50px;
}
div.frontpage  ul#mainmenu li{
	margin:0px;
	padding:0px;
	margin-left:2px;
	float:left;
	width:227px;
	height:350px;
	display:block;
}
div.frontpage ul#mainmenu li#modjd{
	margin:0px;
	padding:0px;
	margin-left:2px;
	float:left;
	width:114px;
	height:350px;
	display:block;
}
div.frontpage  ul#mainmenu li a{	
	
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	width:227px;
	height:350px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#6B6B6B;
	
}
a.groupe{
	background-image:url(../images/legroupe.jpg);
}
a.sih{
	background-image:url(../images/sih.jpg);
}
a.radiologie{
	background-image:url(../images/radiologie.jpg);
}
a.medecine{
	background-image:url(../images/medicine.jpg);
}
.strongspan{
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	color:#6B6B6B;
}
.copyright{
	text-align:center;
	margin-top:15px;
}
