/* @override http://localhost.faitesdelinternational.com/css/main.css */

/* @group Couleurs */

/* --- COULEURS --- */

/* Général */
html, body {
	color: #444;
	background: #fff url(../images/bg.jpg) repeat-x left top;
}
a {
	color: #4899d0;
}
a:hover, a:focus {
	color: #4aaeca;
}
strong {
}

/* Bloc central */
#centre {
	background: url(../images/colonnes.jpg) repeat-y;
}

#header {
	width: 950px;
	height: 310px;
	background-color: #cacaca;
	z-index: 0;
	background-image: url(../images/header.jpg);
}

/* Contenu principal */
#principal {
	color: #181A12;
	background: white; /* -> 2 */
}
#principal a {
	/*color: #332510;*/
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */

#secondaire {
	font-size: 12px;
	border-top: 1px solid #fff;
}

/* @end */

/* @group Positionnement */

/* Page */
body {
	padding: 34px 5px 20px;
}
#global {
	width: 950px;
	margin: 0 auto; /* -> 3 */
}

/* En-tête */
#entete {
	/*padding: 20px;*/
}

/* Bloc central */
#centre {
	width: 100%; /* -> 4 */
	overflow: hidden; /* -> 4 */
}

/* Contenu principal */
#principal {
	float: left; /* -> 5 */
	width: 653px;
	/*padding: 10px 20px;*/
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 655px;
	padding: 0 0 12px;
	margin-top: 0px;
	position: relative;
	margin-right: 5px;
}

/* Mention de copyright */
#copyright {
	margin: 20px 0;
	font-size: .85em;
	text-align: left;
}

/* @end */

/* @group Contenu */


#principal img {
	margin: 0 !important;
}

div#centre img {
	margin-bottom: -3px;
	z-index: 0;
}

div.contenu  {
	margin: 0 30px 20px;
}

p.chapo {
	border-left: 4px solid #2d4c63;
	padding-left: 10px;
	line-height: 17px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #2C4C65;
}

div#programme {
	background-color: #F1F2E4;
	padding: 10px;
	margin-top: 40px;
}

.box {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box h2 {
	margin: -10px -10px 0 !important;
}
div.accordion-content {
	display: none;
}

p.label {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 0.7em;
	color: gray;
	margin-top: 20px;
}



/* @end */

/* @group Formulaires */

.formlist p.info {
	margin-right: 30px;
}

/* forms
----------------------------------------------- */

form {
  overflow:hidden;
}
fieldset {
  border: none;
	margin: 0;
	padding: 0;
}
legend {
	background: #4899d0;
	font-weight: bold;
	padding: .2em .4em;
	color: white;
}
fieldset div {
  margin-bottom:0.5em;
  overflow: hidden;
}
fieldset ol, 
fieldset ul {
	margin: 0;
	padding: 0;
}
fieldset em {
  color: #f00;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 0.5em;
}

p.submit {
	text-align: center !important;
}

input.envoyer {
	background: url(../images/btn-envoyer.jpg) no-repeat;
	width: 154px;
	height: 36px;
	margin: 10px 0;
	position: relative;
	color: white;
	font-size: 15px;
}

input.button {
	border-style: none !important;
	cursor: pointer;
	text-decoration: none;
}

fieldset label {
	vertical-align: top;
	display: block;
	margin: 6px 0 3px 1px;
	font-size: 14px;
}

fieldset ol {
	width: 45%;
	float: left;
	margin-right: 20px;
}

fieldset li {
	list-style: none;
	margin-bottom: .2em;
	overflow : hidden;
}
fieldset input,
fieldset textarea {
	border: 1px solid #ccc;
	padding: .3em;
	width: 250px;
}

fieldset select {
	border: 1px solid #ccc;
	padding: .3em;
	width: 260px;
}

/* @group Ville et Cp */

fieldset li.cp {
	float: left;
}

fieldset li.cp input {
	float: left;
	width: 80px;
	margin-right: 10px;
}

fieldset li.cp input {
	float: left;
	width: 80px;
	margin-right: 10px;
}

fieldset li.ville input {
	float: left;
	width: 130px;
	margin-right: 10px;
}

/* @end */

/*Checkbox*/
fieldset ul.checkbox_list input,
fieldset input.checkbox {
	float: left;
	width: inherit;
	height: inherit;
	margin: 3px 5px 2px 0;
	border-style: none;
	width: 20px;
}

fieldset span.texte {
	font-size: 10px;
	display: block;
}

.checkbox {
	margin-top: 15px;
}

.checkbox_list label {
	font-weight: normal;
	font-style: normal;
	margin-top: -8px; /*Corrige l'espace entre l'input et le label ajouté par symfony a tester sous IE */
}

.checkbox_list li {
	margin: 0;
	padding: 0;
	border: 1px solid #d2d7ae;
}

small.legende {
	color: #515151;
	margin-top: 40px;
	display: block;
}

/* @end */
/* @group Flash */
.flash_notice {
	color: #869a29;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #869a29;
	background-color: #eef9ec;
	font-weight: bold;
	font-size: 1.2em;
}
.flash_error {
	color: #f00;
	border: 1px solid #f08a26;
	background-color: #fcf8b2;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}
.help {
	color: #000;
	border: 1px dotted #999;
	background-color: #fcf8b2;
	padding: 0.5em;
	margin: 0.6em 0 1em;
	font-weight: bold;
	font-size: 1.2em;
}

.error_list {
	color: #f00;
	font-weight: bold;
	font-size: 10px;
}

/* @end */

/* @group Navigation */

.navigation{
	/*top: 287px;
	position: absolute;*/
	width: 944px;
	z-index: 50;
	margin-top: -57px;
}

.navigation{
padding: 0;
/*width: 100%;*/
/*border-top: 5px solid #4bb1ca;*/ /*Highlight red color theme*/
/*background: transparent;*/
voice-family: "\"}\"";
voice-family: inherit;
}

.navigation ul{
margin:0;
margin-left: 3px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
overflow: hidden;
height:  1%;
}

.navigation li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.navigation a{
float: left;
display: block;
font: normal 12px/20px "Trebuchet MS", Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 12px 30px 12px 25px; /*Padding within each menu item*/
background-color: #4bafca; /*Default menu color*/
/*border-bottom: 10px solid #4aaeca;*/
	text-align: center;
	border-right: 1px solid #a4d6e4;
	height: 20px;
	width: 175px;
	letter-spacing: 1px;
}

.navigation a:hover{
background-color: #004fa6; /*Highlight red color theme*/
/*padding-top: 10px*/; /*Set padding-top value to default's padding-top + padding-bottom */
/*padding-bottom: 0;*/ /*Set padding-bottom value to 0 */
/*border-bottom-color: #004fa6;*/ /*Highlight red color theme*/
color: white !important;
}

.navigation #current a{ /** currently selected menu item **/
background-color: #004fa6; /*Highlight red color theme*/
padding-top: 20px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 15px; /*Set padding-bottom value to 0 */
/*border-bottom-color: #004ea5;*/ /*Highlight red color theme*/
color: white !important;
}

/* @end */

/* @group Tables */

/** tables
 */
table{
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 0 10px;
	padding:0;
}
caption{
	font-style:italic;
	text-align:left;
}
tr.alt td{
	background:#eee;
}
td{
	/*border:1px solid #ccc;*/
	padding: 3px;
	vertical-align: top;
}
th {
	vertical-align:middle;
	padding: 3px;
	color: #0050A7;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #4DB0CB;
	padding-bottom: 5px;
	margin-top: 0;
	width: 48%;
	text-align: left;
}

th.goutiere, td.goutiere {
	width: 10px;
	border-bottom: none;
}


/* @end */

/* @group Secondaire */


#secondaire p {
	margin-right: 10px;
}

.block {
	background-color: #f5f1e7;
	padding-bottom: 20px;
	position: absolute;
	top: 0px;
}

.block a {
	color: #004fa7;
	text-decoration: none;
}

.block a:hover {
	text-decoration: underline;
	color: #4aaeca;
}

#secondaire h3 {
	background: #0050A8;
	padding: 5px 10px;
	color: white;
	margin: 0 0 10px;
	font-size: 13px;
}

#secondaire h4 {
	padding: 5px 10px;
	margin: 10px 0 5px;
	font-size: 13px;
}

#secondaire h4 a {
	color: #024fa7;
	font-weight: bold;
}

#secondaire ul li, #secondaire ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#secondaire ul {
	margin-left: 20px !important;
}

#secondaire li {
	margin: 0 20px !important;
		list-style-type: disc !important;
	list-style-position: outside;
}

#secondaire p {
		list-style-type: disc !important;
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 10px;
}

.lieu {
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
	background-color: #eeebe0;
	color: black;
	margin-bottom: -20px;
}

#secondaire .lieu strong {
	color: #222;
}
#secondaire strong {
	color: #4CB0CB;
	font-weight: bold;
}

#secondaire .cci {
	color: #919191;
}

/* @end */

/* @group Programme
 */
 
img.imprimer {
	float: right;	
}

.chapo {
	border-left: 4px solid #2d4c63;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #2C4C65;
}

.chapo h4  {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

h5 {
	color: #4DB0CB;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
}

h6 {
	color: #0050A7;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #0050A7;
	padding-bottom: 5px;
	margin-top: 0;
}

/* @end */

/* @group Newslist */

#newsbox { width: 280px; height: 250px; position: relative; overflow: hidden; }
#newslist { position: absolute; padding: 0 10px; }
#newslist h4 {
	border-bottom: 1px solid #ccc;
	margin: 70px 0 0;
	padding: 0;
	font-size: 15px;
}

#newslist h4 a {
}

#newslist a {
	text-decoration: none;
}

#newslist p {
	padding: 0;
	margin: 0;
}

#newslist p.evnmt {
	margin-top: 15px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 19px;
}

#newslist p.evnmt span {
	color: #024fa7;
}

p.details {
	text-align: right;
	margin-bottom: 20px !important;
}

/* @end */

img.partenaires {
	float: right;
}

a.inscription {
	float: right;
	background-image: url(../images/inscrivez-vous.gif);
	width: 171px;
	height: 41px;
	text-indent: -99999px;
}

a.top {
	display: block;
	text-align: center;
	background-color: #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
}


