@charset "UTF-8";
/**
* art-en-ciel and isabelle-meyer portal CSS Document
* @author	s.rossetti | www.contreforme.ch
* @copy		2010 see @author
*/
*{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
html,
body{
	height:100%;
}
a{
	text-decoration:none;
}
#__connexion{
	color:#000;
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	opacity:.1;
}
#welcome #cf{
	text-align:center;
	color:#666;
	font-size:10px;
	padding-top:10px;
}
#welcome #cf a{
	color:#666;
	text-decoration:none;
	background:none;
	padding:0;
	border-bottom:1px dotted #666;
}
#welcome #cf a:hover{
	color:#666;
	border-bottom-style:solid;
}
/* --- WELCOME --- */
body#welcome{
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#welcome #metanav{
	position:absolute;
	right:10px;
	top:5px;
}
#welcome #metanav a,
#welcome #metanav a:visited{
	color:#000;
}
#welcome .link a:link,
#welcome .link a:hover,
#welcome .link a:active,
#welcome .link a:visited{
	color:#c64917;
	text-decoration:none;
	border-bottom:1px dotted #c64927;
}
#welcome .link a:hover{
	border-bottom-style:solid;
}

/*----- site -----*/
#welcome #site{
	position:relative;
	width:960px;
	height:600px;
	margin:0 auto;
	background:#fff url(../__layout/isabelle_bg.jpg) no-repeat 510px bottom;
}
/*----- columns -----*/
#welcome #site img{
	padding:20px 0 20px 0;
}
#welcome #col1,
#welcome #col2{
	position:relative;
	width:185px;
	border-top:#000 solid 20px;
	height:450px;
}
#welcome #col1{
	float:left;
	margin-left:55px;
}
#welcome #col2{
	margin-left:265px;
}
#welcome #col1 p,
#welcome #col2 p{
	text-align:left;
}

/*----- liens -----*/
#welcome .link,
#welcome #chevron{
	left:0px;
	position:absolute;
	width:185px;
	border-top:#000 solid 6px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.4em;
	padding-top:5px;
	bottom:-75px;
}

/*----- chevron -----*/
#welcome #chevron{
	background:url(../__layout/chevrons.png) no-repeat right 11px;
	width:35px;
	height:18px;
	margin-left:-58px;
}
