/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
	text-align: center;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #BBBCBE url(../images/foot.gif) no-repeat center bottom;
	padding-bottom: 10px;
}
textarea {
}
p, li {
  font-size: 13px;
  line-height: 1.6em;
}
p strong {
}
a {
  text-decoration: none;
	color: #D40D16;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

ul {
  list-style: none;
}
ul.bullet {
	list-style-type: disc;
	padding-left: 1em;
}
img {
  border: 0;
}
p.pdf a {
	padding-left: 20px;
	background: url(../images/pdf_icon.gif) no-repeat;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   clases comunes                          																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
p.link a {
	float: left;
	display: block;
	color: #2F7CA8;
	font-weight: bold;
	padding: 4px 0 6px 25px;
	margin-top: 10px;
}
input.input_text {
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-family: "Trebuchet MS", Verdana;
}


.noMargin {
	margin: 0;
}
.marginTop {
	margin-top: 1em;
}
.marginTopMore {
	margin-top: 3em;
}
.marginBottom {
	margin-bottom: 1em;
}
.marginBottomLite {
	margin-bottom: .5em;
}
.floatLeft {
	float: left;
	margin-right: 20px;
}

.pointer {
	cursor: pointer;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Partes                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#body,
div#powered_by {
	width: 699px;
	padding: 0 29px 0 29px;
	text-align: left;
	margin: 0 auto;
}
div#body{
	background: url(../images/body.gif) repeat-y center;
}
div#powered_by {
	padding: 10px 29px 0 29px;
}
div#powered_by p,
div#powered_by a {
	color: #666;
	font-size: 12px;
}
div#header {
	padding: 10px 0 8px 0;
	position: relative;
}
div#header_title {
	background: #fff url(../images/header.jpg) no-repeat;
	height: 160px;
}
div#logo p#site_logo {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 200px;
	height: 110px;
}
div#logo p#site_logo a {
	display: block;
	width: 200px;
	height: 110px;
}
div#nav {
	height: 39px;
	overflow: hidden;
}
div#container {
	padding: 0 0 5px 0;
}
div#header_container {
	border-bottom: 7px solid #851C21;
	background: #fff;
}
div#nav ul li {
	float: left;
	margin-right: 2px;
}
div#nav ul li a {
	display: block;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	background: #D40D16;
	padding: 2px 10px;
	width: 94px;
	border-right: 1px solid #fff;
}
div#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
div#nav ul li.last {
	margin-right: 0px;
}
div#nav ul li.last a {
	width: 93px;
}
/* Colores menu */

div#nav ul li#programme a {
	background: #3E7B25;
}
div#nav ul li#inscription a {
	background: #000000;
}
div#nav ul li#access a {
	background: #FFA700;
	color: #000000;
}
div#nav ul li#contact a {
	background: #002967;
}

div#content {
	overflow: hidden;
}


div#foot {
	margin-top: 20px;
	padding-top: 10px;
	background: url(../images/foot_border.gif) repeat-x;
}
div#foot_cont {
	float: left;
	width: 400px;
}

div#foot div.colab {
	float: left;
	width: 135px;
	margin-bottom: 0;
}
div#foot div.nav_foot {

}
div#foot ul li {
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	background: url(../images/menu_foot_sep.gif) no-repeat right;
}
div#foot ul li.last {
	background: none;
}
div#foot ul li a {
	float: left;

}
div#foot a {
	font-size: 12px;
	color: #000;
}
div#foot p.big a {
	font-size: 14px;
}
div#copyright ul li {
	font-size: 11px;
}
div#copyright ul li,
div#copyright ul li a {
	color: #333;
}
div#copyright ul li a {
	font-weight: normal;
}
div#copyright ul li strong a {
	font-weight: bold;
}
div#logo_organisation {
	float: right;
	width: 200px;
}
div#foot p.powered_by a {
	color: #999;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Estilos                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
h1,h2,h3 {
	margin-bottom: 1em;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 24px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Planning                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.planning_box {
	padding: 10px;
	background: #eee;
	margin-top: 15px;
	width: 85%;
}
div.planning div.date,
div.planning div.info {
	float: left;
}
div.planning div.date {
	width: 120px;
	text-align: right;
	padding: 2px 0;
	color: #3E7B25;
}
div.planning div.none {
	background: none;
}
div.planning div.info {
	width: 450px;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
div.planning div.info p {
	text-align: justify;
	margin-bottom: 0.4em;
}
div.planning div.date span {
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.04em;
	font-weight: bold;
}
div.planning div.info h4 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0.4em;
}
div.planning div.info h5 {
	color: #A82428;
	font-size: 17px;
	font-style: italic;
	margin-bottom: 5px;
}
div.planning div.info h6 {
	color: #A82428;
	font-size: 13px;
	margin-top: 1em;
	margin-bottom: 4px;
}
strong.nom {
	font-size: 12px;
	text-transform: uppercase;
}
strong.prenom,
strong.nom {
	color: #666;
}


div.home_content {
	text-align: center;
	padding: 0 30px;
}
div.home_content h4 {
	font-size: 14px;
}
div.home_content h1 {
	font-size: 32px;
	color: #D40D16;
	margin: 0 0 .3em 0;
}
div.home_content h2 {
	font-size: 16px;
	color: #D40D16;
	margin: 0 0 .3em 0;
}
div.home_content h3 {
	font-size: 16px;
	color: #000;
}
div.home_content h5 {
	font-size: 11px;
}
div.main_home_title {
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	margin: 10px 0;
	padding: 10px 0;
}
div.logos_home img {
	margin: 0 20px;
}
/**  '''''''''''''''''''''''''''''''''ç'''''''''''''''''''''''''''''''''''''''''''''' */
/**   Form                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.label {
	width: 100px;
	float: left;
}
div.field {
	width: 400px;
	float: left;
	margin-bottom: 1em;
}

p.label {
	font-weight: bold;
}
input.text,
textarea.text {
	width: 400px;
	border: 1px solid #ccc;
	padding: 2px 10px;
}

div.fieldWithErrors input,
div.fieldWithErrors textarea {
	border-color: #990000;
}
div.colab {
	margin-bottom: 20px;
	font-size: 11px;
	padding-left: 5px;
}
div.colab p {
	font-size: 11px;
}
p.error {
  background: url(../images/ico_warning.gif) no-repeat;
  color: #D40D16;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 5px 17px;
  margin-top: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
div.flash_message p.success {
	color: #216544;
	background: #B6D5C5;
	padding: 20px 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 15px 0;
	font-size: 14px;
}

div.flash_message p.error	{
	background: #DDBFBF url(../images/css_admin/flash_warning.gif) no-repeat 5px 5px;
	padding: 15px 15px 15px 50px;
	margin: 10px 0;
	border: 2px dotted #CC9090;
	color: #990000;;
}
div.home_content p.special  {
	margin: 10px 50px;
	color: #A82428;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.home_content p.special span {
	background: #F1DDDD;
	padding: 2px 20px;
}
p.explanation {
	margin: 10px 0;
	color: #333;
}
div.response {
	width: 400px;
}
div.response p {
	font-size: 14px;
}
div.header_content h1 {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	padding: 0;
}

/**  '''''''''''''''''''''''''''''''''ç'''''''''''''''''''''''''''''''''''''''''''''' */
/**   Gallery                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.gallery div {
	width: 202px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 3px;
	background: #ccc;
}
div.gallery div img {
	border: 1px solid #fff;
	display: block;
	cursor: pointer;
}

/**  '''''''''''''''''''''''''''''''''ç'''''''''''''''''''''''''''''''''''''''''''''' */
/**   Adresse                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.table_address td {
	padding: 4px 20px 4px 0;
	vertical-align: top;
}
div.table_address td.label {
	width: 170px;
	text-align: right;
}


/**  '''''''''''''''''''''''''''''''''ç'''''''''''''''''''''''''''''''''''''''''''''' */
/**   Pagination                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
margin: 0 3px;
}

.pagination a, 
.pagination a:visited{
padding: 0 5px;
border: 1px solid #999;
text-decoration: none; 
color: #666;
}

.pagination a:hover, 
.pagination a:active{
border: 1px solid #111;
color: #333;
background-color: lightyellow;
}

.pagination li.current_page{
font-weight: bold;
padding: 0 5px;
border: 1px solid #111;
background-color: #999;
color: #FFF;
}

.pagination li.command{
font-weight: bold;
}

* html .pagination li.current_page, 
* html .pagination li.command{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}


