/* ***** BEGIN LICENSE BLOCK *****
 *
 * Ink magazine
 * www.ink-magazine.com
 *
 * by superscript²
 * Pierre Delmas Bouly, Patrick Lallemand
 * www.super-script.com
 * &sup2;
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  superscript²
 *
 */

/* SITE
 * Style visuel pour les différents éléments du site.
 * 
 * - éléments HTML en général
 * - page
 * - entête
 * - prélude
 * - contenu
 * - barre de navigation
 * - pied de page
 *
 * L'agencement des blocs est défini dans le fichier layout.css
 */

@import "structure.css";
 
/* éléments HTML en général
-------------------------------------------------------- */
body{
	background: #FFFFFF;
	color:#0000FF;
	line-height: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}

h1{font-size: 20px; line-height: 20px;}
h2{font-size: 14px;}
h3{margin:0; font-size: 11px; /*font-weight:200;*/}
h4{margin:0; font-size: 11px;}
h5{font-size: 11px;}
h6{font-size: 11px;}

hr{
	color:#0000FF;
	background-color:#0000FF;
	height: 1px;
	border: 0;
}


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

fieldset{
	border: 0;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

a{
	color: #666666;
	text-decoration:none;
}
a:visited{
	color: #666666;
	text-decoration:none;
}
a:hover{
	color: #ffffff;
	background-color:#0000FF;
	text-decoration:none;
}

img{
	border: 0px;
}


/* La page
-------------------------------------------------------- */
#page{
	color:#0000FF;;
}
 

/* Barre latérale
-------------------------------------------------------- */

/* Balise regroupant l'entête et la sidebar */
#navi {
	float:right;
	width:150px;
	text-align:left;
	line-height:14px;
}

/* Entête */
#header a, #header a:hover, #header a:visited{
	color:#FFFFFF;
	background-color:#FFFFFF;
	text-decoration:none;
}
#header h1{
	font-size:12px;
	font-weight:100;
	/*display:inline;
	margin: 0;*/
}
#header h2{
	font-size:40px;
	font-weight:lighter;
	color:#0000FF;
	/*display:inline;
	margin: 0;*/
}
/*
#header img{
	margin-bottom:10px	
}

#header form {
	display: inline;
}*/

select {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color:#666666;
}

/* Sidebar */
#sidebar div{
	line-height: 14px;
	margin-top:8px;
}
#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar h2, #sidebar h3{
	font-size:11px;
	font-weight:500;
	display:inline;
	margin: 0;
}
#sidebar a{
	color:#666666;
	text-decoration:none;
}
#sidebar a:visited{
	color: #666666;
	text-decoration:none;
}
#sidebar a:hover{
	color: #ffffff;
	background-color:#0000FF;
	text-decoration:none;
}

/* Issues */
#issue form {
	display: inline;
}
#issue select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

/* Newsletter */
#newsletter fieldset, #newsletter p{
	margin: 0;
	padding: 0;
}
#menu label{
	display:inline;
}

/* Contenu
-------------------------------------------------------- */
#main h2{font-size:24px; line-height:26px; font-weight:600;}
#main h3{font-size:12px; font-weight:600;}
#main h4{display:inline;}



/* Rubriques
--------------------------------------------------------- */
/*Liens*/
#liens h3{
	margin:10px 0px 0px;
}
/*Contact*/
#contact li {
	padding-top:6px;
}
/*lien image*/
.linkimg a, .linkimg a:hover, .linkimg a:visited{
	color:#FFFFFF;
	text-decoration:none;
	border:0px;
}

.warning{
	color:#FF0000;
}