/*
Theme Name: Lugdunum Roller Contest
Theme URI : http://www.lugdunumcontest.com/
Description: Th&egrave;me cr&eacute;&eacute; pour le site www.lugdunumcontest.com (d&eacute;rive du th&egrave;me twentyeleven)
Author: Pascal BERTHIER
Version : 1.0
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

html, body {
	margin: 0;
	padding: 0;
}

/* Couleur de fond */
body {
	/* Image de fond */
	background-color: #a9005c;
	background-image: url(../../../img/fond-visuel.jpg);
	background-repeat:no-repeat;	
	background-attachment:fixed;
	background-position: center top;
	line-height : normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

/* Supprime les blancs sous les images */
/* img { display:block; } */

/* Cadre principal */
#page {
	margin: 0 auto 0px; /* Le auto permet de centrer le cadre sur la page */
	max-width: 852px;
	background-color: transparent ! important;
}

/* Pour suppression du blanc entre le cadre principal et le haut de la page*/
#branding {
	border-top-width : 0px;
	padding-bottom : 0px;
	height:186px;
}

/* Suppression du décalage causé par l'image qui remontait le menu */
#branding img {
  margin-bottom:0px;
  display:block;
}

#access {
	/* Supprime tous les effets sous les menus */
	background: #FFFFFF;
	/* Supprime la barre sous le menu */
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	border-radius: 15px 0 0 0;
	height:29px;
	margin: 0 auto 0px;
}

/* Modification de la hauteur des liens du menu */
#access a {
  color: #E2007A;
	font-family: Tahoma,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;  
  display:block;
	line-height : 29px;
}

#access li:hover > a, #access a:focus {
	background: 0;
	color: #A0BE00;
}

/* Redéfini le décalage entre les menus et le début de la barre de menus */
#access div {
  margin-bottom:0;
  margin-left:20px;
  margin-right:5px;
  margin-top:0;
}

#main {
	background-image: url(../../../img/bandeau-ombre.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 10px;
	height:100%;
}









#primary {
	border : 1px solid black;
}


table#contenu
{
	width:100%;
	height:100%;
	background: #FFFFFF;
}

td#contenuprincipal
{
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
}

td#ligneverte
{
	vertical-align: top;
}

td#bandeaupartenaire
{
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../../img/angle-onlylyon.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

td#bandeau-bas {
	height : 30px;
	width : 100%;
	background-color: #E2007A;
}

.textegris { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.texteBleuTitre {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009ee1;
	font-weight: bold;
}





/***************************** Styles relatifs au développement ********************************/
label { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

input, select, option, textarea { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

/* Correspond au tableau complet encadrant la partie inscriptions*/
table#tableinscriptions {
	text-align: left;
	border: 0px;
}

td#colonnelibelle {
	width: 115px;
}

h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.titreViolet {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e2007a;
	font-weight: bold;
}

.messageErreur { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.tarif { 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.petiteEcriture { 
	font-size: 10px;
}

.valeurRecap { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tarifTotal { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

/* Correspond au tableau complet encadrant la partie commande de t-shirt*/
table#tablecommande {
	text-align: left;
	border: 0px;
}

table#tabletshirt {
	text-align: left;
	border: 0px;
	width : 100%;
}

a.imageilovelugdu:link {
	border: 0px;
	text-decoration: none;
}
a.imageilovelugdu:visited {
	border: 0px;
	text-decoration: none;
}
a.imageilovelugdu:hover {
	border: 0px;
	text-decoration: none;
	text-decoration: none;
}
a.imageilovelugdu:active {
	border: 0px;
	text-decoration: none;
}

table#tableInscriptionNonPayees {
	border : 1px;
	width : 650px;
}

tr#enteteTableInscriptionNonPayees {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

table#tableInscriptionPayees {
	border : 1px;
	width : 650px;
	background-color: #BDBDBD;
}

tr#enteteTableInscriptionPayees {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.popup {
	margin : 5px;
	padding: 5px;
	font-size: 11px;
	color: #444444;
	background-color: #FFFFFF;
}