@CHARSET "ISO-8859-1";

/* global reset */


/*
------------------------------
	layout
------------------------------
*/
div.wrapper{
	position: relative;
	margin: 0  auto 30px auto;
	width: 850px;
	text-align: left;
}
ul.nav{
	float: right;
	list-style: none;
}
ul.nav li{
	display: inline;
	margin: 0 10px;
}
ul.nav li a{
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
div.block{
	float: left;
	width: 425px;
	margin: 30px 0 0 0;
}
div.about{
	width: 395px;	
	padding: 0 30px 20px 0;
}
div.exlink{
	padding: 15px;
	background-color: #e0eEc6;
	margin: 0 0 30px 0;
	text-align: right;
}
div.exlink button{ 
	padding: 5px;
}
div.example{	
	position: relative;
}
div.donation input{ 
    border: none; 
}
div.clear{ clear: both; }
/*
------------------------------
	Impromptu's 
------------------------------
*/
div.ccsdefaultfade{
	background-color: #ffffff;
}
div.ccsdefault{
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.ccsdefault .ccsdefaultcontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.ccsdefault .ccsdefaultmessage{
	background-color: #415ea0;
	padding: 10px;
}
div.ccsdefault .ccsdefaultbuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.ccsdefault button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}



/*----------------------------------------------*/
/*				Confirm	Personnalisé			*/
/*----------------------------------------------*/

/* prefix turbolead */
div.jqifade{
	background-color: #ccc;
}

div.jqi{
	background-color: #fff;
	width:50%;
	height:115px;
	text-align: left;
}

div.jqi .jqicontainer{
	background-color: #fff;
	border:3px #000 solid;
	height:115px;
	text-align: center;
	font-family:Arial;
	padding: 0px;
}
div.jqi .jqimessage{
	padding: 10px;
	margin-bottom:25px;
	background-color:#FF6666;	
	font-weight:bold;
	border-bottom:1px #000 solid;
}

div.jqi .jqibuttons{
	padding: 0px;
}
div.jqi button{
	padding: 1px;
	margin: 2px;
	cursor: pointer;
	border:1px #000 solid;
}

