@charset "utf-8";
/* *************** CSS basiques ************* */
html, body {
	margin: 0 auto;
	padding: 0;
	background-color: #aa8080;
	height: 100%;
	font-family: sans-serif;
	font-size: 10pt;
}
/* clear */
.clear { clear: both; }
/* arrondi supérieur */
div#main-box-top {
	position: relative;
	background: #aa8080 url(/img/top.png) top center no-repeat;
	height: 16px;
}
/* corps de page */
div#main-box {
	position: relative;
	background: #aa8080 url(/img/fond.png) top center repeat-y;
}
/* boite du corps de page */
div#main-content {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
/* barre de titre */
div#title {
	height: 32px;
}
/* arrondi inférieur */
div#main-box-bottom {
	position: relative;
	background: #aa8080 url(/img/bottom.png) top center no-repeat;
	height: 25px;
}
/* zone horizontale */
div.data {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	overflow: auto;
}

/* ************ footer ************** */
/* partie coloree */
div#main-footer {
	background-color: #775A5A;
	margin-top: 15px;
	padding: 5px;
}
/* zone utile */
div#footer-content {
	width: 800px;
	margin: 0 auto;
	font-family: sans-serif;
}
/* titre en footer */
div.footer-title {
	border-bottom: 1px solid #aa8080;
	color: #ddaaaa;
	font-weight: bold;
	padding-bottom: 5px;
}
/* ligne de contenu */
div.footer-line {
	margin-bottom: 45px;
}
/* sous-titre */
div.footer-subtitle {
	float: left;
	/*color: #e6cfcf;*/
	color: #ddaaaa;
	width: 80px;
	text-align: right;
}
/* cellule de contenu */
div.footer-cell {
	float: left;
	width: 132px;
	border-bottom: 1px solid #aa8080;
	margin-left: 12px;
	color: #e6cfcf;
}
div.footer-cell:hover {
	color: #e6e6af;
	border-bottom: 1px solid #e6cfcf;
}
/* centré */
div.footer-center {
	margin-top: 10px;
	text-align: center;
	font-size: 0.85em;
	color: #ddaaaa;
	margin-top: 10px;
	text-align: center;
	font-size: 0.85em;
}

/* ************ icones ************** */
/* help zone */
div#help-zone {
	position: absolute;
	height: 40px;
	/*margin: 3px;*/
	left: 350px;
	top: 0px;
	width: 230px;
	color: #40cc40;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
img.title-amaury {
	position: absolute;
	left: 25px;
	top: 2px;
	border: 0px;
	width: 178px;
	height: 30px;
}
img.title-accueil {
	position: absolute;
	left: 690px;
	top: 2px;
	border: 0px;
	width: 32px;
	height: 32px;
}
img.title-liste {
	position: absolute;
	left: 730px;
	top: 2px;
	border: 0px;
	width: 32px;
	height: 32px;
}
img.title-forum {
	position: absolute;
	left: 770px;
	top: 2px;
	border: 0px;
	width: 32px;
	height: 32px;
}
img.title-cadeaux {
	position: absolute;
	left: 810px;
	top: 2px;
	border: 0px;
	width: 32px;
	height: 32px;
}
img.title-contact {
	position: absolute;
	left: 850px;
	top: 2px;
	border: 0px;
	width: 32px;
	height: 32px;
}

/* ************* liens ************** */
a {
	/*color: #303030;*/
	color: #202080;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.black {
	color: #202020;
	text-decoration: none;
}
a.black:hover {
	color: #404040;
	text-decoration: underline;
}
a.red {
	color: #802000;
	text-decoration: none;
}
a.red:hover {
	text-decoration: underline;
}
a.footer-link {
	text-decoration: none;
	/*color: inherit;*/
	color: #e6cfcf;
}
a.sidebar {
	text-decoration: none;
	color: #804040;
}
a.sidebar:hover {
	color: #000000;
}
a.sidebar:visited {
	color: #804040;
}
a.tiny {
	color: #802020;
	font-size: 0.6em;
}

/* ************ séparateur horizontal ***************** */
div.horiz-separator {
	position: relative;
	border-top: 1px solid #804040;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ************ Titres *********** */
div.title {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6{
	font-family: sans-serif;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em; margin-left: 2em;}
h4 {font-size: 1.2em; margin-left: 4em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

pre, code {
	font-size: 1.2em;
}

pre {
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

/* ****************** round corners **************** */
div.rnd-up-left-1 { position: absolute; width: 2px; height: 2px; background-color: white; left: 0px; top: 0px; }
div.rnd-up-left-2 { position: absolute; width: 4px; height: 1px; background-color: white; left: 0px; top: 0px; }
div.rnd-up-left-3 { position: absolute; width: 1px; height: 4px; background-color: white; left: 0px; top: 0px; }
div.rnd-low-left-1 { position: absolute; width: 2px; height: 2px; background-color: white; left: 0px; bottom: 0px; }
div.rnd-low-left-2 { position: absolute; width: 4px; height: 1px; background-color: white; left: 0px; bottom: 0px; }
div.rnd-low-left-3 { position: absolute; width: 1px; height: 4px; background-color: white; left: 0px; bottom: 0px; }
div.rnd-up-right-1 { position: absolute; width: 2px; height: 2px; background-color: white; right: 0px; top: 0px; }
div.rnd-up-right-2 { position: absolute; width: 4px; height: 1px; background-color: white; right: 0px; top: 0px; }
div.rnd-up-right-3 { position: absolute; width: 1px; height: 4px; background-color: white; right: 0px; top: 0px; }
div.rnd-low-right-1 { position: absolute; width: 2px; height: 2px; background-color: white; right: 0px; bottom: 0px; }
div.rnd-low-right-2 { position: absolute; width: 4px; height: 1px; background-color: white; right: 0px; bottom: 0px; }
div.rnd-low-right-3 { position: absolute; width: 1px; height: 4px; background-color: white; right: 0px; bottom: 0px; }

/* *************** boites homepage ******************* */
/* boite contenant la video */
div.hp-box-video {
	position: relative;
	/*background-color: #e0e0e0;*/
	background-color: #f0dddd;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	float: left;
	width: 320px;
	height: 100%;
}
/* boite contenant les titres des articles informatiques */
div.hp-box-info {
	position: relative;
	float: left;
	background-color: #fadcdc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	width: 210px;
	height: 100%;
	margin-left: 17px;
	overflow: hidden;
}
/* boite contenant les titres des articles perso */
div.hp-box-perso {
	position: relative;
	float: left;
	background-color: #f5e8e8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	width: 210px;
	height: 100%;
	margin-left: 17px;
	overflow: hidden;
}
/* lien de footer dans les boites definies precedemment */
div.box-footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 0.7em;
}
/* grande boite */
div.big_box {
	position: relative;
	background-color: #fadcdc;
	padding-left: 15px;
	padding-right 20px;
	padding-top: 0px;
	float: left;
	width: 252px;
	height: 100%;
	margin-left: 17px;
	overflow: hidden;
}
/* boite 1/4 */
div.box_1_on_4 {
	position: relative;
	background-color: #e0e0e0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	float: left;
	width: 252px;
	height: 150px;
	overflow: hidden;
}
/* boite 2/4 */
div.box_2_on_4 {
	position: relative;
	background-color: #f5e0e0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	float: left;
	width: 252px;
	height: 150px;
	margin-left: 17px;
	overflow: hidden;
}
/* boite 3/4 */
div.box_3_on_4 {
	position: absolute;
	background-color: #f0dddd;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	float: left;
	width: 252px;
	height: 48%;
	top: 150px;
	left: 0px;
	height: 150px;
	margin-top: 10px;
	/*margin-left: 17px;*/
	overflow: hidden;
}
/* boite 4/4 */
div.box_4_on_4 {
	position: absolute;
	background-color: #fadcdc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	float: left;
	width: 252px;
	height: 48%;
	top: 150px;
	left: 280px;
	height: 150px;
	margin-top: 10px;
	margin-left: 17px;
	overflow: hidden;
}

/* ******************* sidebar ************ */
div#sidebar {
	position: relative;
	float: right;
	width: 240px;
	padding-bottom: 5px;
	border-left: 1px solid #804040;
	margin-top: 0px;
}
div#sidebar-links {
	position: relative;
	background-color: #f5e0e0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 2px;
	padding-top: 6px;
	border: 0px;
	font-size: 10pt;
}

/* ************* Tag cloud ************* */
.tag-1 {
	font-size: 9pt;
	text-decoration: none;
	color: #802000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 25pt;
}
a.tag-1:hover {
	text-decoration: underline;
	color: #200080;
}
.tag-2 {
	font-size: 13pt;
	text-decoration: none;
	color: #802000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 25pt;
}
a.tag-2:hover {
	text-decoration: underline;
	color: #200080;
}
.tag-3 {
	font-size: 15pt;
	text-decoration: none;
	color: #802000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 25pt;
}
a.tag-3:hover {
	text-decoration: underline;
	color: #200080;
}
.tag-4 {
	font-size: 19pt;
	text-decoration: none;
	color: #802000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 25pt;
}
a.tag-4:hover {
	text-decoration: underline;
	color: #200080;
}

/* ************* Formulaire ************ */
fieldset {
	margin-left: 60px;
	margin-right: 100px;
	margin-bottom: 25px;
	padding: 10px;
}
legend {
	font-weight: bold;
}
.alertRed {
	color: darkred;
	font-weight: bold;
}
.alertGreen {
	color: darkgreen;
	font-weight: bold;
}
pre {
	font-family: monospace;
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: darkblue;
	font-size: 0.8em;
}
/* ************* Contact ************ */
.email {
	font-family: monospace;
	font-weight: bold;
	font-size: 1.2em;
}
.geo {
	font-family: monospace;
	font-size: 0.95em;
}
.hide {
	visibility: hidden;
	display: none;
}
.message_title {
	position: absolute;
	width: 1px;
	left: -3000px;
}
