@charset "UTF-8";

/* CSS DE LA LIBRAIRIE ONLINE */


/* BALISE ET GENERALITES */
*{ 
	padding: 0; 
	margin: 0; 
	border:0 none; 
}

html{
	font: normal 80% "Trebuchet MS", Geneva, Verdana;
	font-size:0.8em;
	color:#FFF;
	font-weight:100;
	font-stretch:condensed;
}

body{
	background-image:url(img/webdesign/bg3.jpg); 
	background-repeat:repeat-x;
}

p { 
	padding: 20px; 
}

label{
  display: inline-block;
  width: 260px;
  border-bottom: 1px dotted #BCAEA2;
  padding-bottom: 1px;
  vertical-align:3px;
}
/* Les liens */
a:link {
	color: #FFF;
	text-decoration:underline;
}
a:visited {
	color: #FFF;
	text-decoration:underline;
}
a:hover {
	color: #BCAEA2;
	text-decoration:none;
}
a:active {
	color: #FFF;
	text-decoration:underline;
}


/* Formulaires du plus large au plus precis*/
input,textarea,select{
	width:170px;
	margin:2px;
	font-family:"Trebuchet MS", Geneva, Verdana;
}
input[type=radio]{
	width:15px;
	margin:2px
}
input[type=checkbox]{
	width:15px;
	margin:2px
}
input[type=text]:hover,input[type=password]:hover,textarea:hover,select[multiple=multiple]:hover,input[type=text]:focus,input[type=password]:focus,textarea:focus,select[multiple=multiple]:focus {
	border:solid 1px #BCAEA2;
}
input[type=text],input[type=password],input[type=button],input[type=submit],textarea,select[multiple=multiple]{
	border: solid 1px #000;
}
.petitepage input[type=button],.petitepage input[type=submit]{
	margin-left:263px;
	margin-top:20px;
}
#document #recherche input[type=text]{
	font-size:18px;
	padding:4px;
	width:400px;
	text-align:center; 
	font-style:italic;
	color:#666666;
	margin:0px;
	padding-top: 5px; 
	padding-bottom: 3px;
}
#document #recherche input[type=text]:focus{
	font-style:normal; 
	color:#000000; 
}
#document #recherche input[type=submit]{
	cursor:pointer;
	font-size:18px;
	height:32px;
	padding:4px;
	margin:0px;
	width:160px;
}


/* LES CLASSES */
.error{
	font-size:0.8em;
	color:#FF0000;
}
ol.niv1 {
      counter-reset:niv1;
      list-style-type:none;
}
ol.niv1 li:before {
      content: counter(niv1) ". ";
      counter-increment:niv1;
}
.champsError{
	border-color:#FF0000;
	background-color:#FFFFFF;
}
.black{
	color:#000000;
}
.img_menu{
	position:relative; 
	top:-10px;
}
.img_menu:hover{
	position:relative; 
	top:-5px;
}
.active{
	position:relative; 
	top:0px;
}
.petiteinfo{
font-style:italic;
font-size:0.8em;
}
.rouleau{
	width:30%; 
	text-align:right; 
	float:left;
}
.citation{
	padding-top:25px; 
	padding-left:35%;
}
.endleft { 
	clear: left; 
}
.end{ 
	clear:both; 
}
.grostitre{ 
	font-size:3.2em;
}
.soustitre{ 
	font-size:1.2em; 
	line-height:0px;
}
.menu{
	margin-left:35%;
	overflow:hidden;
	position:absolute;
	top:182px;
	height:45px;
	left: 1px;
}
.page{
	width:100%; 
	background-position:top;
}
.petitepage{
	width:50%; 
	margin-left:35%; 
	margin-top:30px;
}
.colA{	
	width:30%; 
	text-align:right; 
	float:left;
}
.colB{
	padding-left:35%;
}
.nbresult{ 
	font-style:italic; 
	font-size:0.9em;
}
.img_list{ 
	float:left; 
	padding-right:5px;
}
.titre_list{ 
	font-size:1.7em; 
}
.auteur_list{ 
	font-style:italic;
}
.detailAjout_list{ 
	font-size:0.8em;
}
.resume_list{ 
	font-size:0.9em; 
	color:#BCAEA2;
}
.prix_list{ 
	font-size:1.2em; 
	color:#BCAEA2;
}
.img_fiche{ 
	float:left; 
	padding-right:15px; 
	padding-bottom:0px;
}
.titre_fiche{ 
	font-size:2.3em; 
}
.auteur_fiche{ 
	font-size:1.2em;
	font-style:italic;
}
.detailAjout_fiche{ 
	font-size:1em; 
	font-style:italic;
}
.resume_fiche{ 
	font-size:1.2em;
	color:#BCAEA2;
 }
.prix_fiche{ 
	font-size:1.4em; 
	color:#BCAEA2;
}

/* SPECIFICITÉS ET AUTRE SPECIFICATION DETAILLÉ  */
.colA #categorie{
	width:100%; 
	text-align:right;
}
.petitepage .error{
	font-size:0.8em;
	background-color:#BCAEA2;
	border:1px dotted #888;
	padding:10px 30px;
	color:#BF2D11;
	background-image:url(img/cross.png);
	background-position:8px 8px;
	background-repeat:no-repeat;
	width:370px;
}
label #connexion{
	width:100px;
	color:#000;
	border-color:#000;
}
.black a{
	color: #000;
	text-decoration:underline;
}
.black a:hover {
	color: #FFF;
	text-decoration:none;
}
.error a{
	color:#FF0000;
	text-decoration:underline;
}
.error a:hover{
	color:#FF0000;
	text-decoration:none;
}
#conteneur { 
	margin: 0 190px; 
}
#document { 
	position: absolute;
	width: 100%; 
} 
#col1 { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 190px; 
} 
#col2 { 
	float: left; 
	width: 70%; 
} 
#col3 { 
	float: left; 
	width: 30%; 
	text-align:center; 
}
#col4 { 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 190px; 
	text-align:right; 
}
#connexion{
	position:absolute;
	top:105px; 
	right:10px; 
	text-align:right;
	color:#000;
}
#connexion a{
	color:#000;
}
#document #recherche{
	margin-left:35%; 
	background-image:url(img/webdesign/recherche_fondsimple.png); 
	background-position:center; background-repeat:no-repeat; 
	padding:10px; 
	padding-top:15px; 
	width:575px; 
	height:60px; 
	text-align:left; 
	margin-top:20px; 
}
#document #recherche #details{ 
	padding-top:5px;
}
#fiche{ 
	width:60%; 
	margin-left:10%;
	margin-top:30px;
}
#fiche_colA{ 
	margin-top:30px; 
	float:right; 
	margin-right:2%;
	margin-left:2%; 
	text-align:justify;
	width:20%;
}

