﻿
/*------------------ ELEMENTS PRINCIPAUX -------------------*/
/*----------------------------------------------------------*/
body
{
	margin: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #fff;
}

.divFondGeneral
{
	clear: both;
	max-width: 1900px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat url(../images/background.jpg) fixed;
	min-height: 800px;
	height: auto;
	background-position: center top;
}

#divGeneral
{
	clear: both;
	width: 1010px;
	margin: 0 auto;
	height: auto;
	position: relative;
	
}

#divEncart
{
	margin: 0 auto;
	height: 50px;
	width: 990px;
}
#divHeader
{
	width: 1010px;
	height: 130px;
	position: relative;
	float: left;
	background: url(../images/fondHeader.png);
}
#divLogo
{
	width: 217px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 30px;
}

#divMenu
{
	clear: both;
	float: left;
	padding-left: 0px;
	margin: 0px;
	width: 1010px;
	height: 35px;
	background-image: url(../images/fondMenu.jpg);
}
#divKeywords
{
	color: #fff;
	clear: both;
	float: left;
	padding-left: 0px;
	margin: 0px;
	width: 1010px;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/fondKeywords.jpg);
	text-align: center;
}

#divNav
{
	color: #ccc;
	border-bottom: 1px solid #eee;
	height: 14px;
	line-height: 14px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/*-------------------- ELEMENTS CONTENU --------------------*/
/*----------------------------------------------------------*/
#divContenu
{
	width: 990px;
	height: auto;
	float: left;
	clear: both;
	background: url(../images/fondContenu.jpg) repeat-x #f6f6f6;
	position: relative;
	padding: 30px 10px;
	min-height: 300px;
}


#divContenuBlocGauche
{
	width: 180px;
	min-height: 100px;
	float: left;
	clear: both;
	position: relative;
}


#divContenuContenu
{
	width: 570px;
	min-height: 100px;
	float: left;
	position: relative;
	margin: 0 30px;
}
#divContenuBlocDroite
{
	width: 180px;
	min-height: 100px;
	float: right;
	position: relative;
}

#divContenuContenu780
{
	width: 760px;
	min-height: 100px;
	float: left;
	position: relative;
	margin-left: 30px;
	padding-right:20px;
}
#divContenuContenu990
{
	width: 990px;
	min-height: 100px;
	float: left;
	position: relative;
}

/*--------------- ELEMENTS FOOTER CROSSLINK ----------------*/
/*----------------------------------------------------------*/
#divFooter
{
	width: 1010px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	clear: both;
	margin: 0 auto;
	background-image: url(../images/fondFooter.jpg);
}

#divCrosslink
{
	width: 1010px;
	height: 65px;
	line-height: 32px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	clear: both;
	margin: 0 auto;
	background-image: url(../images/fondCrosslink.png);
	margin-bottom: 30px;
}


/*------------------- ELEMENTS HOMEPAGE --------------------*/
/*----------------------------------------------------------*/
#divHomeEdito
{
	width: 570px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#divHomeThemeMois
{
	color: #7e7e7e;
	width: 570px;
	height: 145px;
	float: left;
	clear: both;
	margin-bottom: 20px;
	position: relative;
	background: url(../images/fondHomeThemeMois.jpg);
}
#divHomeActus
{
	width: 570px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

.classThemeImage
{
	width: 140px;
	height: 94px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 35px;
}
.classThemeTitre
{
	width: 390px;
	position: absolute;
	height: 65px;
	line-height: 13px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	left: 160px;
	top: 35px;
}
.classThemeTexte
{
	width: 390px;
	position: absolute;
	height: 48px;
	line-height: 12px;
	overflow: hidden;
	text-align: justify;
	font-size: 11px;
	left: 160px;
	top: 52px;
}

.classThemeSavoir
{
	width: 84px;
	position: absolute;
	left: 440px;
	top: 105px;
}

.classActu
{
	color: #7e7e7e;
	float: left;
	width: 270px;
	height: 116px;
	position: relative;
	background: url(../images/fondHomeActu.jpg);
}
.classActuBandeau
{
	width: 250px;
	position: absolute;
	height: 65px;
	color: #fff;
	line-height: 13px;
	overflow: hidden;
	font-size: 14px;
	left: 10px;
	top: 10px;
}
.classActuImage
{
	width: 95px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 35px;
}
.classActuTitre
{
	width: 140px;
	position: absolute;
	height: 65px;
	line-height: 13px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	left: 115px;
	top: 35px;
}
.classActuTexte
{
	width: 140px;
	position: absolute;
	height: 33px;
	line-height: 11px;
	overflow: hidden;
	text-align: justify;
	font-size: 10px;
	left: 115px;
	top: 48px;
}

.classActuSavoir
{
	width: 84px;
	position: absolute;
	left: 171px;
	top: 85px;
}


/*------------------ BLOC IDENTIFICATION -------------------*/
/*----------------------------------------------------------*/
#divBlocId
{
	width: 160px;
	height: 105px;
	background: url(../images/fondBlocId.jpg);
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding: 60px 10px 0 10px;
	font-size: 11px;
}

/*--------------------- CLASSES STYLES ---------------------*/
/*----------------------------------------------------------*/


.flottant
{
	float: right;
	margin: 0 0 15px 30px;
}

.clear
{
	clear: both;
}


/*-------------------- FICHE THEMATIQUE ---------------------*/
/*----------------------------------------------------------*/
.divTheme
{
	width: 370px;
	height: 116px;
	background: url(../images/fondTheme.png);
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.titreThemeCat
{
	width: 350px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	overflow: hidden;
	left: 13px;
	top: 0px;
	color: #fff;
}


.titreThemeCat a:link, .titreThemeCat a:visited, .titreThemeCat a:active
{
	color: #fff;
	text-decoration: none;
}
.titreThemeCat a:hover
{
	color: #fff;
	text-decoration: underline;
}

.imgContenuThemeCat
{
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 13px;
	top: 41px;
}

.introThemeCat
{
	width: 280px;
	height: 48px;
	line-height: 12px;
	overflow: hidden;
	position: absolute;
	left: 75px;
	top: 41px;
}




.divThemeListe
{
	width: 608px;
	height: 106px;
	background: url(../images/fondThemeListe.png);
	margin-bottom: 20px;
	position: relative;
	display:block;
}

.titreThemeListeCat
{
	width: 410px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	position: absolute;
	left: 13px;
	top: 0px;
	color: #fff;
}


.titreThemeListeCat a:link, .titreThemeListeCat a:visited, .titreThemeListeCat a:active
{
	color: #fff;
	text-decoration: none;
}
.titreThemeListeCat a:hover
{
	color: #fff;
	text-decoration: underline;
}

.imgContenuThemeListeCat
{
	width: 74px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 13px;
	top: 38px;
}

.introThemeListeCat
{
	width: 476px;
	height: 48px;
	line-height: 12px;
	overflow: hidden;
	position: absolute;
	left: 104px;
	top: 38px;
}
.dateThemeListeCat
{
	width: 125px;
	height: 25px;
	line-height: 27px;
	overflow: hidden;
	position: absolute;
	color:#777;
	left: 475px;
	top: 0px;
	text-align:center;
	font-style:italic;
	font-size:11px;
	border-bottom:1px solid #bbb;
	padding-top:2px;
}

/*Conteneur des blocs gauches/ droites */
.bloc
{
	margin:0 0 20px 0;
	overflow:hidden;
}

/************ Albums **************/
.divAlbum
{
	float:left;
	width:170px;
	margin:0 10px 30px 10px;
	text-align:center;
}

.imgAlbum
{
	width:160px;
	height:160px;
	overflow:hidden;
	margin: 16px 0 5px 10px;
}

.titreAlbum
{
	margin-left:16px;	
}
.divFondAlbum
{
	height:170px;
	width:170px;
	background-image: url("../images/vignette_fond_album.png");
	float:left;
	margin: 0 10px 40px 10px; 
}
/************ PhotosAlbums **************/
.divPhotoAlbum
{
	float:left;
	width:72px;
	height:72px;
	margin:6px 6px 20px;
	padding:8px 0 0 5px;
	text-align:center;
	background-image: url("../images/photo_fond.png");
}

.imgPhotoAlbum
{
	width:65px;
	height:65px;
	overflow:hidden;
}
/************ Videos **************/
.imgVideo
{
	margin: 12px 0 10px 1px;
	
}

.divFond
{
	width:184px; 
	background:url(../images/fondVideo.png) no-repeat;
	float:left;
	margin-bottom:40px;
	text-align:center;	
}

.divFond a:hover,.divFond a:visited,.divFond a:link,.divFond a:active
{
	text-decoration:none
} 




/************ FCIHE COMPAGNON  **************/
.divChirurgie
{
	margin-bottom:10px;
}
.titreCompa
{
	font-weight:bold;
	color:#A1BC0F;
}
.dateCompa
{
	font-style:italic;
	font-size:9px;
}
.divCompa
{
	margin-bottom:10px;
}

/********** BLOCS *************/
#divContenuBlocGauche img
{
	margin-bottom:20px;
}
