/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
body { color: #333; font: 12px/18px Verdana, Helvetica, Arial, sans-serif; }
h1 { font-size: 1.667em; margin-bottom:5px; }
h2 { font-size: 1em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }
p#subh1 { margin-bottom:25px;}

/*****Basic Layout*****/
div#container { margin: 20px auto 0; overflow: hidden; width: 672px; }

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px; text-align:center}
ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }


div#newsletter { margin: 20px auto 0; overflow: hidden; width: 672px; background:url(/media/img/email.gif) no-repeat 420px 25px;}
div#newsletter2 { margin: 20px auto 0; overflow: hidden; width: 602px; background:url(/media/img/email.gif) no-repeat 0px 0px; height:100px; padding-left: 70px;}
div#footer { margin: 20px auto 0; overflow: hidden; width: 672px; }

/* Boutons */
ul#portfolio .awesome, ul#portfolio .awesome:visited {
	width:100px;
	background: #222 url(http://zurb.com/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	margin-top:5px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

ul#portfolio .awesome:hover		{ background-color: #111; color: #fff; }
ul#portfolio .awesome:active	{ top: 1px; }
ul#portfolio .small.awesome, ul#portfolio .small.awesome:visited	{ font-size: 11px; }
ul#portfolio .awesome, ul#portfolio .awesome:visited, ul#portfolio .medium.awesome, ul#portfolio .medium.awesome:visited	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
ul#portfolio .large.awesome, ul#portfolio .large.awesome:visited	{ font-size: 14px; padding: 8px 14px 9px; }
ul#portfolio .green.awesome, ul#portfolio .green.awesome:visited	{ background-color: #91bd09; }
ul#portfolio .green.awesome:hover	{ background-color: #749a02; }
ul#portfolio .blue.awesome, ul#portfolio .blue.awesome:visited	{ background-color: #2daebf; }
ul#portfolio .blue.awesome:hover							{ background-color: #007d9a; }
ul#portfolio .red.awesome, ul#portfolio .red.awesome:visited			{ background-color: #e33100; }
ul#portfolio .red.awesome:hover							{ background-color: #872300; }
ul#portfolio .magenta.awesome, ul#portfolio .magenta.awesome:visited		{ background-color: #a9014b; }
ul#portfolio .magenta.awesome:hover							{ background-color: #630030; }
ul#portfolio .orange.awesome, ul#portfolio .orange.awesome:visited		{ background-color: #ff5c00; }
ul#portfolio .orange.awesome:hover							{ background-color: #d45500; }
ul#portfolio .yellow.awesome, ul#portfolio .yellow.awesome:visited		{ background-color: #ffb515; }
ul#portfolio .yellow.awesome:hover							{ background-color: #fc9200; }
