/*
** Useless Code v2.0
** Design Janvier 2010
** Geek Arlier [MC]
** http://useless-code.info
*/

/*
** GENERAL & SETTINGS
*/
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family:  "Trebuchet MS", "Helvetica", "Arial";
	font-size: 85%;
	color: black;
	
	background-color: black;
	background-image: url("http://design.geekarlier.com/background.jpg");
}

p
{
	margin-bottom: 1em;
}



/*
** ARTRIBUTS STANDARDS
*/
a img
{
	border: none;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

	/*FORMULAIRES*/
	fieldset
	{
		color: white;
		border: 2px solid #C8CACC;
		padding: 10px;
		margin-bottom: 1.5em;
	}

	legend
	{
		color: white;
		padding: 3px;
	}
	
	.sw_submit
	{
		border: 2px solid black;
		padding: 5px;
		background-color: #FBF6C9;
		color: black;
		font-weight: bold;
	}
	
	#sw_send_com
	{
		background-color: #392C27;
		color: white;
	}
	
	input, textarea
	{
		border: 1px solid black;
		padding: 3px;
		margin-top: 2px;
		margin-bottom: 2px;
		font-family:  "Trebuchet MS", "Helvetica", "Arial";
		font-size: 1em;
	}

	

/*
** BLOCS PRINCIPAUX
*/
#page
{
	width: 1000px;
	margin: auto;
	text-align: center;
	
	position: relative;
	z-index: 1;
}

#header
{
	width: 968px;
	height: 150px;
	margin: auto;
	margin-top: 15px;
	padding: 3px;
	
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 0px solid black;
	
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;

	background-color: white;
	background-image: url('http://design.geekarlier.com/fond_corp.png');
}

#top
{
	display: block;
	width: 839px;
	margin: auto;
	margin-top: 25px;
}

#corps
{
	width: 968px;
	margin: auto;
	margin-bottom: 10px;
	padding: 3px;
	overflow: visible;
	
	border-top: 0px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	
	background-color: white;
	background-image: url('http://design.geekarlier.com/fond_corp.png');
	
	position: relative;
	z-index: 2;
}

#footer
{
	width: 350px;
	margin: auto;
	margin-bottom: 15px;
	font-weight: bold;
	font-family:  "Trebuchet MS", "Helvetica", "Arial";
	font-size: 70%;
}

#menu
{
	width: 968px;
	height: 44px;
	padding: 3px;
	margin-left: none;
	margin-right: none;
	margin-bottom: none;
	
	text-align: left;
	
	position: relative;
	z-index: 2;
	right: 3px;
	
	font-weight: bold;
	font-size: 90%;
	
	
	background-image: url('http://design.geekarlier.com/fond_menu.png');

}

#slideshow_box
{
	width: 760px;
	height: 250px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	
	text-align: center;
	padding: 5px; 
	
	background-color: #1A1616;
	background-image: url('http://design.geekarlier.com/fond_titre.png');
	
	border-top: 0px solid black;
	border-left: 2px solid #2B2F35;
	border-right: 2px solid #2B2F35;
	border-bottom: 2px solid #2B2F35;
	
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}

#notif_top
{
	width: 60%;
	margin: auto;
	margin-bottom: 15px;
	padding: 5px;
	
	background-color: #E6E7EC;
		
	border: 2px solid #2B2F35;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#pagination
{
  width: 90%;
  margin: auto;
}



/*
** MENU
*/
.menu_category /*conteneur*/
{
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.menu_headline
{
	cursor: pointer;
	color: black;
	
	font-size: 18px;
}

.menu_list 
{
	width: 190px;
	margin-top: 12px;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	
	border: 2px solid #2B2F35;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	display: none;
}

.menu_list_item
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 7px;
	background-color: white;
}

.menu_list_item:hover
{
	background-color: #1B86B3;
	color: white;
}

.menu_list_item:hover a
{
	color: white;
}



#menu_l
{
	position: relative; 
	float: left;
	top: 3px;
	right: 6px;
	z-index:4;
}

#menu_r
{
	position: relative; 
	float: right; 
	top: 3px;
	left: 6px;
	z-index:4;
}

#menu a:hover
{
	text-decoration: none;
}


/*
** SLIDESHOW
*/
#slideshow_titre
{
	width: 760px;
	padding: 5px;
	margin: auto;
	
	font-size: 120%;
	font-weight: bold;
	color: white;
	background-color: #1A1616;
	background-image: url('http://design.geekarlier.com/fond_titre.png');
	
	border-top: 2px solid #2B2F35;
	border-left: 2px solid #2B2F35;
	border-right: 2px solid #2B2F35;
	border-bottom: 0px solid black;
	
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	

	clear: both;
}

#slider
{
	height: 230px;
	list-style-type: none;
}

#slider a
{
	color: white;
	text-decoration: none;
}

#slider img
{
	border: 1px solid #54A4DC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.slider_container
{
	width: 720px;
	height: 240px;
	margin: auto;
	font-weight: bold;
}

/*
.slideshow_frame
{
	text-decoration: none;
	width: 715px;
	height: 230px;
	margin: auto;
	display: block;
}*/

/*
.slideshow_frame span
{
	display: block;
	height: 30px;
	margin-top: 5px;
	margin:auto;
	
	font-weight: bold;
}*/

#slideshow a:hover
{
	text-decoration: none;
}


/*
** NEWS
*/
.boite_news
{
	width: 800px;
	margin: auto;
	padding: 5px;
	padding-top: 12px;
	text-align: left;
	
	overflow: hidden;
	background-image: url('http://design.geekarlier.com/fond_titre.png');
	background-color: #1A1616;
	
	color: white;
	
	border-left: 2px solid #2B2F35;
	border-right: 2px solid #2B2F35;
	border-top: none;
	border-bottom: none;
	
	/*clear: both;*/
}

	/*OUVERTURE FERMETURE*/
	.oc_article
	{
		float: right;
		position: relative;
		margin: none;
		cursor: pointer;
	}

	/*COMMENTAIRES*/
	.comments_box_title
	{
		width: 735px;
		margin: auto;
		margin-bottom: 0px;
		
		font-size: 120%;
		font-weight: bold;
		color: white;
		background-color: #4B525C;
		background-image: url('http://design.geekarlier.com/fond_titre.png');
		padding: 5px;
		
		border-top: 2px solid #2B2F35;
		border-left: 2px solid #2B2F35;
		border-right: 2px solid #2B2F35;
		border-bottom: none;
		
		border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;	
	}

	#comments_box
	{
		width: 735px;
		margin: auto;
		margin-bottom: 25px;
		
		padding: 5px;
		padding-bottom: 15px;
		text-align: left;
		
		background-color: #DDDFE3;
		background-image: url('http://design.geekarlier.com/fond_art.png');
		
		border-top: none;
		border-left: 2px solid #2B2F35;
		border-right: 2px solid #2B2F35;
		border-bottom: 2px solid #2B2F35;
		
		border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;	
	}

	.comment, #new_comment
	{
		width: 75%;
		margin: auto;
		margin-top: 15px;
		
		padding: 5px;
		font-size: 0.95em;
		
		
		background-color: white;
		border: 1px solid black;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	#new_comment
	{
		display: none;
		background-color: #FBF6C9;
	}
	
	.comment a
	{
		text-decoration: underline;
	}

	.comment_autor
	{
		font-size: 120%;
		font-weight: bold;
	}
	
	.comment_autor:before
	{
		content: url('http://design.geekarlier.com/talk.png');
	}

	.comment_date
	{
		font-size: 80%;
		color: grey;
	}

	.reagir_box_title
	{
		width: 500px;
		margin: auto;
		margin-bottom: 0px;
		
		font-size: 120%;
		font-weight: bold;
		color: white;
		padding: 5px;
		
		background-color: #4B525C;
		background-image: url('http://design.geekarlier.com/fond_titre.png');
		
		border-top: 2px solid #2B2F35;
		border-left: 2px solid #2B2F35;
		border-right: 2px solid #2B2F35;
		border-bottom: none;	
		
		border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;	
	}

	#reagir_box
	{
		width: 500px;
		margin: auto;
		margin-bottom: 20px;
		
		padding: 5px;
		text-align: left;
		
		background-color: #DDDFE3;
		background-image: url('http://design.geekarlier.com/fond_art.png');
		
		border-top: none;
		border-left: 2px solid #2B2F35;
		border-right: 2px solid #2B2F35;
		border-bottom: 2px solid #2B2F35;
		
		border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}

	.mini_info_box
	{
		width: 70%;
		margin: auto;
		
		font-size: 80%;
		padding: 5px;
		
		background-color: #FCFDFE;
		
		border: 1px dashed black;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	#notif_commentaires
	{
		width: 60%;
		margin: auto;
		text-align: center;
		
		font-size: 90%;
		font-weight: bold;
		
		display: none;
	}
	
	
	/*VOTES*/
	.vote_box
	{
		display: inline;
		
		width: 65px;
		height: 46px;

		float: right;
		font-size: 11px;

		background-image: url('http://design.geekarlier.com/vote.png');
		background-position: center center;
		background-repeat: no-repeat;
		
		color: black;
		text-align: center;
		padding-top: 22px;
		cursor: pointer;
		
		position: relative;
		bottom: 35px;
		right: 1px;
	}
	
	.vote_box:hover
	{
		background-image: url('http://design.geekarlier.com/vote_o.png');
	}



/*
** CODE
*/
#code1, #code2, #code3, #code4, #code5, .code
{	
	padding: 1%;
	border: 2px solid #2B2F35;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	background-color: #202020;
	width: 85%;
	height: 450px;
	color: white;
	overflow: auto;
	margin: auto;
	margin-top: 15px;
}


.code_click
{
	font-size: 1.3em;
	font-weight: bold;
}

.blue_code
{
	color: #AFD1F3; 
	font-weight: bold;
}

.purple_code
{
	color:#E0C3F3;
	font-style: italic;
}

.green_code
{
	color:#95F5B7; 
	font-weight: normal;
}

.green_code .purple_code, .green_code .blue_code
{
	color:#95F5B7; 
	font-weight: normal;
	font-style: normal;	
}


/*
** MISE EN PAGE POUR CONTENU (général)
*/
	/*BOITES*/
	.boite_titre
	{
		display: block;
		width: 800px;
		padding: 5px;
		margin: auto;
		margin-bottom: 0px;
		
		font-size: 120%;
		font-weight: bold;
		color: white;
		background-color: #474545;
		
		border-top: 2px solid #2B2F35;
		border-left: 2px solid #2B2F35;
		border-right: 2px solid #2B2F35;
		border-bottom: 0px solid black;
		
		border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;	

		clear: both;
	}
	
	.boite_titre a
	{
		color: white;
	}
	
	.boite_titre a:hover
	{
		color: #F8E1B4;
		text-decoration: none;
	}

	.boite_std
	{
		width: 800px;
		margin: auto;
		padding: 5px;
		padding-top: 12px;
		text-align: left;
		
		overflow: hidden;
		
		background-color: #1A1616;
		background-image: url('http://design.geekarlier.com/fond_titre.png');
		
		color: white;
		
		border: 2px solid #2B2F35;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-radius: 5px;
		
		clear: both;
	}

	.boite_topless
	{
		width: 800px;
		margin: auto;
		padding: 5px;
		padding-top: 12px;
		text-align: left;
		
		overflow: hidden;
		
		background-color: #1A1616;
		background-image: url('http://design.geekarlier.com/fond_titre.png');
		
		color: white;
		
		border-left: 2px solid #2B2F35;
		border-right: 2px solid #2B2F35;
		border-bottom: 2px solid #2B2F35;
		border-top: 0px solid black;
		border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;	
		
		clear: both;
	}

	.boite_info
	{
		width: 796px;
		padding: 7px;
		margin: auto;
		margin-bottom: 40px;
		
		font-family:  "Trebuchet MS", "Helvetica", "Arial";
		font-size: 85%;
		font-weight: bold;
		text-align: left;
		color: white;
		background-color: #474545;
		
		border-top: 1px dashed #817575;
		border-left: 2px solid #2B2F35;
		border-right: 2px solid #2B2F35;
		border-bottom: 2px solid #2B2F35;
		
		border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;	
	}
	
	.boite_info a
	{
		color: #FCF0DC;
	}
	
	.boite_info a:hover
	{
		color: #F3AE37;
		text-decoration: none;
	}


	/*PAGINATION*/
	.pagination_sw
	{
		cursor: pointer;
		margin-left: 15px;
	}
	
	/*INLINES etc*/
	.boite_news a, .boite_std a , .boite_topless a
	{
		color: #FDD693;
		font-weight: bold;
	}
	
	.boite_news a:hover, .boite_std a:hover , .boite_topless a:hover
	{
		color: #F7B747;
		text-decoration: underline;
	}

	
	.img_float_left
	{
		float: left;
	}

	.img_float_right
	{
		float: right;
	}

	.vignette
	{
		padding: 3px;
		border: 1px solid black;
		background-color: #1B86B3;
		margin-right: 1%;
		margin-bottom: 1%;
		font-size: 80%;
		font-weight: bold;
		text-align: center;
		color: white;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.vignette_left
	{
		float:left;
		padding: 3px;
		border: 1px solid black;
		background-color: #1B86B3;
		margin-right: 1%;
		margin-bottom: 1%;
		font-size: 80%;
		font-weight: bold;
		text-align: center;
		color: white;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.vignette_right
	{
		float: right;
		padding: 3px;
		border: 1px solid black;
		background-color: #1B86B3;
		margin-right: 1%;
		margin-bottom: 1%;
		font-size: 80%;
		font-weight: bold;
		text-align: center;
		color: white;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.notice
	{
		width: 70%;
		background-image: url("http://design.geekarlier.com/fond_notice.png");
		border: 1px dashed white;
		margin: auto;
		padding: 1%;
		vertical-align: middle;
		color: black;
	}
	
/*
** OLDIES
*/
.oldies_box
{
	height: 170px;
	padding: 5px;
	border: 2px solid black;
	background-color: #FEEFDA;
	position: relative;
	z-index: 5;
	color: black;
	font-size: 85%;
	font-weight: normal;
}
