 * --------------------------------------------------------------
/*
 * screen.css
 * Feuille de style principale du site
 *  jeu de caractères : utf-8
 * --------------------------------------------------------------
 */

/* Général */
body {
	background-color: #F3F4F6;
	color: #2E424D;
	font-family: 'RobotoRegular', Arial;
}

a, a:visited {
	color: #0099ff;
	text-decoration: none;
}

a:hover, .hover {
	color: #0099ff;
	text-decoration: underline;
	cursor: pointer;
}

a:active {
	color: #6699cc;
}

.container {
	clear: both;
	margin: auto !important;
	text-align: left;
	width: 895px;
}

ul, ol {
    margin: 5px 0;
    padding: 0 0 0 5px;
}

/* Bandeau haut (logo + menu */
#bandeau-haut  {
	background-color: #F3F4F6;
	height: 170px;
}

#bandeau-haut #haut {
	position: relative;
}

#bandeau-haut #haut img {
	position: absolute;
	top: 40px;
}

#bandeau-haut #haut ul {
	position: absolute;
	top: 70px;
	right: 0px;
	display: inline-block;
	list-style: none;
	width: 540px;
	padding: 0;
	background-image:url(../images/background-menu-haut.png);
	background-repeat: no-repeat;
}

#bandeau-haut #haut ul li {
	float: left;
}

#bandeau-haut #haut ul li a {
	font-family: 'RobotoCondensed', Arial;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0px 11px;
	color: #324148;
	font-size: 1.4em;
	text-decoration: none;
}

#bandeau-haut #haut ul li.active a {
	color: white;
	/** DÉGRADÉ **/
	/* Anciens navigateurs */
	background: #006599 url("../images/background-element-menu-haut.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#3298C9),
		to(#006599)
	);
	background: -webkit-linear-gradient(
		top,
		#3298C9,
		#006599
	);
	background: -moz-linear-gradient(
		top,
		#3298C9,
		#006599
	);
	background: -o-linear-gradient(
		top,
		#3298C9,
		#006599
	);
	background: linear-gradient(
		top,
		#3298C9,
		#006599
	);
	/** FIN DÉGRADÉ **/
}

#bandeau-haut #haut ul li a:hover {
	color: white;
	/** DÉGRADÉ **/
	/* Anciens navigateurs */
	background: #006599 url("../images/background-element-menu-haut.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#2e424d),
		to(#006599)
	);
	background: -webkit-linear-gradient(
		top,
		#2e424d,
		#006599
	);
	background: -moz-linear-gradient(
		top,
		#2e424d,
		#006599
	);
	background: -o-linear-gradient(
		top,
		#2e424d,
		#006599
	);
	background: linear-gradient(
		top,
		#2e424d,
		#006599
	);
	/** FIN DÉGRADÉ **/
}

#bandeau-haut #haut ul li:first-child.active a, #bandeau-haut #haut ul li:first-child a:hover {
	/** BORDER RADIUS **/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/** FIN BORDER RADIUS **/
}

#bandeau-haut #haut ul li:last-child  {
	/*float: right;*/
}

#bandeau-haut #haut ul li:last-child  a {
	width: 90%;
}

#bandeau-haut #haut ul li:last-child.active a, #bandeau-haut #haut ul li:last-child a:hover {
	/** BORDER RADIUS **/
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/** FIN BORDER RADIUS **/
}

/** Header-content Accueil (introduction bio avec photo) **/
#bandeau-header-content {
	background-color: #DEE4E4;
	height: 298px;
	margin-bottom: 20px;
}

#bandeau-header-content #header-content {
	position: relative;
	background: #2E424D url("../images/degrade-header.png") no-repeat;
	height: inherit;
	height:298px;
}

#bandeau-header-content #header-content  #photo {
	position: absolute;
	top: -10px;
	right: -10px;
}

#bandeau-header-content #header-content #slogan {
	position: absolute;
	top: 60px;
	left: 90px;
}

#bandeau-header-content #header-content #extrait-bio {
	position: absolute;
	width: 530px;
	top: 145px;
	left: 60px;
	color: white;
}

#bandeau-header-content #header-content #lien-bio {
	display: block;
	position: absolute;
	bottom: -12px;
	right: 300px;
}

#bandeau-header-content #header-content #lien-bio:hover {
	opacity: 1;
}

/* Page inter */
#bandeau-header-content-inter {
	background-color: #DEE4E4;
	height: 250px;
}

#bandeau-header-content-inter #header-content-inter {
	position: relative;
	background: url(../images/background-header-inter.png);
	width: 775px;
	height: 130px;
	color: white;
	padding: 60px;
}

#bandeau-header-content-inter #header-content-inter h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}

#bandeau-header-content-inter #header-content-inter img#img-header-inter {
	position: absolute;
	top: 0px;
	right: 40px;
	height: 250px;
	max-width: 475px;
}

#bandeau-header-content-inter #txt-header-inter {
	width: 300px;
}

/** Contenu **/

/* Accueil -> Sidebar */

#sidebar {
	float: left;
	width: 280px;
}

#sidebar .bloc {
	position: relative;
	background: url(../images/background-menu-accueil.png) no-repeat 0px 0px;
	width: 265px;
	height: 175px;
	margin-top: 35px;
	color: white;
	padding: 15px;
}

#sidebar .bloc h2 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 1.4em;
}

#sidebar .bloc .lien-readmore {
	position: absolute;
	bottom: 3px;
	right: 32px;
}

/* Accueil -> Blocs articles */

#page {
	float: left;
	width: 500px;
	margin-left: 60px;
}

#page .bloc {
	position: relative;
	margin-top: 35px;
	padding: 15px;
	width: 525px;
	height: 215px;
	background-color: #FFFFFF;
	
	/* Ombre */
	-moz-box-shadow: 2px 2px 2px 0px #656565;
	-webkit-box-shadow: 2px 2px 2px 0px #656565;
	-o-box-shadow: 2px 2px 2px 0px #656565;
	box-shadow: 2px 2px 2px 0px #656565;
}

#page .bloc h2 {
	color: #3197CB;
	margin-top: 0px;
	margin-bottom: 15px;
}

#page .bloc .lien-readmore {
	position: absolute;
	bottom: -12px;
	right: 60px;
}

#page .bloc img {
	float: left;
	margin-right: 10px;
}

/* Page inter */
#page-inter {
	width: 100%;
	background-color: white;
	padding: 50px 40px;
	width: 815px;
}

#page-inter h2 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	color: #3199CC;
	font-size: 1.1em;
}

#page-inter ul {
	margin: 0;
	margin-left: 1em;
	margin-bottom: 1em;
}

#page-inter ul ul li {
	list-style-type: none;
}

#page-inter ul ul li:before {
	content: "- ";
}

#page-inter blockquote {
	background-color: #F3F4F6;
	padding: 20px;
	width: 100%;
	margin: 20px 0px;
	width: 775px;
}

/** Footer **/

#bandeau-footer {
	margin-top: 40px;
	padding-bottom: 40px;
	background-color: #DEE4E4;
	border-top: 1px solid white;
}

/* BUG IE7 */
#bandeau-footer #footer #col-gauche {
	width: 360px;
	float: left;
}

#bandeau-footer #footer #col-droite {
	width: 436px;
	float: left;
}


#bandeau-footer #footer #contact {
	font-size: 0.8em;
	margin-top: 29px;
	position: relative;
}

#bandeau-footer #footer #contact h2 {
	background: white url(../images/dlc.png) 5px 10px no-repeat;
	background-repeat: no-repeat;
	color: transparent;
	text-indent: 2000px;
	display: block;
	width: 312px;
	height: 22px;
	padding: 20px 25px;
	margin-bottom: 30px;
}

#bandeau-footer #footer #contact #lien-contact {
	position: absolute;
	top: 43px;
	right: 20px;
	width: 171px;
	height: 30px;
}

#bandeau-footer #footer #recommended-sites {
	margin-top: 10px;
	margin-left: 80px;
	float: left;
	font-weight: bold;
}

#col-gauche ul,
#bandeau-footer #footer #recommended-sites ul {
	padding-left: 1.3em;
}

#dlc-member {
	font-weight: bold;
}

#dlc-member a,
#recommended-sites a {
	color: #2E424D;
}

#dlc-member a:hover,
#recommended-sites a:hover {
	color: #1075A9;
}

#bandeau-footer #footer #recommended-sites h2 {
	background-image: url(../images/background-recommended-sites.png);
	display: block;
	width: 436px;
	height: 42px;
	padding-top: 20px;
	padding-left: 25px;
}

#bandeau-footer #footer #recommended-sites .col {
	float: left;
	width: 200px;
	margin-left: 60px;
	word-wrap: break-word;
	font-size: 0.8em;
}

#bandeau-footer #footer #recommended-sites div .col:first-child {
	margin-left: 0px;
}

#bandeau-footer #footer #recommended-sites .col h3 {
	color: #3399CA;
	padding: 0px;
	margin: 0px;
}


/** MARGES IMAGES **/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

form p label {
	color: #3399ca;
}

form input[type="submit"] {
	color: white;
	font-weight: normal;
	font-size: 90%;
	background-color: #3399ca;
}

/*
form input[type="submit"]:active {
	color: white;
	background-color: #3399ca;
}
*/


