/***********************************
------- Mise en page generale ------
***********************************/

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #7f7f7f;
}

a img
{
	border: none;
}

a
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
}

.underline
{
	text-decoration: underline;
}

/***********************************
------------- Header ---------------
Contient les 2 liens contact
et accueil en haut ˆ droite.
***********************************/
#header
{
	text-align: right;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	padding: 0px;
	color: #FFFFFF;
}

#header a
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}


/***********************************
------------- Global ---------------
Contient les 2 blocs contenu et menu.
***********************************/

#global
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width: 762px; /* pour le bug d'IE */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 760px; /* on corrige la bonne largeur */
	height: 500px;
	border: 1px solid;
}

html>body #global {
  width: 760px;
}



/***********************************
------------- Contenu ---------------
Carre blanc de 500px de cote.
Contenu du site.
***********************************/
#contenu
{
	padding: 25px;
	float: left;
	width: 450px;
	height: 450px;
	background-color: #FFFFFF;
}

/***********************************
------------- Menu ---------------
Rectangle a droite du contenu.
Contient le menu.
Dimensions 260px sur 500px.
Fond gris.
***********************************/
a#logo
{
	font-size: 1.7em;
}

a#logo p
{
	margin-top: .5em;
	text-align: right;
	width: 8.5em;
	margin-left: auto;
	margin-right: auto;
}

a#logo p span
{
	font-size: .7em;
	color: white;
	font-weight: bold;
	letter-spacing: .4em;
}

#menu
{
	margin-top: 0px;
	float: right;
	width: 260px;
	height: 500px;
	background-color: #CCCCCC;
	text-align: center;
}

/* Liste sans puces */
#menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px; /* pour ie qui prend une marge non nulle par defaut */
	margin-top: 125px;
}

/* Elements du menu : 30px de hauteur sur la largeur du menu (260px) */
#liens li
{
	height: 30px;
}

/* Liens du menu */
#liens a
{
	display: block;
	height: 22px;
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}

/* Change la couleur d'arriere plan du lien au survol */
#liens a:hover
{
	color:#FFFFFF;
	background: #999999;
}

#liens a.actif
{
	color:#FFFFFF;
	background: #999999;
}

/***********************************
------------- Portfolio ------------
Liste d'image du portfolio.
Pas de puces.
Margin-top pour decoller du haut.
***********************************/
ul#portfolio
{
	height: 450px;
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin-top: 30px;
}

/* Liste d'image du portfolio  presentee en ligne */
/* Passage en ligne plutot qu'en bloc */
#portfolio li
{
	display: inline;
}

/* Miniature */
/* Decolee du haut et de la droite pour laisser plus d'espace */
img.portfolio
{
	width: 90px;
	height: 90px;
	border: solid 1px grey;
	margin-top: 20px;
	margin-right: 20px;
}

#image
{
	text-align: center;
}

img.paysage
{
	margin-top: 75px;
	width: 400px;
	margin-left: auto;
    margin-right: auto;}

img.portrait
{
	height: 400px;
}

#titre_photo
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
}

/***********************************************
Mise en forme de la confirmation d'envoi de mail
***********************************************/
p#msg_contact
{
	font-size: 0.9em;
	text-align: center;
}

p#confirm_mail
{
	margin-top: 100px;
}

.form
{
	display: block;
}

input
{
	width: 400px;
	margin-bottom: .8em;
}

input#bouton
{
	width: 75px;
	background: #CCCCCC;
	border: 1px dashed #7f7f7f;
	margin-top: 2em;
}

.erreur
{
	color: red;
	text-decoration: underline;
}

fieldset
{
	border: 0px;
}

h1
{
	text-align: center;
	color: #666666;
	margin-bottom: 50px;
}

p
{
	text-align: justify;
}

p#indent
{
	text-indent: 10px;
}

#autoportrait
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#copyright
{
	vertical-align: bottom;
	color: #666666;
}

/***** Liens ******/
ul#liens_photo
{
	list-style-type: none;
	margin-top: 5em;
}

ul#liens_photo a
{
	font-size: 1.2em;
}

ul#liens_photo li
{
	height: 2em;
}

ul#liens_photo span
{
	font-size: 0.8em;
	font-style: italic;
}