/* *****************************************************************************
 * D'abord les styles des balises standards
 * tellibus - 10 nov. 2010
 * Mod. 11 mar. 2011
 * *****************************************************************************
 */

body {
	background: transparent url("../img/header-bg.png") repeat-x left top;
	font: 14px/18px Helvetica, Arial, sans-serif;
	padding-top: 5px;
	position: relative;
}

.grid {
	background: #fff url("../img/12_col.gif") repeat-y;
}

h2 {
	font: bold small-caps 20px Georgia, "Times New Roman", serif;
	color: #09c;
    margin-bottom: 5px;
}

h3 {
	font: 18px Georgia, "Times New Roman", serif;
	color: #f90;
	margin-bottom: 5px;
}

p {
	color: #666;
	text-align: left;
	overflow: hidden;
	margin: 0 0 10px 0;
}

a {
	color: #000;
}

a:hover {
	color: #999;
}

a:active {
	color: #069;
}


/* *****************************************************************************
 * Maintenant les div et classes de l'en-tête (valable pour toutes les pages)
 * tellibus - 10 nov. 2010
 * *****************************************************************************
 */

#logo {
	margin-bottom: 20px;
	background: transparent url("../img/header-circle.png") no-repeat 42px 85px;
}

#logo a {
	height: 113px;
	width: 140px;
	background: transparent url("../img/tellibus-logo.png") no-repeat 52px 16px;
	font-size: 1px;
}

#logo a span,
#tellibus a span {
	display: none;
}

#tellibus a {
	height: 73px;
	width: 134px;
	background: transparent url("../img/tellibus.png") no-repeat 0 40px;
	font-size: 1px;
}

#home_about,
#home_quote {
    margin-top: 20px;
}

#home_quote li {
	border: thin solid #ccc;
	margin: 10px 0;
	padding: 5px;
}

#home_quote a {
	font: bold 18px Georgia, "Times New Roman", serif;
	color: #f90;
}

#home_quote p, #home_quote p a {
	font: italic 18px Georgia, "Times New Roman", serif;
	color: #666;
}

#home_tweets li {
    color: #666;
	background: transparent url("../img/tellibus-icon.png") no-repeat left top;
	margin-top: 10px;
	padding-left: 40px;
}

#home_tweets .date {
/*	font-weight: bold;*/
	color: #f90;
}

#home_tweets .follow {
    background: none;
}

#home_refs {
    margin-top: 20px;
}

#home_refs li {
    font-size: 12px;
    padding-left: 150px;
    width: 185px;
    display: inline;
    float: left;
}

#home_refs li.HPS {
    background: url("../logos/HPS.jpg") no-repeat 0 50%;
}

#home_refs li.Saphir {
    margin-left: 20px;
    background: url("../logos/Saphir_Systems.jpg") no-repeat 0 50%;
}

.clr {
    clear: both;
}
