body {
	background-color: #e9dbb7;
}
#container {
	width: 1024px;
	overflow: hidden;
}
#banner {
	overflow: hidden;
}
#logo {
	width: 222px;
	height: 88px;
	float: left;
	margin: 17px 0 0 0;
	position: absolute;
}
#logo span {
	display: none;
}
#siteNav {
	float: right;
	width: 744px;
	margin: 20px 0 0 0;
}
#siteNav ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#siteNav li {
	background: #f392bc url(../imgs/bkg_siteNav.gif) repeat-x 0 0;
	float: left;
	padding: 2px 10px;
	margin: 0 1px 0 0;
}
#siteNav li.selected {
	background: #f392bc url(../imgs/bkg_siteNavSelected.gif) repeat-x 0 0;
	font-weight: bold;
}
#siteNav li a {
	color: #333;
	text-decoration: none;
}
#contentNav {
	float: right;
	width: 744px;
}
#contentNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contentNav ul li a {
	display: none;
}
#contentNav ul ul {
	background: #e3e6ec url(../imgs/bkg_contentNav.gif) repeat-x 0 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;	
}
#contentNav li li {
	float: left;
	padding: 3px 8px;
}
#contentNav li li.selectedLeaf a {
	font-weight: bold;
}
#contentNav li li a {
	display: inline;
	color: #333;
	text-decoration: none;
}
#content {
	clear: both;
	background: #fff;
	width: 704px;
	float: right;
	padding: 20px;
	border-top: 1px solid #ff348a;
	min-height: 500px;
}
#sidebar {
	overflow: hidden;
	color:  #fff;
	margin:  150px 0 0 0;
}
#edito { 
	width: 269px;
	float: right;
	background: #e1158e; 
	margin: 0 0 23px 0;
}
#edito h2 {
	color:  #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0 6px 10px;
	margin: 0px;
	border-bottom: 1px solid #c1157b;
}
#edito ul {
	color:  #fff;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #ec75c9;
	list-style-type: none;
}
#edito li {
	background: transparent url(../imgs/bullet_edito.gif) no-repeat 0 5px;
	padding-left: 10px;
}
#edito a {
	color: #fff;
	text-decoration: none;
}
#edito a:hover {
	text-decoration: underline;
}
#search { 
	width: 269px;
	float: right;
	background: #e1158e;
}
#search fieldset {
	border: none;
	padding: 0 0 5px 0;
	margin: 0px;
}
#search legend {
	border: none;
	padding:  10px 0 2px 10px;
	font-size: 1em;
}
#search label {
	display: none;
}
#search input {
	margin: 0 10px 10px 10px;
	padding: 0;
	font-size: 1em;
	float: left;
}
#search a {
	position: relative;
	height: 17px;
	width: 16px;
	overflow: hidden;
	float: left;
}
#search span {
	position: absolute;
	background-image: url(../imgs/bkg_search.gif);
	height: 100%;
	width: 100%;
}
#ingMagCover1 {
	position: absolute;
	background: transparent url(../imgs/bkg_ingMag1.png) no-repeat 0 0;
	height: 264px;
	width: 128px;
	margin: -110px 0 0 152px;
}
#ingMagCover2 {
	position: absolute;
	background: transparent url(../imgs/bkg_ingMag2.png) no-repeat 0 0;
	height: 113px;
	width: 63px;
	margin: 154px 0 0 217px;
}


h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
.resume {
	clear: both;
	color: #ff1493;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3;
}
.auteur {
	font-weight: bold;
	clear: both;
	float: right;
	margin: 20px 0 20px 0;	
}
.photoTitle {
	display:block;
	margin: 0 auto 30px auto;
}
.photoLeft {
	float: left;
	margin: 10px 15px 10px 0;
}
.photoRight {
	clear: both;
	float: right;
	margin: 10px 0 10px 15px;
}
.caseInfo {
	background-color: #eee8aa;
	padding: 15px 15px 5px 15px;
	margin: 0 0 15px 0;	
	overflow: hidden;
}
.SendForm label {
	display: block;
}
.SendForm input {
	height: 20px;
	width: 200px;
}
#ctl00_ContentPane_usercontrols_contactform_contact_SendMessage {
	width: 100px;
}
.clearBoth {
	clear: both;
}
body #ctl00_sitefinityLogo {
	margin: 20px 0 0 0;
}


.Loader {
    width: 66px;
    height: 66px;
    display: none;   
    background: transparent url('../imgs/Search/Loader.gif') no-repeat;
    margin : auto auto;   
    margin-top : 40px; 
}
#Pagination {
    background: url('../imgs/Search/bkg_SearchPagination.jpg');            
    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #cacaca;
    border-bottom: solid 1px #b4b4b4;
    border-right: solid 1px #e6e6e6;
    width: 100%;
    height: 22px;
}
#Pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
#Pagination li {
	list-style-type: none;
	height: 19px;
	width: 4px;
	float: left;
	padding: 3px 18px 0 8px;
	margin: 0;
	background: url('../imgs/Search/bkg_SearchPaginationNotSelect.jpg') no-repeat 100% 0;
}
#Pagination li:hover {
	cursor: pointer;
	cursor: hand;
}
#Pagination li.Selected {
	/*border-left: 1px solid #cacaca;*/
	background: url('../imgs/Search/bkg_SearchPaginationSelect.gif') no-repeat 0 0;
	padding-left: 15px;
	margin: 0 0 0 -7px;
}
#Pagination li:hover {	
	background: url('../imgs/Search/bkg_SearchPaginationSelect.gif') no-repeat 0 0;
	padding-left: 15px;
	margin: 0 0 0 -7px;
}
#Results {
	margin: 15px 0 0 0;
}
#Results ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#Results li {
	border-bottom: 1px solid #d5d5d5;
	margin: 5px 0 8px 0;
	padding: 7px 0 4px 0;
}
#Results span {
	color: #777;
	font-size: 0.8em;
}
#Results span a {
	text-transform: uppercase;
	text-decoration: none;
	color: #687da3;
}
#Results h3 {
	display: inline;
	font-weight: normal;
	font-size: 1.1em;
}
#Results h3 a {
	text-decoration: none;
	display: inline;
}   
#Results div {
	margin: 2px 0 6px 0;
	color: #484e29;	
	overflow:hidden;
}   
#Results div cite {
	background: #f9e2f0 url('../imgs/Search/bkg_SearchUrl.jpg') no-repeat 100% 0;
	padding: 2px 15px 0 8px;
	height: 1.5em;
	width: auto;	
	display: inline-block;
	font-style: normal;
	font-size: 0.85em;
	white-space: nowrap;
	overflow:hidden;
	margin: 2px 0 0 0;
}

#footer {
	clear: both;
	background: #fff;
	width: 704px;
	float: right;
	padding: 20px;
}
#footer ul {
	clear: both;
	margin: 60px 0 0 120px;
	list-style-type: none;	
}
#footer ul li {
	float: left;
	margin: 0 20px 0 0;
}
#footer a.poweredBySitefinityLogo {
	background: transparent url('../imgs/sitefinity.png') no-repeat 0px 0px;	
	border: 0px;
	text-indent: -9999px;
	display: block;
	float: right;
	width: 97px;
	height: 20px;
}