/*
THEME NAME: Anna Blue
THEME URI: http://www.annablue.de/
DESCRIPTION: Custom Sandbox for Anna Blue
VERSION: 0.1
AUTHOR: Colin Audette
AUTHOR URI:
TAGS: sandbox, minimalist
*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3d3d3c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#wrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	border: 0px;
	text-align: left;
}

#entete{
	margin-top: 45px;
	text-align: right;
	height: 135px;
	background: #333;
}

#entete img {
	margin-top: 25px;
	padding-right: 12px;
}

#container {
	background: #eeedec;
}

#content {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
}

#imagegauche
{
	float: left;
}

#texte
{
	margin-left: 410px;
	
}

#galerieboutons
{
	margin-left: 442px;
	padding-top: 50px;
	padding-right: 12px;
	height: 267px;
}

#gallerie
{
	margin-top: 12px;
	float:right;
	width: 500px;
	height: 265px;
}

#gallerie2
{
	float:right;
	width: 500px;
	height: 174px;
}

#retour
{
	padding-left: 15px;
}

h7 {
	font-size: 18px;
	font-weight: bold; 
}

#text1 {
	float: left;
	width: 270px;
}

.imgfusion {
	float: right;
}

#text2 {
	float: right;
	width: 250px;
}

.imgfusion2 {
	float: left;
}

#access {
	background: #333;
	float: left;
	margin: 0;
	padding-left: 25px;
	width: 925px;
}

#access li {
	float: left;
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style:none;
}

#access a {
	background: #333 url("http://colinaudette.com/mariane/wp-content/themes/sandbox/mat/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 24px;
	text-decoration: none;
	font-size: 14px;
}

#access a:hover {
	background: #f5841f url("http://colinaudette.com/mariane/wp-content/themes/sandbox/mat/hover2.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
 
#access li.current_page_item a { 
	background: #f5841f url("http://colinaudette.com/mariane/wp-content/themes/sandbox/mat/hover2.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#blog-title { display: none; }

a.button:link, a.button:visited { background: url("http://colinaudette.com/mariane/wp-content/gallery/buttons/button_sample.png") no-repeat 0 0; display: block; height: 35px; width: 225px; font-size: 14px; text-decoration: none; color: #000000; padding-left: 15px; padding-top: 8px;}
a.button:hover { background-position: -240px 0; color: #000000; }

.pagenav {
	color: #ccc;;
	text-decoration: none;
	font-size: 14px;
}


