/* ****************************************************

	@file:		   screen.css
	@description:  Feuille de styles globale d'Ã©cran
	@author:       remi (exomel.com)
	@updated:	   20080808

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #000;
	background: #eee;
	padding: 20px 25px 25px;
	
}

p,ul,ol,table,form { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #1D56EF; }
a * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option { cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */


#wrap {
	font-size: 110%;
	width: 100%;
	background: #fff;
}

#wrap .inner {
	padding: 25px;
}

form input {
	font-family: Georgia, serif;
	font-size: 180%;
	color: #0C5FC5;
	padding: 8px;
	border: 1px solid #bbb;
	width: 300px;
}

form input:focus {
	background: #FFFCDF;
	border-color: #AFAA78;
}

form p {
	padding-top: 0.7em;
}


#entete {
	text-align: center;
	padding-bottom: 15px;
}

#entete h1 {
	font-family: Georgia, serif;
	font-size: 650%;
	line-height: 1.2;
	color: #0C5FC5;
	font-weight: normal;
	letter-spacing: -0.04em;
}

#entete h1 span {
	color: #FF0182;
}

a.yahoo {
	color: #f00;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Tahoma, Verdana, sans-serif;
}

a.flickr {
	color: #0C5FC5;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

a.flickr span {
	color: #FF0182;
}

#entete p {
	color: #0C5FC5;
	font-size: 120%;
	font-family: Georgia, serif;
}

#footer {
	font-size: 110%;
	padding: 15px 25px;
	color: #666;
}

#footer a {
	color: #444;
}

/*
 * @section Photos
 ******************************************************************************/

.tag ul {
	margin: 0;
}

.tag ul li {
	float: left;
	margin: 0 10px 10px 0;
}

.tag ul li img {
	display: block;
}

.tag {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.tag h2 {
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ccc;
	color: #0065E2;
	font-size: 160%;
}

.tag h2 span {
	font-weight:  normal;
	font-size: 8pt;
	color: #aaa;
}

.tag h2 strong {
	color: #FF0182;
}

.contexte {
	margin-top: 2em;
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
	padding: 1em;
	margin-bottom: 1em;
}

.contexte blockquote {
	font-family: Georgia, serif;
	font-size: 140%;
	font-style: oblique;
	margin-bottom: 0.3em;
}

.contexte cite {
	padding-top: 0.4em;
	display: block;
	text-align: right;
}

.erreur {
	margin-top: 2em;
	background: #FFDFDF;
	padding: 10px;
	color: #a00;
	font-weight: bold;
	border: 1px solid #DF8B8B;
}

.erreur p {
	margin: 0;
}

.processus {
	border-top: 1px solid #ccc;
	padding-top: 0.6em;
	margin-top: 2.6em;
}

.processus h2 {
	font-size: 130%;
	margin-bottom: 0.4em;
}

.processus ol {
	margin-left: 20px;
}

.processus ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}

.processus ol li strong {
	color: #333;
}