/* @override http://frederiquelajoix.com/habillage/css/structure.css */

/* @group general */

a {
	text-decoration: none;
	opacity: 1;
	color: #795365;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #7e1547;
	cursor: pointer;
}

/* pour forcer background bottom */

html {
	min-height: 97%; /*pour eviter barre de scroll sur ff*/
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #f2f2f2 url(../images/fond_gris.jpg) repeat-x fixed 0 bottom;
}

/* Images typographiques (via image_typo), URL a revoir... */

.format_png {
	behavior: url(win_png.htc);
}

img {
	behavior: url(win_png.htc);
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

@media screen {

body>div#footer {
	position: fixed;
}

}

* html body {
	overflow: hidden;
}

/* @end */

/* @group titre */

#titresite {
	position: fixed;
	bottom: 2px;
	right: 5px;
}

#titresite h1 {
	margin: 0;
	padding: 0;
}

#titrerubrique {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	z-index: 0;
	left: 100px;
}

#titrerubrique h1 {
	color: #222529;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#titreportfolio {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0;
}

#titreportfolio h1 {
	margin-right: auto;
	margin-left: auto;
}

#titrethematique {
	position: fixed;
	width: 100%;
	text-align: center;
	left: 0;
	text-align: center;
	top: 527px;

}

#titrethematique h1 {
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group content */

#texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background: #e8e8e8 repeat 0;
}

.spip_documents {
	padding: 0;
	margin: 0;
}

#texte p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#texte ul {
	font-size: 12px;
	list-style-type: circle;
}

#content {
	position: absolute;
	width: 400px;
	left: 50%;
	padding: 0;
	margin-top: -150px;
	margin-left: -200px;
	min-height: 500px;
	top: 210px;
}

#texte h2 {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group sommaire */

#blocsommaire {
	position: absolute;
	height: 200px;
	width: 350px;
	left: 62%;
	text-align: left;
	padding: 0;
	margin-top: -100px;
	margin-left: -291px;
	top: 50%;
}

#blocsommaire ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#blocsommaire ul li {
	
}

#blocsommaire a {
	opacity: 1;
}

#blocsommaire a:hover {
	color: #ebebeb;
	opacity: 0.7;
}

#blocsommaire #titresite {
	position: absolute;
	bottom: -14px;
	right: 5px;
}

#blocsommaire #titresite h1 {
	margin: 0;
	padding: 0;
}

#navigation {
	position: absolute;
	right: 0;
	padding: 0;
}

#vignettehome {
	position: absolute;
	right: 75px;
}

#citation {
	position: absolute;
	font: italic 12px/1px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: 140px;
	color: #767676;
	bottom: 10px;
	left: 10px;
}

#credits {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}

#contenu-credits {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #66666b;
}

.nomsite {
	position: relative;
	top: 2px;
}

span.star-separation img {
	position: relative;
	top: 15px;
}

/* @end */

/* @group footer */

div#footer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer ul li {
	margin: 0 0 -9px;
	padding: 0;
}

div#footer a {
	color: #6c2b09;
	text-decoration: none;
	font-size: 1.5em;
	opacity: 1;
}

div#footer a:hover {
	color: #b9490f;
	opacity: 0.7;
}

div#footer a.lienon {
	/*display: none;*/
}

/* @end */

/* @group menu */

#menu ul {
	margin: 0;
	padding: 0 7px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	padding: 15px 13px 16px 13px;
}

/* @end */

/* @group menubooks */

#menubooks {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 5px;
	min-width: 600px;
}

#menubooks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 55px;
}

#menubooks li {
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
	height: 55px;
}

#menubooks a {
	color: #516d94;
	text-decoration: none;
	/*font-size: 1.5em;*/
	opacity: 1;
}

#menubooks a:hover {
	color: #003f8f;
	opacity: 0.7;
}

#menubooks li.lienon {
	padding: 0;
	margin: 0 10px 0 0;
	/*display: none;*/
}

#menubooks li.lienoff {
	
}

/* @end */

/* @group portfolio */

.fond-sombre {
	background: #dcdcdc url(../images/fond_gris_sombre.jpg) repeat-x 0 bottom;
}

#portfolio {
	padding-left: 2000px;
	padding-right: 2000px;
	position: absolute;
	top: 45px;
}

#portfolio a:hover {
	opacity: 1;
}

#portfolio ul, #bloc-series #portfolio ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#portfolio ul li, #bloc-series #portfolio ul li {
	margin: 0 19px 0 0;
	padding: 0;
	display: inline;
}

/* @end */

/* @group navigdots */

#navigdots {
	margin-top: 508px;
	position: fixed;
	width: 100%;
	min-width: 600px;
	z-index: 100;
}

#navigdots ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

#navigdots ul li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#navigdots a {
	opacity: 1;
	position: relative;
}

#navigdots a:hover {
	opacity: 0.5;
}

#arrowright {
	position: relative;
	bottom: 22px;
}

#arrowleft {
	bottom: 22px;
	position: relative;
}



/*

@end */

/* @group navigthumb */


#navigthumb {
	position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	top: 760px;
}

/*#navigthumb {
	position: fixed;
	bottom: 8px;
	right: 170px;
	margin-left: 70px;
}
*/

#navigthumb a {
	opacity: 0.3;
	margin: 0;
	padding: 0;
}

#navigthumb ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	top: -150px;
	display: block;
}

#navigthumb a:hover {
	opacity: 1;
}

#navigariane {
	position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	top: 527px;
}

#navigariane h1 {
	padding: 0;
	margin: 0;
	display: inline;
	position: relative;
	bottom: 8px;
}


#navigariane h2, #navigariane h3, #navigariane h4 {
	padding: 0;
	margin: 0;
	display: inline;
}

#navigariane h4 {
	position: relative;
	top: 4px;
	right: 3px;
}

#navigariane h2 {
	bottom: 8px;
	position: relative;
}

#navigariane ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	top: -150px;
	display: block;
		opacity: 0;
}

#navigariane ul li {
	display: inline;
	top: 0;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
}

#navigariane ul li.lienon {
	padding: 0;
	margin: 0;
	display: none;
}

#navigariane ul li.lienoff {
	padding: 0;
	margin: 0;
	display: inline;
}

#navigariane ul li img {
	padding: 0;
	margin: 0;
}

span.slashes-separation img {
	position: relative;
	top: 14px;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group series */

#bloc-series {
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#bloc-series #portfolio {
	padding-left: 2000px;
	padding-right: 2000px;
	position: relative;
	top: 50px;
}

#bloc-series h2 {
	padding: 0;
	margin: 0;
	display: inline;
	color: #000;
	top: 1px;
	position: relative;
}

#bloc-series h3 {
	padding: 0;
	margin: 0;
	color: #000;
	position: relative;
	bottom: 10px;
}

#bloc-series img.format_png {
}

#bloc-series ul {
	padding: 0;
	margin: 0;
}

#bloc-series ul li {
	padding: 0;
	display: inline;
	margin: 0;
}

div#bloc-series table {
	padding: 0;
	text-align: center;
	min-width: 90%;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: 77px;
}

 td.titreserie {
	text-align: right;
	padding: 0 0 0 50px;
}

#bloc-series td {
}

#bloc-series tr {
	padding: 0;
	margin: 0;
	text-align: left;
}

/* @end */

/* @group timer */

#timer {
	position: fixed;
	left: 7px;
	top: 514px;
	z-index: 100;
	display: none;
}

#clock {
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
}

#switch {
	width: 55px;
}

.timer-on, .timer-off {
	display: inline;
	margin: 0;
	padding: 0;
}



/* @end */
