/*
style.css
---------
*/


	/* Eléments principaux de la page */

body
{
	background-image: url('ateliermarius-images/fond.jpg');/* image de fond */
	background-size: cover;
	background-color: black;
	background-attachment: scroll; /* le fond défile avec le texte */
    background-repeat: no-repeat; /* Le fond ne sera pas répété */
	background-position: top;
    color: white;
	text-align: center;
	font-family: Tahoma, Comic Sans MS, sans-serif;
}

p
{
	font-size: 11pt;
	text-align: justify;
	margin:10px;
}


h1
{
	font-size: 15pt;
	text-align: justify;
}


h2
{
	font-size: 13pt;
	text-align: justify;
}


li
{
	font-size: 10pt;
	text-align: justify;
}


	/* Header */

header
{
   	width: 1300;
   	margin-top: 10px;
	text-align: center;
}

#logo
{
	max-width: 100%;
	margin: auto;
}	

/* Navigation */

nav
{
    display: inline-block;
    margin-bottom: 0px;
}

nav ul
{
	display: inline-block;
    margin-left: -30px;
}

nav li
{
    display: inline-block;
    margin-right: 5px;
}

nav a
{
	width: 155px;
	height: 25px;
	background-color:rgb(128,115,62);
	float:left;
	border: 2px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
	font-weight:bold;
    padding: 5px 5px 5px 5px;
    color: white;
    text-decoration: none;
}


nav a:hover
{
	background-color:rgb(118,80,21);
}

	/* Corps */
	
section
{
	min-height: 800px;
	border: 2px solid #FFFFFF;
    border-radius: 10px;
	margin:auto;
	padding:10px;
	width: auto;
	background-color: rgb(128,115,62);
	opacity: 0.95
}

    /* Accueil */

#diapo /* Positionnement du block diapo */
    {
        width: 100%;
		height: 300px;
        margin: auto;
    }

#diaporama1 /* Positionnement du block diapo */
    {
        width: 100%;
		height: 300px;
        margin: auto;
    }
.jDiaporama /* Positionnement des elements jDiapo */
    {
    	position: relative;
    	max-width: 100%;
    	max-height: 100%;
    	margin: auto;
    	margin-top: 10px;
    }

.jDiaporama ul
    {
    	-moz-box-shadow:1px 1px 0.5em #222;
    	overflow:hidden;
    	margin: 0;
    	padding: 0;
    }

.jDiaporama li
    {
    	list-style-type:none;
    	overflow:hidden;
    	position:absolute;
    }

.jDiaporama li img
    {
    	border: 3px solid white;
    	display: block;
    	width: 100%;
    	height: 100%;
    	margin: auto;
	}

.jDiaporama li .desc
	{
    	position:absolute;
    	bottom: 0;
    	left: 0;
    	display:none;
    	margin:0;
    	font-size:12px;
    	padding:5px;
		width:100%;
    	height:30px;
    	background:url(plugins/img/back_desc.png) repeat;
    }

.jDiaporama li .title
    {
    	position:absolute;
    	top: 0; left: 0;
    	display:none;
    	margin:0;
    	font-size:12px;
    	padding:5px;
    }

.jDiaporama li .count
    {
    	position:absolute;
    	top: 0; right: 0;
    	display:none;
    	margin:0;
    	font-size:12px;
    	padding:5px;
    }

.jDiaporama_controls
    {
	   display: none;
	}

.jDiaporama_controls a
    {
    	font-weight:normal;
    	width:10px;
    	height:13px;
    	text-indent:-9999px;
    	display:block;
    	margin: 0px;
    	position: absolute;
    }

.jDiaporama_controls .prev
    {
    	background:url(plugins/img/controls2.png) no-repeat bottom;
    	_background:url(plugins/img/controls.gif) no-repeat bottom;
    	top: 50%;
    	margin-top: -16px;
    	height:32px;
    	width:32px;
    	left: 0px;
    }

.jDiaporama_controls .next
    {
    	background:url(plugins/img/controls2.png) no-repeat top;
    	_background:url(plugins/img/controls.gif) no-repeat top;
    	top:50%;
    	margin-top: -16px;
    	height:32px;
    	width:32px;
    	right: 0px;
    }

.jDiaporama_controls .pause
    {
    	background:url(plugins/img/playpause.png) no-repeat top;
    	_background:url(plugins/img/playpause.gif) no-repeat top;
    	width:64px;
    	height:48px;
    	left:50%;
    	top: 50%;
    	margin-left:-32px;
    	margin-top:-24px;
    }

.jDiaporama_controls .play
    {
    	background:url(plugins/img/playpause.png) no-repeat bottom;
    	_background:url(plugins/img/playpause.gif) no-repeat bottom;
    	width:64px;
    	height:48px;
    	left: 50%;
    	top:50%;
    	margin-left:-32px;
    	margin-top: -24px;
    }

/**** Status ****/

.jDiaporama_status
    {
    	text-align:center;
    	margin-top:10px;
    	position: absolute;
    	left:50%;
    	display:none;
    }

.jDiaporama_status a
    {
    	background:url(plugins/img/bullets.png) no-repeat left;
    	_background:url(plugins/img/bullets.gif) no-repeat left;
    	float:left;
    	width:10px;
    	height:10px;
    	text-indent:-9999px;
    	margin-right:5px;
    }

.jDiaporama_status a.active, .jDiaporama_status a:hover
    {
    	background:url(plugins/img/bullets.png) no-repeat right;
    	_background:url(plugins/img/bullets.gif) no-repeat right;
    }	
	
	
/* Présentation Marius */
	
#marius
{
	max-width: 50%;
	margin: 5px;
}	

	
#marius2
{
	max-width: 50%;
	margin: 5px;
}	



/* Présentation Stage */

	
#Present-stage2
{
    float: right;
    width: 400px;
}
		
#Present-stage1
{
    margin-left: 10px;
	float: left;
    max-width: 50%;
}

#pelemele
{
	max-width: 100%;
}	

    /* Catalogue */
	
#modeleski
{
	max-width: 100%;
	margin: 5px;
}	

    /* Footer */

footer
{
	max-width: 100%;
	margin: 10px;
}

#pied
{
    font-size: 0.8em;
	color: black;
}

#pied .maj
{
    float: left;
	color: black;
}

#pied .mention
{
    float: right;
	color: black;
}

#pied a
{
    color: #FFFFFF;
    padding-bottom: 3px;
    text-decoration: none;
}

#pied a:hover
{
    color: #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
}

/* Correctifs pour les vieilles versions d'Internet Explorer */

/* Pour activer un positionnement type inline-block sur les vieilles versions d'IE */

.old_ie header, .old_ie nav, .old_ie nav li
{
    display: inline;
    zoom: 1;
}

.ie7 #titre_principal
{
	margin-top: 20px;
}

.ie7 nav
{
	margin: 30px 0px 0px 200px;
}

.ie7 section
{
	margin-top: -10px;
}

.ie7 .mention
{
	margin: -20px 0px 0px 0px;
}

.ie7 #PRO
{
	margin-top: -500px;
}

.ie7 #realisations
{
	margin-top: -10px;
}

.ie7 .titre_realisation h3
{
	margin-top: 5px;
}

.ie7 #contacts
{
	margin-top: 10px;
}

.ie7 footer
{
	margin-top: 10px;
}

	
@media only screen and (max-width: 419px)
{
#Present-stage1
{
    float: none;
	max-width: 100%;
}
	
#Present-stage2
{
    float: none;
	max-width: 100%;
}	

p
{
	font-size: 10pt;
	text-align: justify;
	margin:10px;
}

h1
{
	font-size: 12pt;
	text-align: justify;
}

h2
{
	font-size: 10pt;
	text-align: justify;
}


#pied .maj
{
    float: none;
	color: black;
}

#pied .mention
{
    float: none;
	color: black;
}

}

	
@media only screen and (min-width: 420px) and (max-width: 679px)
{
	
#Present-stage2
{
    float: right;
    width: 170px;
}	

p
{
	font-size: 11pt;
	text-align: justify;
	margin:10px;
}

h1
{
	font-size: 13pt;
	text-align: justify;
}

h2
{
	font-size: 11pt;
	text-align: justify;
}
}

@media only screen and (min-width: 680px) and (max-width: 900px)
{
#Present-stage2
{
    float: right;
    width: 300px;
}
}	