/*
Toutes les classes et action qui se retrouve sur tout le site
*/

.bouton
{
text-align: center;
border-width: 1px;
border-style: solid;
border-color: #000000;
background: #3399CC;  
width:200px; 
font: 15px "times new roman", serif;
}

.boutonp
{
text-align: center;
border-width: 1px;
border-style: solid;
border-color: #000000;
background: #3399CC;  
width:100px; 
font: 15px "times new roman", serif;
}

td
{
font: 14px "times new roman", serif;
}

.taille_plus
{
font: 14px "times new roman", serif;
color: #3118FD;
}

a 
{
color: #969696;
text-decoration: none;
line-height: 25px;
font-style: normal;
font-weight: bold;
}

a:hover, a:focus
{
color: #BBBB00;
text-decoration: none; 
font-style: normal;
font-weight: bold;
}

hr
{
color: #FFFFFF;
background-color: #FFFFFF;
height: 1px;
border: 0;
}

img
{
border: none;
margin: 0;
padding: 0;
}

.rouge
{
color: #990000;
}


.centre
{
text-align: center;
}

.gauche
{
text-align: left;
}

#gauchediv
{
text-align: left;
}

.centre_rouge
{
text-align: center;
color: #990000;
}

.centreC
{
margin: 0;
text-align: center;
}

.gras
{
font-style: normal;
font-weight: bold;
}


.gras2
{
font-style: normal;
font-weight: bold;
}


.aligne
{
text-align: justify;
}


.titre
{
font: 22px "times new roman", serif;
font-style: normal;
font-weight: bold;
color: black;
text-align: center;
}

/*
menu
*/

#menu
{ 
font: 18px "times new roman", serif;
text-align: center;
width:720px;  
margin-left: auto;
margin-right: auto;
color: rgb(255, 255, 255)
}

/*
intro
*/

#intro
{ 
font: 14px "times new roman", serif;
width:720px;  
margin-left: auto;
margin-right: auto;
color: rgb(255, 255, 255)
}

/*
nouveau_ticket
*/

#nouveau_ticket
{ 
font: 14px "times new roman", serif;
width:720px;  
margin-left: auto;
margin-right: auto;
color: rgb(255, 255, 255)
}

/*
ticket
*/

#ticket
{
text-align: center;
font: 14px "times new roman", serif;
width:720px;  
margin-left: auto;
margin-right: auto;
color: rgb(255, 255, 255)
}

#ticket ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.ticket_ticket
{
background: #3399CC;
color: #000000;
border-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
margin-top: 20px;
padding: 5px 0 5px 0;
font: 17px "times new roman", serif;
font-style: normal;
font-weight: bold;
}

.ticket_haut
{
background: #3399CC;
color: #000000;
border-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
margin-top: 20px;
padding: 5px 0 5px 0;
font: 17px "times new roman", serif;
font-style: normal;
font-weight: bold;
}

.ticket_interieur
{
background: #C0C0C0;
color: #000000;
border-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
padding: 5px 0 5px 0;
font: 17px "times new roman", serif;
font-style: normal;
font-weight: bold;
}