/* STYLES CREATIVUS COMUNICO */

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

/* POLICES */

@font-face {
    font-family: 'bpmono';
    src: url('../polices/bpmono-webfont.eot');
    src: url('../polices/bpmono-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/bpmono-webfont.woff') format('woff'),
         url('../polices/bpmono-webfont.ttf') format('truetype'),
         url('../polices/bpmono-webfont.svg#bpmonoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nobile';
    src: url('../polices/nobile-webfont.eot');
    src: url('../polices/nobile-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/nobile-webfont.woff') format('woff'),
         url('../polices/nobile-webfont.ttf') format('truetype'),
         url('../polices/nobile-webfont.svg#nobileregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GRANDES DIVISIONS */

	#conteneur {
		width: 1024px;
		height: auto;
		background-color: white;
		margin: auto;
		border-left: 1px solid rgb(50,80,115);
		border-right: 1px solid rgb(50,80,115);
	}
	
	
	header {
		float: left;
		width: 1024px;
		height: 209px;
		background-image: url("../images/BG_banner.jpg");
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	aside {
		float: left;
		width: 343px;
		height: auto;
		padding-top: 30px;
		background-image: url("../images/BG_aside.jpg");
		border-bottom: 3px groove rgb(50,80,115);
		padding-bottom: 10px;
	}
	
	#corps {
		float: left;
		width: 601px;
		height: auto;
		background-image: url("../images/BG_corps.jpg");
		text-align: center;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 4px;
	}
	
	footer {
		width: 100%;
		height: auto;
		float: left;
		clear: both;
		margin: auto;
		margin-top: 30px;
		text-align: center;
	}
	
	#pop_info {
		position: absolute;
		top: 175px;
		left: 355px;
		margin: auto;
		z-index: 2;
		border-radius: 12px;
		width: 560px;
		height: 240px;
		border: 2px solid rgb(160,180,210);
		background-color: rgba(50,80,115,0.9);
		box-shadow: 5px 5px 10px rgba(160,180,210,0.8);
		margin-top: 0px;
		padding: 40px;
		color: white;
	}
	
	#citation {
		width: 342px;
		height: 44px;
		margin: auto;
		background-image: url("../images/BG_citation.jpg");
		background-repeat: no-repeat;
		background-position: center middle;
		padding-top: 38px;
		padding-bottom: 32px;
		padding-left: 45px;
		padding-right: 45px;
		text-align: left;
		font-family: 'nobile';
		font-size: 12px;
		color: black;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
		margin-bottom: 40px;
	}

/* TEXTES */

	aside ul {
		text-align: left;
		margin-left: 40px;
		margin-right: 50px;
		margin-bottom: 30px;
	}
	
	aside ul li {
		font-family: 'bpmono';
		font-size: 25px;
		font-variant: small-caps;
		color: white;
		list-style-type: none;
		margin-top: 15px;
		margin-bottom: 5px;
		border-bottom: 1px solid white;
		cursor: pointer;
	}
	
	aside ul li:hover {
		font-style: italic;
		text-shadow: 1px 1px 1px rgb(0,0,0);
		color: rgba(255,255,255,0.8);
	}
	
	.menu_over {
		font-family: 'bpmono';
		font-size: 25px;
		font-variant: small-caps;
		color: white;
		list-style-type: none;
		margin-top: 15px;
		margin-bottom: 5px;
		border-bottom: 1px solid white;
		cursor: pointer;
		font-style: italic;
		text-shadow: 1px 1px 1px rgb(0,0,0);
		color: rgba(255,255,255,0.8);
	}
	
	.italique {
		font-style: italic;
	}
	
	#corps p {
		font-family: 'nobile';
		font-size: 12px;
		color: black;
	}
	
	.avis {
		font-family: 'nobile';
		font-variant: Small-Caps;
		font-size: 16px;
		color: rgb(255,178,14);
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}
	
	#pop_info h1 {
		font-family: 'nobile';
		font-variant: normal;
		font-size: 15px;
		border-bottom: 1px solid rgb(255,178,14);
		color: rgb(255,178,14);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	}
	
	#pop_info ul {
		font-family: 'nobile';
		margin: 15px;
		list-style-type: circle;
		font-size: 14px;
	}

/* LIENS */

	footer a {
		padding-top: 1px;
		padding-bottom: 3px;
		padding-right: 3px;
		padding-left: 3px;
		margin-left: 25px;
		margin-right: 25px;
		color: rgb(50,80,115);
		text-decoration: none;
		font-family: 'nobile';
		font-size: 20px;
		border-top: 1px solid rgb(50,80,115);
	}

	footer a:hover {
		background-color: black;
		color: white;
	}

/* IMAGES */
	
	#close {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

/* GRAPHISMES */

	.invisible {
		display: none;
	}
