/**
* Fichier CSS de Connectix Boards v0.8, pour erreurs et messages
* 
* Fichier sous license GNU-GPL
* Auteur: Jasienski Martin
*/

body {
	background:#dddddf;
	margin:0;
	padding:0;
	font-family:'Trebuchet MS', Verdana,"Century Gothic",Arial,serif ;
	font-size:0.8em;
	font-weight:normal;
	color: #444444;
}
#template {
	width:600px;
	padding:0px;
	margin:60px auto 0 auto;
	border:none;
	background: white url(cadre-d-c.png) repeat-y top right;
}
#main {
	background: url(cadre-g-c) repeat-y top left;
	padding:0px;
	margin:0;
}

/* Forme de tous les liens */
a {
	color:#115588;
	text-decoration:none;
	font-weight:normal;
	font-family:'Trebuchet MS', Verdana,"Century Gothic",Arial,serif;
}
a:hover {
	color:#00ccff;
	text-decoration:underline;
}

/* Titre du header */
h1 #headerlink {
	text-decoration:none;
	font: bold 1.3em Georgia,"Trebuchet MS",Verdana,"Century Gothic",Arial,serif ;
	color:white;
	padding:16px 0 0 10px;
}
h1 #headerlink span
{
	background: url(logo_cb.png) no-repeat;
	height: 120px;
	display: block;
	color: #00ccff;
	margin-left: 10px;
	margin-top: 10px;
}
/* Titres de sections */
h2 {
	background:  url(topright.png) no-repeat top right;
	border-bottom: 1px solid #cccccf;
	padding:0px;
	text-align:left;
	line-height:32px;
	margin:0px;
	font-weight:bold;
	font-size:1.15em;
	color:#00ccff;
	font-family:Georgia,Verdana,"Century Gothic",Arial,serif;
}
/* Puce devant les titres */
.title_pre {
	display:block;
	float:left;
	width:26px;
	height:32px;
	margin:0px 8px 0px 0px;
	padding:0px;
	background:url(topleft.png) no-repeat top left;
}
.title_pre span { position:absolute; left:0; top:-500px; width:1px; height:1px; overflow:hidden; }

/* Elément d'en-tête (div) */
#header {
	height:130px;
	text-indent:130px;
	margin:0 0 20px 0;
	background:url(cadre-d-h) top right no-repeat;
}
/* Lien d'en-tête (mettre un logo ou une image ici) */
a#headerlink {
	background: url(cadre-g-h) top left no-repeat;
	display:block;
	line-height:60px;
	padding-left:20px;
	font-weight:normal;
	font-family:"Trebuchet MS","Century Gothic",Arial,serif;
}

/** PIED DE PAGE **/
/* Element général */
#footer {
	clear:both;
	margin:18px 0 0px 0;
	height:auto;
	background: url(cadre-d-b.png) no-repeat bottom right;
}
/* Sous élément, comprenant les informations de copyright et d'exécution de la page */
#copyright {
	height:auto;
	line-height:25px;
	margin:0;
	padding-bottom: 20px;
	text-align:center;
	background: url(cadre-g-b.png) no-repeat bottom left;
}
#copyright a {
	font-weight:bold;
	font-family:'Trebuchet MS',Verdana,"Century Gothic",Arial,serif;
	color:#00ccff;
}

/** BLOC CONTENEUR **/
.container {
	margin:10px 30px;
	padding:0px;
	background:#ffffff;
	border:1px solid #ffffff;
}
.inforow,.inforow_links	{
	background:#eeeeef;
	margin:0px;
	padding:5px;
	border-style: solid;
	border-color: #cccccf;
	border-width: 0px 1px 1px 1px;
}
.inforow_links	{
	text-align:center;
}

/* Bloc de code */
.code {
	display:block;
	border: 1px solid #dddddf;
	border-left:4px solid #bbbbbf;
	background-color:#ffffff;
	margin:10px 15px;
	padding:2px;
	font-family:courier;
	overflow:auto;
}
.citation { 
	margin:10px 15px;
	border:1px dotted #bbbbbf;
	border-left:4px solid #aaaaaf;
	background:#ffffff;
	padding:2px;
}

/* Italique */
.i { font-style: italic; }

