/*******************************************************************/
/* Dans ce fichier vous pouvez modifier la mise en forme des blocs */
/*******************************************************************/

*{
	border:0;
	margin:0;
	padding:0;
}

body {
	color:#aaaaaa;
	margin:20px;
	text-align:center;
	font-family:"Verdana", "Lucida Grande", "Helvetica", sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	padding:0px;
	border:0px;
	background:url('../images/background.gif');
	background-position:right bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

a{
	text-decoration:none;
	border:none;
	color:#666666;
}
a:link{}
a:visited{}
a:hover{text-decoration:underline;}
a:active{}

#logo {
	position:fixed;
	bottom:0px;
	right:0px;
	background:url('../images/icone_am-creations.png');
	width:230px;
	height:210px;
	z-index:1;
}

.gradualfader{
	/*display:inline-block;*/
	float:left;
	width:250px;
	height:300px;
	background:url('../images/background.gif');
	border:2px dashed #aaaaaa;
	margin:5px;
	padding:10px;
	z-index:10;
	opacity:0.3;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition-property:opacity 0.5s linear;
	-o-transition-duration:opacity 0.5s linear;
	transition:opacity 0.5s linear;
}
.gradualfader:hover{
	opacity:1;
}

h1{
	margin-bottom:10px;
}

.icone{
	max-width:150px;
	max-height:100px;
	border:none;
	margin:5px;
}

.description-fr{
	text-align:left;
	font-size:0.9em;
	margin:4px;
	margin-bottom:8px;
	color:#777777;
}
.description-en{
	text-align:left;
	font-size:0.9em;
	margin:4px;
	margin-bottom:8px;
	color:#aaaaaa;
}

#am-creations {}

#mydocs {}
