/* CSS Document */
#mod {
	overflow: auto;
}
#content .titre {
	background-color: #194A5F;
	/*background: #cc3300;*/
	color: white;
	padding: 2px;
	margin-bottom: 10px;
}
#content img {
	align: center;
	border: 1px solid black;
}
#content span {
	font-weight: bold;
}
#content ul li {
	height: 60px;
}
#mod li {
	list-style-position:outside;
}
#bio{
	padding-top: 10px;
	float: left;
}
#bio img {
	height: 96px;
	width: 96px;
}
.photo{
	height: 96px;
	width: 96px;
	background-color:#999999;
	display:block;
	float:left;
}
.infos {
	float: left;
	padding-left: 15px;
}
.nom, .poste, .bio {
	width: 350px;
	height: 20px;
	clear: both;
}
.nom {
	font-weight: bold;
	padding: 0 0 4px 2px;
	color: white;
	background-color:#194A5F;
	height: 10px;
}
.bio {
	font-style:italic;
}
#galmenu {
	margin-left: 30px;
}
#galmenu .pic_cover {
	display: block;
	width: 112px;
	height: 120px;
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	
}
#galmenu .pic_cover .thumb {
	background: #30312F;
	width: 112px;
	height: 85px;
	margin-bottom: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#galerie {
	height: 380px;
	overflow:auto;
}
#galerie td {
	width: 100px;
	height: 100px;
	text-align: center;
}
#popup {
	position: absolute;
	display: block;
	background: url(./templ/elements/bg60.png);
	margin: auto;
	display: none;
}
#popup #popcontent {
	background-color: #ffffff;
	border: 2px #000000 solid;
	position:absolute;
}
#popup #popcontent #poptitre {
	height: 14px;
	display: block;
	padding: 3px;
	background: #333333;
	color: #FFFFFF;
}
#popup #popcontent img {
}
.blogcontent {
	margin-bottom: 10px;
	overflow: hidden;
	min-height: 50px;
}
.blogtitre {
	font-weight: bold !important;
	color: #FFFFFF;
	background-color:#194A5F;
	padding: 2px;
}
.blogtitre span {
	font-weight: normal !important;
	font-style:italic;
}
.blog {
	margin-top: 4px;
}
.blogcomm {
	margin-top: 10px;
	text-align:right;
}