/*
Design du site officiel de {elseIf}
Copyright 2010 Matteo C aka Geek Arlier
*/

*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	font-family: "Trebuchet MS", "Helvetica", "Arial";
	font-size: 15px;
}

body
{
	background-image: url('background.jpg');
	overflow-y: scroll;
}

a img
{
	border: none;
}

a
{
	color: #13569b;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: blue;
}

ul
{
	list-style-position: inside;
}

/*******************************************************
**  Structure
********************************************************/
#header
{
	text-align: center;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	
	color: white;
	background-color: black;
}

#menu
{
	width: 640px;
	margin: auto;
	margin-top: 20px;
}

#contenu
{		
	clear: both;
	width: 750px;
	
	margin: auto;
	margin-bottom: 25px;
}

#footer
{
	width: 100%;
	
	position: fixed;
	bottom: 0px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: center;
	
	color: white;
	font-size: 80%;
	font-weight: bold;
	
	background-color: black;
}


/*******************************************************
**  Header
********************************************************/
#header p
{
	font-size: 90%;
	font-weight: bold;
}

#header-bottom
{
	width: 100%;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	background-image: url('logo-to-content.png');
	background-repeat: repeat-x;
}


/*******************************************************
**  Menu
********************************************************/
.menuElement
{	
	width: 150px;
	height: 120px;
	
	float: left;
	
	margin-right: 5px;
	margin-bottom: 20px;
	
	background-image: url('white_opacity_80.png');
	
	border: 2px solid #a7a7a7;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	cursor: pointer;
}


/*******************************************************
**  Contenu
********************************************************/
#contenu div
{
	display: none; 
	
	padding: 10px;
	
	font-size: 85%;	
	overflow: hidden;
	
	margin-bottom: 80px;
	
	border: 2px solid #a7a7a7;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	background-image: url('content-back.png');
}

#contenu .contenu_seul
{
	margin-top: 20px;
	margin-bottom: 0px;
}

.contenu_seul p
{
	margin-top: 1em;
}

#contenu h2
{
	display: inline-block;
	
	background-color: #272727;
	color: white;
	
	padding: 5px;
	margin-bottom: 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contenu .vignette
{
	float: left;
	margin-right: 5px;
	border: 2px solid #013649;
	position: relative;
}

#realisations .vignette
{
	float: left;
	margin-right: 7px;

	position: relative;
	top: 3px;
}

#realisations p
{	
	width: 90%;

	margin: auto;
	margin-bottom: 20px;
	
	color: black;

	padding: 7px;
}

#realisations h2, #contact h2
{
	margin-bottom: 15px;
}

#realisations hr
{
	width: 70%;
	margin: auto;
	margin-bottom: 25px;
	
	color: white;
}

#return
{
	width: 10%;
	
	margin: auto;
	margin-top: 10px;
	margin-bottom: 80px;
	
	color: white;
	font-size: 140%;
	text-align: center;
	padding: 7px;
	
	background-color: black;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dl_link
{
	display: block;
	font-size: 170%;
	margin-bottom: 5px;
}


#return a
{
	color: white;
}

#return a:hover
{
	text-decoration: none;
	color: #afddfd;
}



/*******************************************************
**  Footer
********************************************************/
#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
