
@import url('https://fonts.googleapis.com/css?family=Droid Sans|Alike|Yanone+Kaffeesatz');



BODY
{
	width: 100%;
	margin: 0px;
	background-color: #000000;
}

BODY, TD, P { font-size: 14px; font-family: 'Droid Sans', trebuchet ms, sans-serif; }

A { text-decoration: none; }
A:hover { color: #FFCC00; }

A.clair
{ 
	color: #CBCAEB;
	text-decoration: none;
}
A.clair:hover { color: #FFD733; }

.titre_livres { font-size: 18px; font-family: 'Alike', times new roman, times, serif; color: #FFCC66; font-weight: bold; }

.note { font-size: 11px; font-family: verdana, sans-serif; color: #9BA3EB; }
.note10 { font-size: 10px; font-family: verdana, sans-serif; color: #8289AE; }
.notes12 { font-size: 12px; font-family: verdana, sans-serif; color: #9FA1D4; }

.texte12
{
	font-size: 12px;
	font-family: 'Droid Sans', trebuchet ms, verdana, sans-serif;
}
.texte13
{
	font-size: 13px;
	font-family: 'Droid Sans', trebuchet ms, verdana, sans-serif;
}
.texte14
{
	font-size: 14px;
	font-family: 'Droid Sans', trebuchet ms, verdana, sans-serif;
}
.texte16
{
	font-size: 16px;
	font-family: 'Droid Sans', trebuchet ms, verdana, sans-serif;
}

A.entete_rubrique
{ 
	font-size: 14px;
	font-family: trebuchet ms,tahoma,verdana,sans-serif;
	color: #5C6CE7;
	text-decoration: none; 
}
A.entete_rubrique:hover
{
	color: #FFCC00;
}
SPAN.entete_rubrique
{ 
	font-size: 14px;
	font-family: trebuchet ms,tahoma,verdana,sans-serif;
	color: #5C6CE7;
}
DIV.entete_rubrique
{ 
	position: relative;
	height: 20px;
	background-image: url("http://www.bernardwerber.com/images/corner3d_center.gif");
	border:0px;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
	font-family: trebuchet ms,tahoma,verdana,sans-serif;
	color: #5C6CE7;
	text-align:center;
}


.home_icone
{
	background-image: url("http://www.bernardwerber.com/images/icone_Ciel.jpg");
	background-repeat: no-repeat;
	background-position: center;
	border:0px;
	border-radius:8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin: auto;
}

.home_icone_s
{
	width: 60px;
	height: 60px;
	border:0px;
	border-radius:8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.frame, .frame_alt
{
	background-color:#0F0E26;
	background-image:-moz-linear-gradient(#060519, #131130); /* Firefox 050411 131130 */
	background-image:-webkit-linear-gradient(#060519, #131130); /* Chrome, Safari */
	background-image:-o-linear-gradient(#060519, #131130); /* Opera */
	background-image:-ms-linear-gradient(#060519, #131130); /* IE */
	background-image: linear-gradient(to bottom, #060519, #131130);	/* 1> 030107 - 050411   2 > 0F0E26 - 100F28 - 11102B - 12102E - 131130 */
	border:0px;
	padding:8px;
	text-align: left;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	overflow: hidden;
	zoom : 1;
}

.menu
{
	background-image: url("http://www.bernardwerber.com/images/Barre_Nuages.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 64px;
	width: 100%;
	height: 69px;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', trebuchet ms, sans-serif;
	font-size: 18px;
	color: #C2C1D0;
}
.menu_destop {display: block; width:100%;}
.menu_mobile
{
	display: none;
	width:100%;
	text-align:left;
}

A.menu_items { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 22px; color: #C2C1D0; }
A.menu_items:hover {color: #F1F0FB; }

@media (max-width: 800px)
{
	.menu_destop {display: none;}
	.menu_mobile {display: block;}
}

#menu_options
{
	position: relative;
	top: -10px;
	display: none;
	width: 100%;
	margin: 0px;
	z-index: 5;
}
#menu_options ul { width: 98%; padding: 0px;}
#menu_options li
{
	border-bottom: 1px solid #39384C;
	padding: 9px 8px 9px 20px;
	margin: 0px;
	background-color:#131130;
	font-size: 16px;
	font-family: trebuchet MS, helvetica neue, sans-serif;
	text-align:left;
	color: #9996CB;
	list-style-type: none;
}
#menu_options li:hover { background-color: #252260; }


.videos_desktop {display: inline;}
.videos_mobile {display: none;}
@media (max-width: 930px)
{
	.videos_desktop {display: none;}
	.videos_mobile {display: inline;}
}


.img_book
{
	border-width: 1px;
	border-style: solid;
	border-color: #32334C;
}
.img_book_white
{
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.thumb
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.img_left { margin-right: 5px; }

.videoplayer
{
	width: 600px;
	height: 360px;
}


.barre_titre
{
	position: relative;
	vertical-align: middle;
	background-color:#0D0B25;
	border: 1px solid #252578;
	margin: auto;
	padding: 2px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	font-size: 11px;
	font-family: Trebuchet MS,Tahoma,Arial,Sans-Serif;
	color: #7979FF;
	text-align: center;
}


FORM { font-size: 12px; font-family: verdana,sans-serif; }

TEXTAREA.black, INPUT.black
{
	color: #8F93FF;
	background-color: #000000;
	border-color: #2C2B7A;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-family: 'Droid Sans', trebuchet ms, sans-serif;;
}
INPUT.black { font-size: 12px; font-family: verdana,sans-serif; }

INPUT.titre
{
	color: #514CFF;
	background-color: #000000;
	border-color: #2C2B7A;
	border-style: solid;
	border-width: 1px;
	font-size: 18px;
	font-family: trebuchet ms,sans-serif;
	font-weight: bold;
}
