/*  ----------\
	-----------------------------------------------
	Title 		: Zurbaines.com CSS Document
	Author 		: Francis Hogue
	Edition 	: -blank-
	Version 	: 0.1
	Created 	: 05-08-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: Zurbaines.com (c) 2007
	-----------------------------------------------
	----------/
	
	orange : 	#FF9933
	rose : 		#FF0099
	
*/


/* --------------------------------------
	
	=headers
	
-------------------------------------- */



/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */
#content p.carrie {
	background: url(../img/ico-p-carrie.gif) no-repeat;
	padding-left: 32px;

}

#content p.jennie {
	background: url(../img/ico-p-jennie.gif) no-repeat;
	padding-left: 32px;

}

#content p.sophie {
	background: url(../img/ico-p-sophie.gif) no-repeat;
	padding-left: 32px;

}
#content p.emmanu {
	background: url(../img/ico-p-emmanu.gif) no-repeat;
	padding-left: 32px;

}
#content p.gen {
	background: url(../img/ico-p-gen.gif) no-repeat;
	padding-left: 32px;

}
#content p.mc {
	background: url(../img/ico-p-mc.gif) no-repeat;
	padding-left: 32px;

}
#content p.invitee {
	background: url(../img/ico-p-invitee.gif) no-repeat;
	padding-left: 32px;

}

#content dl dt {
	color: #666;
}


span.vote {
	display: block;
	height: 13px;
	_text-indent: -9999px;
	
}

span.vote-1 { _width: 12px; margin-top:3px;}
span.vote-2 { _width: 23px; margin-top:3px;}
span.vote-3 { _width: 35px; margin-top:3px;}
span.vote-4 { _width: 48px; margin-top:3px;}

span.vote.carrie { background: url(../img/icon-vote.gif) repeat-x;}
span.vote.jennie { background: url(../img/icon-vote.gif) repeat-x;}
span.vote.sophie { background: url(../img/icon-vote.gif) repeat-x;}
/* --------------------------------------
	
	=list
	
-------------------------------------- */
ul#list-essai li  {
	font-size: 100%;
	padding-left: 17px;
}


#content dl.legende {
	margin: 0 0 0 6px;
	text-align: left;
}

#content dl.legende dd {
	padding-left: 10px;
	width: 160px;
}

#content dl.legende dt, dl.legende dd {
	float: left;
}

#content dl.legende dt {
	background: url(../img/icon-vote.gif) repeat-x; 100%;
	display: inline;
	text-indent: -9999px;
}

#content dl.legende dt.note-4 {	
	width: 48px;
}

#content dl.legende dt.note-3 {
	margin-left: 12px;
	width: 36px;
}

#content dl.legende dt.note-2 {
	margin-left: 24px;
	width: 24px;
}

#content dl.legende dt.note-1 {
	margin-left: 36px;
	width: 12px;
}
/* --------------------------------------
	
	=trick
	
-------------------------------------- */


/* self-clearing floats*/

/* self-clearing floats*/
#content dl#legende:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
