/**
 * Join template for the #core container
 * Use as class name: <tag id="core" class="partenaire">
 * @media          {screen}
 * @require        global.css
 * @toc            opening, content, clearing
 * 
 * Hierarchy :
 * [...]
 *    #opening
 *    #content
 * [...]
 */
 
 
 /**
 * Main contents (subject of the page)
 * @section        body
 * @tree           body < html
 */
body {	
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
} 


 /**
 * Main contents (subject of the page)
 * @section        main
 * @tree           #main < #core < #wrapper < body < html
 */
#core {
	margin:0 auto;
	width:776px;
	padding:10px 10px 10px 35px;
	background:transparent url(/belambra/BelambraResources/img/bg/partenaire_core.png) no-repeat scroll 0%;
	min-height:674px;
}

* html #core {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/belambra/BelambraResources/img/bg/partenaire_core.png',sizingMethod='crop');
	height:674px;
}

 
 /**
 * Left contents
 * @section        left
 * @tree           #left < #core < #wrapper < body < html
 */

.partenaire #left {
	float:left;
	margin-top:110px;
	width:183px;
}

.partenaire #left .head {
	height:129px;
	width:183px;
	background:url(/belambra/BelambraResources/img/bg/partenaireLeftHead.png) no-repeat;
}

* html .partenaire #left .head {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/belambra/BelambraResources/img/bg/partenaireLeftHead.png',sizingMethod='crop');
}

.partenaire #left .leftContent {
	width:153px;
	padding:0 15px 30px 15px;
	background:url(/belambra/BelambraResources/img/bg/partenaireLeftBg.jpg) repeat-y;
	font-size:13px;
	color:#FFF;
}

 
 /**
 * Main contents (subject of the page)
 * @section        main
 * @tree           #main < #core < #wrapper < body < html
 */
.partenaire #main {
	float:left;
	height:100%;
	width:490px;
	margin-left:20px;
}


/**
 * Page title, intro texts and images...
 * @section        opening
 * @tree           #opening < #main < #core < #wrapper < body < html
 */
.partenaire #opening {
	margin-top:290px;
	background:transparent;
	color:#FFF;
}

#opening h1.partenaire_h1 {
	position: relative;
	font-family: "Times New Roman",Times,Georgia,serif;
	font-style: italic;
	font-size: 25px;
	color:#fff;
}


/**
 * Actual content of the page
 * @section        content
 * @tree           #content < #main < #core < #wrapper < body < html
 */
.partenaire #content {
	margin:0;
	width:500px;
}

.partenaire #content h2 {
	position: relative;
	color: #b5218b;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.partenaire #content h2.error {
	position: relative;
	color:#C60000;
	font-weight:bold;
	font-size:10px;
	text-transform:none;
	
}

.partenaire #content .text .field {
	border:1px solid #b5218b;
	color:#4a3872;
	font-size:11px;
	width:200px;
	padding:2px;
	margin:2px 0;
}

.partenaire #content .submit{
	position: relative;
}

.partenaire #content .submit .btn{
	position:absolute; top:-1.4em; right:230px;
	border:none;
}
