/*
style.css
---------
 
Par Paul
*/

body		/* Description body */
{
    /*background: url('images_illustrations/fond_jaune.png');*/
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
	background-color: #efddaf;
	background: url('images_illustrations/bg.jpg');
	background-repeat: repeat-x repeat-y;
}

#bloc_page
{
    width: 950px;
    margin: auto;
}

/* Description header */
header
{
    background: url('images_illustrations/separateur.png') bottom;
    background-repeat: repeat-x;
    border-radius: 5px;
}

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}

#logo, header h1 
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;

}

.inline_title h2
{
	display: inline-block;
    margin-left: 10px;
    margin-right: 250px;
}


/* fin header */

/* Banniere */
.banner_image
{
    height: 300px;
    border-radius: 5px;
    background-image: url("images_illustrations/header_banner.jpg");
    background-repeat: no-repeat;  /* Le fond ne sera pas répété */
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 20px;
	margin-top: 15px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.8%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
}
 
.bouton_rouge
{
    display: inline-block;
    height: 25px;
    position: absolute;
		right: 5px;
		bottom: 5px;
    background: url('images_illustrations/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_rouge img
{
    border: 0;
}
/* fin Banniere */


/* centre de la page */
.center_page
{
}

#menu, #choise_article_entry, #presentation
{
	display: inline-block;
	vertical-align: top;
}

#menu
{
    border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;

/*	background: url('images_illustrations/fondMenu.png') bottom; 
    background-repeat: repeat-x; */
	
	position: relative;
		top: 10px;
		left: 0px;
		
	margin-left: 0px;
	margin-right: 15px;
	
	background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
	color: white;
}

#menu h1
{
    font-family: 'BallparkWeiner', serif;
	padding-left: 5px;
	
	text-align: center;
	font-size: 1.2em;
	border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
	
	padding-bottom: 5px;
	
}

#menu h2
{
    font-family: 'BallparkWeiner', serif;
    font-size: 1em;
    font-weight: normal;
}

#menu nav
{
	padding-left:	20px;
	padding-right:	20px;
}

#menu p
{
	padding-left:	20px;
	padding-right:	20px;
}

#choise_article_entry
{
	position:relative;
		top: 10px;
		left: 50px;
}

#article-entry-mini
{
    width: 370px;
    height: 450px;
	
    background-image: url("images_illustrations/img_entree_austin_mini.jpg");
    background-repeat: no-repeat;  /* Le fond ne sera pas répété */
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-shadow: 0px 4px 4px #1c1a19;
	
	margin-bottom: 50px;
}

#article-entry-trac
{
    height: 450px;
	width: 370px;
  
	background-image: url("images_illustrations/img_entree_trac.jpg");
    background-repeat: no-repeat;  /* Le fond ne sera pas répété */

    border-radius: 5px;
    position: relative;
    text-align: center;
    box-shadow: 0px 4px 4px #1c1a19;
	
    margin-bottom: 50px;
}

#en_cours_stamp
{	
	position: relative;
		top: 10px;
		left: -130px;
}
.article_entry_description img
{
	position: absolute;
		bottom: 5px;
		left: 20px;
}

.article_entry_description
{
    box-shadow: 0px 4px 4px #1c1a19;
	position: absolute;
		bottom: 0px;
	border-radius: 0px 0px 5px 5px;
	width: 355px;
	height: 33px;
	padding-top: 15px;
	padding-left: 15px;
	background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
	background-color: rgba(24,24,24,0.8);
	color: white;
	font-size: 0.8em;
}

.article_entry_description h1 a
{
	position: absolute;
		bottom: 5px;
		left: 0px;
		
	margin-left: 70px;
	
	color: white;
}

#presentation
{

    height: 450px;
	width: 280px;
	
	position: relative;
		top: 10px;
		left: 100px;
	
	margin-left: 0px;
	margin-right: 0px;
	
	border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
	background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
	/*	background: url('images_illustrations/fondMenu.png') bottom; 
    background-repeat: repeat-x; */
	
	color: white;
}

#presentation h1
{
	border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
	
	font-family: 'BallparkWeiner', serif;
	text-align: center;
	font-size: 1.2em;
	
	padding-bottom: 5px;
}

#presentation img
{
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	float: left;
	border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
}

#presentation p
{
	text-align: center;
}

#presentation .CV, #presentation .mail_to
{
	text-align: center;
}


/* Footer */

footer
{
    background: url('images_illustrations/separateur.png');
	background-position: top;
	background-repeat: repeat-x;
	
    border-radius: 5px;
}

.logo, footer h1
{
	font-size: 1.5em;
    display: inline-block;
    margin-bottom: 0px;
}

.mes_photos, .mes_amis, .clustrmaps-widget
{
    display: inline-block;
    vertical-align: top;
    /*text-align: center;*/
    
    /*box-shadow: 0px 4px 4px #1c1a19;*/
}

.mes_amis
{
	margin-left: 0%;
    /*width: 20%;*/
}

.mes_photos
{

	/*margin-left: 5%;
    width: 39%;*/
}

.clustrmaps-widget
{
	/*margin-left: 10%;
    /*width: 39%;*/
}

#clustrmaps-widget
{
    box-shadow: 0px 4px 4px #1c1a19;
	/*margin-top: 10px;
	margin-left: 20%;*/
}

.mes_photos thumbsnail img 
{
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 4px 4px #1c1a19;

    border: 1px solid #181818;
    margin-right: 2px;
}

.mes_amis ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images_illustrations/ico_liensexterne.png');
    padding-left: 2px;
}

.mes_amis a
{
    text-decoration: none;
    color: #760001;
}




.photo
{
	position: absolute;
	bottom: 0;
	padding-top: 15px;
	padding-left: 15px;
	border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 20px;
}