/* --------------------------------------------------------------------------- 
 CSS Document 
 
 project:    Graphicus-creatare 
 created:    2008-11-25 
 website:    http://www.graphicus-creatare.com 
 
 summary:    GENERAL
 				RESET CSS
 				HEADINGS
 				LINKS
 				OTHERS
 			 LAYOUT 
             	HEADER
             	MENU
             	CONTENT
             	FOOTER 
             GALERIE
             LINKS PAGE
             TABBER 
             OVERRIDE
--------------------------------------------------------------------------- */ 


/*	GENERAL 
--------------------------------------------------------------------------- */ 


/*	RESET CSS 
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img { border:none; display:block }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }

body {
	background: #fff;
	color: #333;
	font-size: 75%; /* :INFO: 1em = 12px */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
}


/*	HEADINGS 
--------------------------------------------------------------------------- */
h1, h2, h3 { 
	font-family: Georgia, Times, serif; 
	font-size: 1.167em; /* :INFO: 14px */
	font-weight: bold; 
	line-height: 1.286em; /* :INFO: 18px */
}

h2, h3 { 
	margin: 0.643em 0 0.5717em 0; /* :INFO: 9px 0 8px 0 */
}

.projet h2, .projet h1 {
	line-height: 2.572em; /* :INFO: 36px */
	margin: 0;
}
		
#content h1 {
	color: #f06;
	font-size: 2em; /* :INFO: 24px */
	font-weight: normal; 
	line-height: 0.75em; /* :INFO: 18px */
	margin-bottom: 0.75em;
}


/*	LINKS 
--------------------------------------------------------------------------- */
a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	background: #f06;
	color: #fff;
	text-decoration: none;
}

a img {
	margin-bottom: 18px;
}
/*	OTHERS 
--------------------------------------------------------------------------- */
.projet p, .usual a, ul.links-credits li ul li {
	font-size: 0.92em;
}
	
#content p {
	margin-bottom: 1.5em;
}

#content p.contact {
	margin-bottom: 0.75em;
}

.uk {
	color: #666;
}

.bold {
	font-weight: bold;	
}

.left {
	float: left;
	margin: 0 30px 21px 10px;
}

.email {
	font-weight: bold;
}


/*	LAYOUT 
--------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 940px;
}


/*	HEADER 
--------------------------------------------------------------------------- */
#header {
	height: 342px;
	overflow: hidden;
}

#logo {
	position: absolute;
	left: 0;
	width: 220px;
}

#contact {
	background: #fff url("design/bg_contact.gif") no-repeat right 1em;
	border-bottom:1px solid #ccc;
	height: 5.92em; /* :INFO: 71px */
	margin-left: 240px;
	padding-top: 18px;	
}


/*	MENU 
--------------------------------------------------------------------------- */
ul#menu {
	height: 232px;
	margin: 18px 0 0 220px;
}

ul#menu li {
	float: left;
	text-align: center;
}

ul#menu a {
	display: block;
	height: 232px;
	margin-left: 20px;
	text-decoration: none;
	text-indent: -5000px;
	width: 124px;
}

ul#menu a, ul#menu a.current, ul#menu a:hover, ul#menu a.current:hover {
	background: url("design/bg_menu.jpg") no-repeat;	
}

ul#menu li#pub a {
	background-position: 0 0;
}

ul#menu li#design a {
	background-position: -124px 0;
}

ul#menu li#atelier a {
	background-position: -248px 0;
}

ul#menu li#a-propos a {
	background-position: -372px 0;
}

ul#menu li#liens a {
	background-position: -496px 0;
}

ul#menu li#pub a.current,
ul#menu li#pub a:hover,
ul#menu li#pub a.current:hover {
	background-position: 0 -232px;
}

ul#menu li#design a.current,
ul#menu li#design a:hover, 
ul#menu li#design a.current:hover {
	background-position: -124px -232px;
}

ul#menu li#atelier a.current,
ul#menu li#atelier a:hover, 
ul#menu li#atelier a.current:hover {
	background-position: -248px -232px;
}

ul#menu li#a-propos a.current,
ul#menu li#a-propos a:hover, 
ul#menu li#a-propos a.current:hover {
	background-position: -372px -232px;
}

ul#menu li#liens a.current,
ul#menu li#liens a:hover, 
ul#menu li#liens a.current:hover {
	background-position: -496px -232px;
}


/*	CONTENT 
--------------------------------------------------------------------------- */
#content {
	border-top: 1px solid #ccc;
	padding-top: 36px;
	overflow: hidden;
	margin-top: 17px;
}

#main {
	float: right;
	width: 700px;
}

.projet {
	margin: 18px 0 0 0;
	position: relative;
	height: 46.5em; /* :INFO: 558px */
}

.projet h1,
.projet h2,
.description,
.links-credits,
.galerie,
.galerie_nav {
	position: absolute;
}

.projet h1, .projet h2 {
	border-top: 1px solid #ccc;
	width: 700px;
	left: 240px;
	top: 0;
}

.description {
	border-top: 1px solid #ccc;
	width: 220px;
	left: 0;
	height: 46.5em; /* :INFO: 558px */
}

.links-credits {
	left: 0;
	bottom: 2px;
}

.galerie {
	margin: 0;
	padding: 0;
	left: 240px;
	top: 3em; /* :INFO: 36px */
}

.galerie_nav {
	left: 240px;
	top: /*43.5em;*/ 522px;
}


/*	FOOTER
--------------------------------------------------------------------------- */
ul#footer {
	clear: both;
	border-top: 1px solid #ccc;
	height: 30px;
	margin-top: 20px;
}

ul#footer li {
	float: right;
	text-align: center;
}

ul#footer li a {
	display: block;
	font-size: 0.835em; /* :INFO: 10px */
	line-height: 30px;
	margin-left: 20px;
	text-decoration: none;
}

#footer a:hover {
	background: #fff;
	color: #666;
	text-decoration: underline;
}


/*	GALERIE
--------------------------------------------------------------------------- */
.galerie img {
	display: block;
}

ul.galerie_nav {
	background: #fff url("design/main.gif") no-repeat;
	list-style: none;
	overflow: hidden;
	height: 27px;
	padding: 0 0 0 30px;
}

ul.galerie_nav li {
	float: left;
}

ul.galerie_nav li a {
	background: #fff;
	color: #333;
	display: block;
	margin-right: 3px;
	padding: 5px 4px;
	text-decoration: none;
}

ul.galerie_nav li a:hover {
	background: #ccc ;
	color: #333;
}

ul.galerie_nav li.current a {
	background: #f06;
	color: #fff;
	text-decoration: none;
}


/*	LINKS PAGE
--------------------------------------------------------------------------- */
.column {
	float: left;
	width: 300px;
	margin-left: 20px;
}

.column.first {
	margin: 0;
}

.column ul li a {
	display: block;
	line-height: 2.167em; /* :INFO: 26px */
	border-bottom: 1px solid #eee;
	padding: 0 3px;
	height: 1%; /* :TRICKY: IE 6 list background bug */
}


/*	TABBER
--------------------------------------------------------------------------- */
.usual ul {
	margin-top: .75em;
	overflow: hidden;
}

.usual li { 
	list-style:none; 
	float:left; 
}

.usual a {
	display:block;
	text-decoration:none;
	color:#333;
	background:#fff;
	padding: 0 3px;
}

.usual a:hover {
	background: #f06;
	color: #fff;
}

.usual a.selected {
	color: #333;
	background: #eee;
}

.usual div {
  clear:left;
}


/*	OVERRIDE
--------------------------------------------------------------------------- */
body {
	/*background: #fff url("design/bg_grid.gif") repeat-y center 0;*/
}
