/*------------------------------------------------*/
/*>>>>>>>>>> Style général de la page <<<<<<<<<<<<*/
/*------------------------------------------------*/
	
a img { border: none ; }
fasadfs { border: 1px solid red;}

img, div { behavior: url(/javascripts/iepngfix.htc) }

body 
{
	color:#7b7c7c; 	
	background-color: #a4dcdf;
	background-image: url(/style/assets/essai-background4.jpg);
	font-family: "Gill Sans", Verdana, sans-serif;
	font-size: 11pt; 
	margin: 0 0 0 0;
}

div.frame
{ 
	background-image: url(/style/assets/header_haut.png);
	background-repeat: no-repeat; 
}


#main-column 
{	
	background-image: url(/style/assets/header_bas.png);
	background-repeat: no-repeat; 
	background-color: white;

	margin-top: 191px;
	margin-left: 94px;
	margin-right: 40px;
	
	width:805px;
}


div.portfolio {
	margin-left:120px;
	margin-right:120px;
		
}

div.portfolio img {
	padding-right: 1px;
	padding-bottom: 1px;
}


/*------------------------------------------------*/
/*>>>>>>>>>>------ Colonne gauche ----<<<<<<<<<<<<*/
/*------------------------------------------------*/

#left-column 
{
	float: left;
	margin-left:-30px;
	margin-top: 120px;
	width: 150px;
}

#left-column h1
{
	font-size: 26px;
	padding: 0 0 0 35px;
	margin: 0 0 0 0;
	font-family: "Gill Sans", Verdana, sans-serif;
}

#left-column div
{
	background-color: #eee;
	opacity: 0.5;
	color: black;
	font-size: 12px;
	padding: 3px 3px 3px 35px;
	margin-top: 10px
}

#left-column div.bg1
{
	background-color: #eee;
}

#left-column div.bg2
{
	background-color: #e0e0e0;
}

#left-column div.bg3
{
	background-color: #cfcfcf;
}

#left-column div p
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0;
}


/*------------------------------------------------*/
/*>>>>>>>>>>---- Titres du header -----<<<<<<<<<<<<*/
/*------------------------------------------------*/

#navbar
{
	color: #a7bb1b;
	margin-left: 66px; /* 66 px */
	margin-top: 6px;
	font-size: 17px;
	font-family: Baskerville, Times, serif;
	text-decoration: none;
}

#navbar span
{
	margin-right: 5px;
}

#navbar span:hover
{
	text-shadow: 1px 1px 1px #888;
	font-style: bold;
}


#nav-goodies:hover 		{ color: #379892; }
#nav-modelage:hover		{ color: #da8e9b; }
#nav-graphillu:hover	{ color: #abbc01; }
#nav-crafts:hover 		{ color: #75d7de; }
#nav-boutique:hover		{ color: #9f5969; }
#nav-photographie:hover	{ color: #8c8b8c; }

#navbar span.selected {
	 }
	
#navbar a {
	text-decoration: none;
	color: #a7bb1b;
}



#a-propos
{
	position: absolute;
	top: 80px;
	left: 750px;
	color: #ffffff;
	font-size: 18px;
	font-family: Baskerville, Times, serif;
	width: 100px;
}

#copyright
{
	position: absolute;
	top: 110px;
	left: 790px;
	width: 100px;
	color: #ffffff;
	font-size: 18px;
	font-family: Baskerville, Times, serif;
}

#contact
{
	position: absolute;
	top: 140px;
	left: 810px;
	width: 100px;
	color: #ffffff;
	font-size: 18px;
	font-family: Baskerville, Times, serif;
}

#search
{
	width: 100px;
	position: absolute;
	top: 170px;
	left: 820px;
	color: #ffffff;
	font-size: 16px;
	font-family: Baskerville, Times, serif;
}


/*------------------------------------------------*/
/*>>>>>>>>>> Couleurs des catégories <<<<<<<<<<<<*/
/*------------------------------------------------*/


.color-goodies 		{ color: #379892; }
.color-modelage 	{ color: #da8e9b; }
.color-graphillu 	{ color: #abbc01; }
.color-crafts 		{ color: #75d7de; }
.color-boutique 	{ color: #9f5969; }
.color-photographie { color: #8c8b8c; }


/*------------------------------------------------*/
/*>>>>>>>>>>--- Colonne principale ---<<<<<<<<<<<<*/
/*------------------------------------------------*/

#content
{
	color: #888;
	margin-left: 200px;
	margin-top: 130px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
}

#content h1 
{ 
	font-size: 17px; 
	padding-top: 6px;
}

/* Styles additionels */

div.more
{
	text-align: right;
}


td.fonds {
	padding: 0 0 0 0px;
	background-color: #e9e9e9;
	font-size: 13px;
	text-align: center;
	line-height: 100%;
}

/*------------------------------------------------*/
/*>>>>>>>>>>----------- Images -------<<<<<<<<<<<<*/
/*------------------------------------------------*/

img.gauche { 
	margin-top: 5px;
	margin-right: 1em; 
	margin-bottom: 0.5em;
	float: left; 
	/* border: solid 1pt #ccc */ 
}
	
img.gaucheexterne { 
	color: #bababa;
	margin-right: 1em;
	margin-bottom: 0.5em;
	float: left;
	border: solid 2pt;
}

img.droite {
	margin-top: 5px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	float: right;
	/* border: solid 1pt #ccc */;
}

img.droiteexterne {
	margin-top: 5px;
	color: #bababa;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	float: right;
	border: solid 2pt;
}

img.apropos { margin-top: 20px; margin-left: 30px; float: left;}


img.liens    { margin-right: 2em; margin-bottom: 0.5em; float: left;}
img.pageimage    { margin-bottom: 1.2em;  }

img.figurines {
	margin-right: 0;
	margin-left: 0;
}

img.icone {
	margin-right: 12px;
	margin-left: -30px;
}

/*------------------------------------------------*/
/*>>>>>>>>>>----- Style des liens ------<<<<<<<<<<<<*/
/*------------------------------------------------*/

A:link    { color: #6f8a1d; text-decoration: none }
A:visited {text-decoration: none; color: #83a322;}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

/*------------------------------------------------*/
/*>>>>>>>>>>----- Partie modelage ------<<<<<<<<<<<<*/
/*------------------------------------------------*/


td.figurines {
	padding-left: 0;
	padding-right: 0;
}

/*------------------------------------------------*/
/*>>>>>>>--- Partie liens et ressources ----<<<<<<*/
/*------------------------------------------------*/

div.liens {
	margin-bottom: 20px;
}

table.link-part {
	width : 100%;
	
}

table.link-part td {
	border-bottom: 1px dotted gray;
}

td.link-title {
	width :25%;
	vertical-align:top;
}


td.link-title a {	
	text-decoration: none;
	color:#9fb000;
}

.link-category {
	font-size: 17px;
	margin-bottom: 10px;
}

.link-category a {
	text-decoration: none;
	color:#da8e9b;	
}

/*------------------------------------------------*/
/*>>>>>>>>>>----- Portfolio ----------<<<<<<<<<<<<*/
/*------------------------------------------------*/

table.portfolio {
	margin-left:120px;
	margin-right:120px;	
}

td.a {
	width:70px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom:5px;
	
}

/*------------------------------------------------*/
/*>>>>>>>>>>----- Goodies ----------<<<<<<<<<<<<*/
/*------------------------------------------------*/

table.indexgoodies {  
	color:#7b7c7c; 
	font-size: 10px; 
	font-family: "Gill Sans", Verdana, sans-serif; 
	width : 150px;
	height: 113px;
	line-height: 2em;  
	margin: 7px; 
	padding: 10px; 
	width: 260px; 
	float: left 
	}
	
.desktop   { 
	border: dotted 1pt #cecece;
		 }

td.iphone {
	padding-left: 0;
	padding-right: 6px;
	padding-bottom : 3px;
}