﻿/*--------------------------
    www.roger-bertaux.fr 

 (c) 2009 - Bouhet Alexis 
      www.zouloux.com	
--------------------------*/
 

/* RESET */
* 
{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}


/* CONTENEURS */
body, html 
{
	font-family: "Trebuchet MS";
	height: 100%;
	background: url(images/body-background.gif) repeat-x #bfc9df;
}


/* DEFINITIONS GLOBALES */
#global
{
	width: 960px;
	margin: 0 auto;
}

/* ERREUR ET SUCCESS */
.error
{
	display: block;
	color: #FF0000;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	border: 1px solid #FF0000;
	margin: 0 0 15px 0;
}

.success
{
	display: block;
	color: #008800;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	border: 1px solid #008800;
	margin: 0 0 15px 0;
}

/* LES LIENS */
a
{
	color: blue;
	text-decoration: none;
	border: none;
}

a:hover
{
	text-decoration: underline;
	border: none;
}


/* LE HEADER */
#header
{
	width: 960px;
	height: 120px;
	background: url(images/header.gif) no-repeat white;
}

h1
{
	font-size: 36px;
	padding: 10px 0px 0px 40px;
	color: black;
}

h1 a
{
	color: black;
}

h1 a:hover
{
	color: #004488;
	text-decoration: none;
}

h2
{
	font-size: 12.5px;
	padding: 0px 0px 0px 40px;
}

h3
{
	font-size: 18px;
}


/* LE MENU */
#menu
{
	margin: -5px 26px 0px 0px;
	float: right;
}

#menu li 
{
	height: 25px;
	float: left;
	list-style: none;
}

#menu li a
{
	display: block;
	padding: 5px 15px 5px 15px;
	margin: 0px 2px 0px 0px;
}

#menu li a:hover
{
	background-color: #5588FF;
	color: white;
}

#menu li a:hover 
{
	color: white;
	text-decoration: none;
}


/* LE CONTENT */
#content
{
	width: 870px;
	background: url(images/content-back.gif) repeat-y white;
	padding: 0px 45px;
}

#content p
{
	text-indent: 10px;
	margin: 10px 0px;
}

.leftDiv
{
	width: 425px;
	float: left;
}

.rightDiv
{
	width: 425px;
	float: right;
}

.leftDiv ul
{
	margin: 0px 0px 0px 25px;
	text-indent: 13px;
}

.leftDiv li
{
	margin: 0px 0px 10px 0px;
}

.rightDiv ul
{
	margin: 0px 0px 0px 32px;
	text-indent: 13px;
}
.rightDiv li
{
	margin: 0px 0px 10px 0px;
}

.centertitle
{
	text-align: center;
	padding: 0px 0px 10px 0px;
}

/* MINI BOOKS */
.book
{
	width: 202px;
	float: left;
	margin: 5px 5px;
	text-align: center;
	padding: 0px 0px 3px 0px;
}

.book img
{
	border: 1px solid #889999;
}

.book:hover
{
	background-color: black;
	color: white;
	text-decoration: none;
}

.book:hover img
{
	border: 1px solid black;
}

.allbooks
{
	width: 848px;
	margin: 0 auto;
}

/* FAT BOOKS */
.fatbook
{
	width: 427px;
	float: left;
	margin: 5px 5px;
	text-align: center;
	padding: 0px 0px 3px 0px;
}

.fatbook img
{
	border: 1px solid #889999;
}

.fatbook:hover
{
	background-color: black;
	color: white;
	text-decoration: none;
}

.fatbook:hover img
{
	border: 1px solid black;
}

.booktitle
{
	display: block;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

/* ARTICLES */
.news
{
	width: 860px;
	margin: 15px auto 0px auto;
	border: 1px solid #889999;
	padding: 5px;
}

.news:hover
{
	border: 1px solid black;
}

.newstitle
{
	display: block;
	text-align: center;
	font-size:  18px;
	margin: 8px 0px;
	text-decoration: underline;
}

.news ul
{
	list-style: none;
	padding: 10px;
	margin: 0;
	text-indent: 0px;
}

.news li
{
	text-indent: 0px;
	margin: 0px 0px 10px 0px;
}

/* CV */
.cvportrait
{
	display: block;
	float: left;
	margin: 0px 30px 10px 0px;
	text-align: center;
	padding: 0px 0px 3px 0px;
}

.cvportrait img
{
	border: 1px solid #889999;
}

.cvportrait:hover
{
	background-color: black;
	color: white;
	text-decoration: none;
}

.cvportrait:hover img
{
	border: 1px solid black;
}

#cv h4
{
	text-align: center;
	font-weight: bold;
	margin: 20px 0px 15px 0px;
}

#cv h5
{
	text-decoration: underline;
	margin: 10px 0px 10px 0px;
}

#cv ul
{
	margin: 0px 0px 10px 25px;
	padding: 0 0 0 10px;
}

#cv li
{
	list-style: circle;
	list-style-position: outside;
}

/* CONTACT */
.textinput
{
	width: 860px;
	border: 1px solid #889999;
	margin: 0 5px 15px 5px;
}

.textinput:hover
{
	border: 1px solid black;
}

.textinput:focus
{
	border: 1px solid #5588FF;
}

textarea
{
	width: 860px;
	height: 100px;
	border: 1px solid #889999;
	margin: 0 5px 15px 5px;
}

textarea:hover
{
	border: 1px solid black;
}

textarea:focus
{
	border: 1px solid #5588FF;
}

.submitiehack
{
	text-align: center;
	margin: 0 auto;
	width: 140px;
}

.submit
{
	width: 140px;
	outline: none;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
	color: #5588FF;
	background-color: white;
}

.submit:hover
{
	cursor: pointer;
	background-color: #5588FF;
	color: white;
}

/* LE FOOTER */
#footer
{
	width: 960px;
	height: 60px;
	background: url("images/footer.gif") no-repeat;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #BBCCCC;
	font-size: 12px;
}

#footer a
{
	font-size: 12px;
	color: #BBCCCC;
}

#footer a:hover
{
	color: blue;
}