/********************** Portfolio de Jerome Leon
Site Internet : http://jerome.leon.free.fr
Auteur : Jerome LEON
Date de creation : 09/12/07
********************************************/

/********************** PROPRIETEES GENERALES DE LA PAGE **********************/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/fond.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:normal;

}

#conteneur {
	width: 850px;
	height: 742px;
	background-image: url(../images/fond-portfolio.png);
	margin: auto;
}

#photos-jerome {
	position:absolute;
	float:left;
	clear:both;
	z-index:2;
}

/********************** EN-TETE **********************/
#en-tete {
	width: 850px;
	height: 155px;
	background-image:url(../images/en-tete.png)
}
/********************** MENU **********************/
#menu {
	width: 820px;
	height: 40px;
	padding-top: 6px;
	padding-right:30px;
	text-align:right;
	background-image: url(../images/menu.png);	
}

#menu ul, #menu li {
list-style-type:none;
display: inline;
}

#menu .boutons {
position: relative;
z-index:3;
}
/********************** CONTENU **********************/
#contenu {
	width: 538px;
	height: 445px;
	margin: 0;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 30px;
	background-image: url(../images/contenu.png);
	background-repeat:no-repeat;
	background-attachment: scroll !important;
	background-attachment: fixed;
	float:left;
	overflow: auto;
	z-index:1;
}

/********************** ACTUALITE **********************/
#actualite {
	width: 222px;
	height: 435px;
	padding-top:30px;
	padding-left:10px;
	background-image: url(../images/actualite.png);
	float:left;
	color:white;
}

/********************** PIED DE PAGE **********************/
#pied-de-page {
	width: 850px;
	height: 56px;
	margin: 0;
	padding: 0;
	background-image: url(../images/pied-de-page.png);
	clear:both;
	text-align: center;
	font-size:0.8em;
	padding-top:20px;
	color: #535353;
}

/********************** REGLES SUR L'ENSEMBLE DU SITE **********************/

/*********** Propriétées des balises HTML ***********/
img {
	border: none;
}

/*********** Propriétées de placement des textes / images ***********/
.aligne-droite {
	float: right;
}

.aligne-gauche {
	float: left;
}

.aligne-centre {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
}

.text_aligne-centre {
	text-align:center;
}

.contenu-cv {
	text-decoration : none;
	text-indent : 20px;
}


/*********** Propriétées des liens ***********/

A:visited, A:link, A:active {
   font-weight : bold;
   font-size : 0.9em; 
   color : #0217bd; 
   text-decoration : none; 
}

A:hover {
   font-weight : bold; 
   font-size : 0.9em; 
   color : #0217bd;
   text-decoration: underline;
}

/*********** Propriétées des titres ***********/

#titre-site, #titre-site a:link, #titre-site a:visited, #titre-site a:hover, #titre-site a:active {
	text-transform:uppercase;
	color:#000;
	width:80%;
	font-size:18px;
	font-weight:normal;
	background-image:none;
	text-decoration: none;
}

#titre-site {
	border-bottom: #333 solid 1px;
}

h1 {
	background-image:url(../images/h1.jpg);
	background-repeat: repeat-x;
	height:35px;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 4px;
	text-indent:1em;
}

h2 {
	background-image:url(../images/h2.jpg);
	background-repeat: repeat-x;
	height: 30px;
	color: #FFFFFF;
	text-transform : uppercase;
	font-size: 1.07em;
	font-weight: bold;
	line-height: 1.8em;
	text-align : center;
	border : solid 1px white;
}

h3{
	color: #FFFFFF;
	text-transform : uppercase;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

hr {
	width : 75%;
	background-color : #0217bd;
	margin-top : 1em;
}

ul, li {
list-style-type:none;
}



.drapeaux a:link, .drapeaux a:visited, .drapeaux a:hover, .drapeaux a:active {
font-size:10px;
font-weight:lighter;
color:#000;
position: relative;
left: 490px;
}

#toogling {
font-size: 0.85em;
}
#formation, #competences, #exp_pro, #centres_interets {
background-color:#e7e7e7;
border: solid 1px #555555;
padding: 0.5em;
width: 465px;
margin-bottom:1.5em;
}

/*********** Propriétées des Réalisations ***********/

.img-catalogue {
	text-align: center;
	border : solid 2px black;
}


.lien_retour {
	text-indent: 335px;
}
/*********** Propriétées du blog ***********/

.news
{
	width: 520px;
	min-height: 160px;
	margin: auto;
	margin-bottom: 2em;
}

.img-blog {
	float: left;
	border : solid 2px black;
	margin-right: 1em;
}

.date_blog {
	font-style: italic;
	font-size: 0.8em;

}

.titre_blog {
	text-transform : uppercase;
	font-size: 1em;
	font-weight: bold;
}
	
.chapeau_blog {
	font-size: 1em;
	font-weight: bold;
}

.txt-actu {
		font-size:11px;
		color:#666;
}

.liens-externes, .liens-externes a:link, .liens-externes a:visited, .liens-externes a:hover, .liens-externes a:active {
	color:#999;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
}
