
/*
+--------------------------------------------------------------------------
|		IDG - Classe Style v1.0
|		========================================
|		by Benjamin Camara
|		© 2005 Pixelcreatif - Interactive Web Design
|		http://www.pixelcreatif.com
|		========================================
|		Web: http://www.pixelcreatif.com
|		Email: contact@pixelcreatif.com
|		Licence Info: contact@pixelcreatif.com
|		========================================
|		This program is free software; you can redistribute it and/or
|		modify it under the terms of the GNU General Public License as
|		published by the Free Software Foundation; either version 2 of
|		the License, or (at your option) any later version.
+---------------------------------------------------------------------------
|
|		> Classe CSS2
|		> CSS2 written by Benjamin Camara
|		> Date started: December 12th, 2005
|
|		> CSS2 Version Number: 1.0.0
+--------------------------------------------------------------------------
*/

/*---------------------------------------------------------
//		Basic Elements
//---------------------------------------------------------
*/
html, body {
	background-color: #EEF7EF;
}

/*---------------------------------------------------------
//		Specific Divs
//---------------------------------------------------------
*/
#topPicture {
	float: left;
	width: 540px;
	height: 158px;
	background: url('img/bandeau_biblio.gif') no-repeat;
}
#sideBar {
	float: left;
	width: 180px;
	height: 1500px;
	background: #c8f0ca;
}
#sidePicture {
	position: absolute;
	width: 188px;
	height: 146px;
	top: 175px;
	left: 0px;
	background: url('img/kidV.gif') no-repeat;
	border-bottom: 1px solid #fff;
}
#puce {
	float: left;
	width: 12px;
	height: 10px;
	margin-top: 30px;
	margin-right: 6px;
	background: url('img/puceV.gif') no-repeat;
}
#puce2 {
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: 6px;
	background: url('img/puce_rose2.gif') no-repeat;
}
#title {
	float: left;
	width: 495px;
	height: 30px;
	margin-top: 20px;
	padding: 0 3px;
	font: bold 20px "CastleT", "Trebuchet MS", "Andale Mono", Courier, monospace;
	color: #e34034;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url('img/bg_titleV.gif') 0px 10px repeat-x;
	}
	html>body #title {
	width: 484px;
}
#subTitle {
	float: left;
	width: 490px;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 15px;
	font: 18px "Comic sans MS", "Andale Mono", Courier, "Courier New", monospace;
	color: #8ec455;
	background: url('img/puce_rose2.gif') 0em 0.80em no-repeat;
	}
	html>body #subTitle {
	width: 475px;
	margin-left: 18px;
}
#footer {
	position: relative;
	width: 720px;
	height: 20px;
	margin-top: 1px;
	margin-bottom: 30px;
	background: #D9F1DB;
	}
	html>body #footer {
	float: left;
}
#copyright, #pix {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 4px;
}
#copyright {
	float: left;
	color: #999;
	margin-left: 15px;
}
#pix {
	float: right;
	margin-right: 15px;
}

/*---------------------------------------------------------
//		Classes
//---------------------------------------------------------
*/
.headline {
	float: left;
	margin-left: 20px;
	font: bold 13px "Comic sans MS", "Andale Mono", Courier, "Courier New", monospace;
	color: #8ec455;
/*	text-decoration: underline;*/
	border-bottom: 1px solid #f873c4;
}

a.blueLnk, a.blueLnk:link, a.blueLnk:visited {
  color: #358;
  text-decoration: none;
  border-bottom: 1px dotted #469;
}
a.blueLnk:hover, a.blueLnk:active {
  color: #933;
  border-bottom: 1px solid #c00;
}
a.greyLnk, a.greyLnk:link, a.greyLnk:visited  {
  color: #888;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
a.greyLnk:hover, a.greyLnk:active  {
  color: #933;
  border-bottom: 1px solid #c00;
}

/*---------------------------------------------------------
//		PVII Elements
//---------------------------------------------------------
*/
.closed a, .open a, .empty a {
	color: #7db444;
	display: block;
	margin-top: -17px;
	padding: 2px 0px 2px 4px;
	text-decoration: none;
	background: 3px 50% no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	html>body .closed a, .open a, .empty a {
	margin-top: -1px;
}
.open a {
	color: #e54d42;
	background-color: #fff;
}
.closed a:hover, .open a:hover, .empty a:hover {
	color: #e54d42;
	background-color: #E5E5DF;
}
.closed ul a, .open ul a, .open ul a:hover {
	padding: 0px 0 0 16px;
	color: #138816;
	background: url(img/arrowsV.gif) 5px 50% no-repeat transparent;
	border: 0;
}
.open ul a:hover {
	background-color: #E5E5DF;
}

#controls {
	font: normal 9px verdana, "Andale Mono", Courier, "Courier New", monospace;
	margin: 5px 0 40px 35px;
	}
	html>body #controls {
	margin: 5px 0 20px 35px;
}
#p7swapmenu {
	float: left;
	width: 180px;
	font: bold 13px verdana,"Courier New", monospace;
	margin-top: 150px;
	padding-bottom: 16px;
}
#p7swapmenu ul, #p7swapmenu li {
	margin: 0px 0 0px 0;
	padding: 0px;
	list-style-type: none;
}
#p7swapmenu li li {
	margin: 3px 0 3px 6px;
	font: bold 12px "Trebuchet MS", "Andale Mono", Courier, "Courier New", monospace;
}
#p7swapmenu ul ul {
	margin-top: 25px;
	}
	html>body #p7swapmenu ul ul {
	margin-top: 5px;
}
#p7current {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
