/*
////////////////////////////////////////////////////////////////////////////////
//
//  Reset CSS
//
////////////////////////////////////////////////////////////////////////////////
*/
* {
	margin: 0;
	padding: 0;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr
	{
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
}

hr {
	height: 0;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Clearfix
//
////////////////////////////////////////////////////////////////////////////////
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a, a:link,a:hover,a:visited {
	color: #e53527;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#iframe_modules {
	width: 950px;
	height: 500px;
}

#sitemap {
	background: white url(../Images/layout/main.png) repeat-x 0 0;
	padding: 20px;
}

#sitemap li {
	list-style: circle;
	list-style-type: disc;
	padding: 3px 0;
	margin-left: 15px;
	font-size: 11px;
	color: #CCC;
}

#sitemap li a {
	color: #888;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//		HTML Balise default skin.
//
////////////////////////////////////////////////////////////////////////////////
*/

p {
	padding: 5px 0;
}

/*
////////////////////////////////////////
//	H1...H6.
////////////////////////////////////////
*/

h1 {
	font-size: 20px;
	color: #006ab3;
	padding: 10px 0;
}

h2 {
	padding-top: 0;
	font-size: 18px;
	color: #006ab3;
	padding: 10px 0;
}

h3 {
	font-size: 15px;
	color: #006ab3;
	padding: 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-weight: bold;
	color: #006ab3;
	padding: 10px 0;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}

h6 {
	font-size: 13px;
}

h1+h2, h1+h3, h1+h4, h1+h5, h1+h6 {
	padding-top: 5px;
}

h2+h3, h2+h4, h2+h5, h2+h6 {
	padding-top: 5px;
}

h3+h4, h3+h5, h3+h6 {
	padding-top: 5px;
}

h4>h5, h4>h6 {
	padding-top: 5px;
}

h5>h6 {
	padding-top: 5px;
}

/*
////////////////////////////////////////
//	Citation.
////////////////////////////////////////
*/

q {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Emphase.
////////////////////////////////////////
*/

em {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Barre.
////////////////////////////////////////
*/

s {
	text-decoration: line-through;
}

/*
////////////////////////////////////////
//	Italique.
////////////////////////////////////////
*/

samp {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Indice.
////////////////////////////////////////
*/

sub {
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: sub;
}

/*
////////////////////////////////////////
//	Exposant.
////////////////////////////////////////
*/

sup {
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: super;
}

/*
////////////////////////////////////////
//	Grand.
////////////////////////////////////////
*/

big {
	font-size: 1.2em;
}

/*
////////////////////////////////////////
//	Moyen.
////////////////////////////////////////
*/

medium {
	font-size: 1.1em;
}

/*
////////////////////////////////////////
//	Petit.
////////////////////////////////////////
*/

small {
	font-size: 0.8em;
}

/*
////////////////////////////////////////
//	Acronyme.
////////////////////////////////////////
*/

acronym {
	border-bottom: 1px dotted #444;
	cursor: help;
}

acronym:hover {
	color: #018fd1;
	border-bottom: 1px dotted #94ad3c;
}

/*
////////////////////////////////////////
//	Abréviation.
////////////////////////////////////////
*/

abbr {
	text-transform: uppercase;
	color: #111;
	font-style: italic;
}

/*
////////////////////////////////////////
//	Liste et puce.
////////////////////////////////////////
*/

ul, ol {
	padding: 0;
	margin: 0;
}

/*
////////////////////////////////////////
//	Liste Indice.
////////////////////////////////////////
*/

ol li {
	list-style-type: decimal;
	margin-left: 10px;
	font-weight: bold;
}

ul {
	margin-left: 10px;
}

ul li a {
	
}

strong {
	font-weight: bold;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Page
//
////////////////////////////////////////////////////////////////////////////////
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	background-color: white;
}

.body {
	background-color: #f2F2F2;
}

#page {
	width: 950px;
	margin: 10px auto;
	border: 1px solid #CCC;
	background: #E5E5E5;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Header
//
////////////////////////////////////////////////////////////////////////////////
*/

#page #header {
	position: relative;
	background: white;
}

#header h1 {
	display: block;
	width: 250px;
	height: 121px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 121px;
	background: url(../Images/logo.png) no-repeat 0 0;
	text-indent: -6000em;
	margin: 0;
	padding: 0;
}

#page #local {
	width: 250px;
	background: white url(../Images/layout/local.png) no-repeat 0 0;
	float: left;
	text-align: center;
}

#local img {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#page #local p {
	padding: 10px 0;
}

#page #main {
	width: 700px;
	float: left;
	background: white;
}

.wrap {
	padding: 10px;
}

#header #ico-date {
	display: block;
	position: absolute;
	left: 250px;
	top: 0;
	width: 137px;
	height: 121px;
	text-indent: -6000em;
	background: url(../Images/layout/ico.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Content
//
////////////////////////////////////////////////////////////////////////////////
*/

#page #local .content {
	background: url(../Images/layout/bg-local.png) repeat-x 0 bottom;
	padding: 20px 10px;
	text-align: center;
}

#page #main {
	background: white url(../Images/layout/main.png) repeat-x 0 0;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Footer
//
////////////////////////////////////////////////////////////////////////////////
*/

#footer {
	background: white;
	border-top: 1px solid #CCC;
	text-align: right;
	padding: 10px;
}

#footer ul {
	text-align: right;
}

#footer ul li {
	display: inline;
	padding: 0 5px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Nav
//
////////////////////////////////////////////////////////////////////////////////
*/

#nav {
	position: absolute;
	left: 387px;
	top: 0px;
	width:  563px;
	height: 121px;
	background: #f8F8F8;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Objectif
//
////////////////////////////////////////////////////////////////////////////////
*/

#objectif {
	background: url(../../../Portal_Upload/Images/objectif.jpg) no-repeat 0 0;
	height: 467px;
	position: relative;hhhbpm<pm<ˆk
}

#objectif .p1 {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 500px;
	height: 240px;
}

#objectif .p2 {
	position: absolute;
	left: 270px;
	top: 280px;
	width: 260px;
	height: 70px;
	color: white;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Programme
//
////////////////////////////////////////////////////////////////////////////////
*/

#programme {
	height: 420px;
	padding-left: 20px;
}

.local-programme {
	position: relative;
	background: url(../../../Portal_Upload/Images/local-programme.png) no-repeat 0 0;
	height: 421px;
}

.local-programme .p1 {
	position: absolute;
	text-align: left;
	top: 108px;
	left: 10px;
	color: #99FF66;
}

.local-programme .p2 {
	position: absolute;
	text-align: left;
	top: 126px;
	left: 10px;
	color: white;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Inscription
//
////////////////////////////////////////////////////////////////////////////////
*/

#inscription {
	padding: 10px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Inscription
//
////////////////////////////////////////////////////////////////////////////////
*/

#cocktail {
	padding: 10px;
	margin: 15px;
	background: url(../Images/layout/cocktail.png) no-repeat center 0;
	height: 420px;
	position: relative;
	color: white;
}

#cocktail .col1, #cocktail .col2 {
	float: left;
	width: 50%;
	position: relative;
	height: 400px;
}

#cocktail .col1 .p1, #cocktail .col1 .p2, #cocktail .col1 .p3 {
	position: absolute;
	width: 200px;
	left: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

#cocktail a {
	color: white;
}

#cocktail .col1 .p1 {
	line-height:20px;
	top:140px;
	width:300px;
	color: #ffe000;
}

#cocktail .col1 .p2 {
	top: 190px;
	width:315px;
}

#cocktail .col1 .p3 {
	top: 340px;
	width: 160px;
	line-height: 20px;
	left: 72px;
}

#cocktail .col2 .p1, #cocktail .col2 .p2, #cocktail .col2 .p3 {
	position: absolute;
	width: 200px;
	left: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

#cocktail h3 {
	color:#FFE000;
}

#cocktail .col2 .p1 {
	left:60px;
	text-align:left;
	width:250px;
}

#cocktail .col2 .p2 {
	left:60px;
	line-height:20px;
	text-align:left;
	top:190px;
	width:250px;
}

#cocktail .col2 .p3 {
	font-size:9px;
	left:179px;
	text-align:left;
	top:367px;
	width:150px;
}


/*
////////////////////////////////////////////////////////////////////////////////
//
//  Partenariat
//
////////////////////////////////////////////////////////////////////////////////
*/

#partenariat {
	height: 478px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Formulaire
//
////////////////////////////////////////////////////////////////////////////////
*/

.field-input {
	padding: 5px;
}

.field-input label {
	text-align: right;
	float: left;
	width: 250px;
	padding-right: 10px;
}

.field-submit {
	text-align: center;
	padding-right: 40px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Login
//
////////////////////////////////////////////////////////////////////////////////
*/

#bodyLogin {
	background: #F2F2F2 none;
	text-align: center;
}

#bodyLogin .loginConnect {
	width: 274px;
	height: 226px;
	margin: 20px auto;
	background: url(../Images/connexion.png) 0 0 no-repeat;
	position: relative;
}

#bodyLogin .login label {
	position: absolute;
	top: 43px;
	left: 20px;
}

#bodyLogin .input {
	position: absolute;
	left: 23px;
	background: #ececec;
	border: 0 none;
	width: 220px;
	font-size: 11px;
	font-family: Verdana, Arial;
}

#bodyLogin .login .input {
	top: 60px;
}

#bodyLogin .password label {
	position: absolute;
	top: 94px;
	left: 20px;
}

#bodyLogin .password .input {
	top: 111px;
}

#bodyLogin .lostpassword {
	position: absolute;
	top: 180px;
	padding: 0 20px;
	left: 0;
}

#bodyLogin .lostpassword a, #bodyLogin .lostpassword a:hover, #bodyLogin .lostpassword a:visited {
	font-weight: normal;
}

#bodyLogin .submit {
	position: absolute;
	top: 140px;
	left: 90px;
}

#bodyLogin .error,#bodyLogin .error span {
	color: red;
	font-weight: bold;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Text Editor Style
//
////////////////////////////////////////////////////////////////////////////////
*/

.couleur-vert {
	color:#336600;
	font-weight:bold;
}

.titre-vert {
	font-size: 14px;
	color: #339933;
	font-weight: normal;
}

#page #local .organisator {
	padding-left: 15px;
	text-align: left;
	font-size: 9px;
}