/*
Feuille de Style générale de cdbg.fr
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #ffffff;
	font: normal small Tahoma;
	color: #808080;
}

a {
	color: #6b696b;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
	cursor: pointer;
}

a img {
	border: 0px solid #ffffff;
}

a:hover img {
	border: 0px solid #ffffff;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

.clear {
	clear: both;
}
#global {
	position:relative; 
	margin:auto 10px;
}

#left {
	margin: 0px;
	position: absolute;
	width: 50%;
	height: 100%;
}
#right {
	margin-left: 50%;
	height: 100%;
}
.header {
	padding: 3px;
	color: #000000;
	text-align: justify;
}
.header .title { 
	font-size: 16px;
	font-weight: bold;
}
.header .subtitle { 
	font-size: 12px;
	font-weight: normal;
}
.description {
	padding: 5px;
	color: #87888a;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	height: 55px;
}
.menul, .menur {
	padding: 8px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	height: 40px;
}
.menul a, .menur a {
	text-decoration: none;
	cursor: pointer;
	color: #999b9c;
}
.menul a:hover, .menul a.current, .menur a:hover, .menur a.current {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}
.content {
	margin: 5px 8px;
	padding: 10px;
	color: #000000;
	text-align: justify;
	border: 1px solid #000000;
	height: 400px;
	overflow:auto;
}
.content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.content .sectiontitle {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.content .not_available {
	margin: 100px;
	border: 1px solid #808080;
	background: #c4c4c4;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.content .subcontent {
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
/* Videos */
.content .subcontent .video {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.content .subcontent .separateur {
	margin: 20px;
	text-align: center;
}
.content .subcontent .video .video_title {
	font-weight: bold;
	color: #999b9c;
	margin-bottom: 6px;
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
}
.content .subcontent .video .video_description {
	color: #999b9c;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.content .subcontent .video .video_player {
	
}
/* Sound Design */
.content .subcontent .playlist {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.content .subcontent .separateur {
	margin: 20px;
	text-align: center;
}
.content .subcontent .playlist .playlist_title {
	font-weight: bold;
	color: #999b9c;
	margin-bottom: 6px;
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
}
.content .subcontent .playlist .playlist_description {
	color: #999b9c;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.content .subcontent .playlist .playlist_player {
	
}
/* Links */
.content .subcontent .links {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.content .subcontent .separateur {
	margin: 20px;
	text-align: center;
}
.content .subcontent .links .links_title {
	font-weight: bold;
	color: #999b9c;
	margin-bottom: 6px;
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
}
.content .subcontent .links .links_description {
	color: #999b9c;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.content .subcontent .links .links_url {
	font-weight: bold;
}
/* Contact */
.content .subcontent .contact {
	
}
.content .subcontent .contact .infos{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}


#footer {
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 10px;
	margin-top: 20px;
}
#subfooter {
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 9px;
	margin-top: 5px;
}


