/*--------------------------------------------------
I                                                  I
I                                                  I
I                 designerium.fr                   I
I                                                  I
I                                                  I
--------------------------------------------------*/
/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
* @author Josué Rauscher
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times new roman", serif;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	color: #666666;
	background-color: #ffffff;
	background-image:url(../../../interface/fond_ecran.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
/*------------------------------
I                              I
I            LIENS             I
I                              I
------------------------------*/
a:link {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted;
}
a:active {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted;
}
a:visited {
	text-decoration: none;
	color: #999999;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
	border-bottom: 1px dotted;
}
a.lienlogo {
	display: inline-block;
	width: 60px;
	text-decoration: none;
	background-image: url(http://www.copiecarbone.net/interface/cc_logo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
a.lienlogo:hover {
	background-image: url(http://www.copiecarbone.net/interface/cc_logoactif.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
/*------------------------------
I                              I
I            IMAGES            I
I                              I
------------------------------*/
a img {
	border: none;
}
:focus {
	outline: none;
}
/*------------------------------
I                              I
I             MENU             I
I                              I
------------------------------*/
.pre_nav { /* positionement du logo */
	position: absolute;
	position: fixed; 
	top: 9px;
	left: 9px;
	margin-left: 0;
}

#menu {
	width: 250px;
	overflow: hidden;
	top: 90px; /* entre menu et logo */
	left: 3px;
	bottom: 0;
	position: absolute;
	position: fixed; 
	height: 99%;
	text-align: left;
}
#menu ul {
	width: 240px;
	list-style: none;
	margin-top: 30px; /* espace entre les sections */
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
	line-height: 1.3em;
	font-size:1em;
}
#menu ul li.section-title {
	margin-bottom: 3px;
	margin-top: 20px;
	text-decoration:none;
	font-style:normal;
	font-size:1.05em;
	color: #000000;
}
/*------------------------------
I                              I
I             PAGE             I
I                              I
------------------------------*/
#content {
	height: 99%;
	top: 0;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 250px;
	margin-top: 60px; /* entre colonne centrale et haut de page */
	font-size: 1em;
}
.container {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
#content p {
	width: 640px;
	margin-top: 20px; /* entre paragraphes */
	margin-bottom: 0px;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#img-container {
	margin: 0;
	margin-top: 70px;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 0;
}
#img-container p {
	width: 701;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
}
.titre {
	display: block;
	margin-bottom: 4px;
	font-size: 1.3em;
	/*font-style: italic;*/
	color:#000000;
}
table {
	margin-top: 4px; /* pour espacer le bouton Paypal */
}
br.marge {
	margin-top: 0.5em;
}
br.marge_immense {
	margin-top: 30em; /* pour sortir du masque les liens en pied de page */
}
.noir {
	color:#000000;
}
.rouge {
	color:#ff0000;
}
#masque {
	z-index: 10;
	position: absolute;
	position: fixed; /* ------- ok -------- */
	top: 89%;
	left: 250px;
}
/*---------------------------------------------
I                                             I
I              légende des images             I
I                                             I
---------------------------------------------*/
.title {
	font-size:0.9em;
	font-weight: bold;
}
.caption {
	font-size:0.9em;
	padding-bottom: 30px;
}
/*---------------------------------------------
I                                             I
I           préc/suiv (slideshow)             I
I                                             I
---------------------------------------------*/
.nav {
	font-size:0.9em;
}
/*------------------------------
I                              I
I              ???             I
I                              I
------------------------------*/
#once {
	clear: left;
}

