@charset "UTF-8";
/* CSS Document */

/* Fonts */



@font-face {
font-family: 'caviar';
src: local('caviar'), url('../polices/CaviarDreams.ttf');
}

.texteVert
{
	color:#4fb7a9;
}

.justify
{
	text-align:justify;
}

.center
{
	text-align:center;
}

.aLeft
{
	text-align:left;
}

* a {
	outline:medium none;
	text-decoration: none;
}

a
{
	color:white;
	text-shadow:1px 1px 1px #000000;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a:hover
{
	color:#4FB7A9;
	text-shadow:1px 1px 1px #000000;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* CSS principal */
body
{
	background-color: #BDBDBD;
    margin: 0;
    min-width: 1000px;
    padding: 0;
	height:100%;
	font-family:Helvetica, sans-serif;
}

html{
	height: 100%;
}

#superglobal
{
	position : relative;
	min-height: 100%;
}


#global
{
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 174px;
	width: 1000px;
}

#left_part
{
	width: 200px;
	display:block;
	overflow:hidden;
	margin-right:10px;
}

.lpAnim
{
	

}

/* deuxième étape */
@keyframes leftPart {
0% {width:0px;}
100% {width:200px;}
}
@-webkit-keyframes leftPart {
0% {width:0px;}
100% {width:200px;}
}

#right_part
{
	width:790px;
}

.rpAnim
{
	
}

/* deuxième étape */
@keyframes rightPart {
0% {width:990px;}
100% {width:790px;}
}
@-webkit-keyframes rightPart {
0% {width:990px;}
100% {width:790px;}
}



.fleft
{
	float:left;
}

.fright
{
	float:right;	
}

.spacer {
    clear: both;
    font-size: 0.1em;
}

.largeur_site
{
	width: 1000px;
}

* a {
	outline:medium none;
	text-decoration: none;
}

#header
{
	background-attachment: scroll;
    background-image: url("../images_tpl/header.png");
    background-position: center top;
    background-repeat: repeat-x;
    height: 154px;
    margin: auto;
    padding-bottom: 25px;
    text-align: center;
}

#header_cadre
{
	padding-top:65px;
	width:1000px;
	margin:auto;
}

.barre_separative
{
	background-attachment: scroll;
    background-image: url("../images_tpl/barre_header.png");
    background-position: center top;
    background-repeat: repeat;
	height:4px;
	width:405px;
}

#titre_header
{
	margin: -42px auto auto;
    padding: 5px;
    width: 180px;
}

#nomSite
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#nomSite p
{
	margin:0;
	color:#FFFFFF;
	font-size:1em;
}

#webmin
{
	font-family:caviar;
	font-size:1em;
}

#webmin p
{
	margin:0;
	color:#FFFFFF;
	font-size:3em;
}

#idConnecte
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#idConnecte p
{
	margin:0;
	color:#FFFFFF;
	font-size:1em;
}

#cadreConnexion
{
	background-color: #DDDDDD;
    border: 5px solid #4FB7A9;
    border-radius: 10px 10px 10px 10px;
    height: 240px;
    margin: auto;
    padding: 10px 50px;
    width: 400px;
}

#cadreConnexion h1
{
	color: #4FB7A9;
    font-family: caviar;
    font-size: 3em;
    font-weight: normal;
    margin: 0;
    text-align: center;
}

#loginPseudo
{
	background-color: #4FB7A9;
    border: 2px solid #479E92;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    font-family: Caviar;
    font-size: 2em;
    font-weight: bolder;
    height: 40px;
    margin: 20px auto auto;
    text-align: center;
    width: 400px;
}

#loginPass
{
	background-color: #4FB7A9;
    border: 2px solid #479E92;
    border-radius: 0 0 10px 10px;
    color: #FFFFFF;
    font-family: Caviar;
    font-size: 2em;
    font-weight: bolder;
    height: 40px;
    margin: auto auto 20px;
    text-align: center;
    width: 400px;
    font-family: Verdana;
}

#connexionBouton
{
	background-color: #4FB7A9;
    border: 2px solid #479E92;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: Caviar;
    font-size: 2em;
    font-weight: normal;
    height: 40px;
    margin: auto;
    text-align: center;
    width: 400px;
}

#deconnexionBouton
{
	background-color: #479E92;
    border: 3px solid #4FB7A9;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: Caviar;
    font-size: 1em;
    font-weight: normal;
    height: 36px;
    margin: -16px auto auto 140px;
    text-align: center;
    width: 200px;
    cursor: pointer;
}

/*Animation menu*/

#menu h1{
    margin: 0;
	color:#4FB7A9;
	border-bottom:1px solid;
	text-align:center;
}

#menu {
    min-height: 150px;
    width: 200px;
    margin: auto;
	font-family:Caviar;
	text-shadow: 1px 1px 1px #000000;
}
 
#menu ul {
    padding: 0;
    margin: 0;
    margin-left: 0;
    float: left;
	margin-bottom:10px;
	width: 100%;
}
 
#menu ul li {
    list-style: none;
    padding: 0px;
}
 
#menu ul li a {
    text-decoration: none;
    font-size: 25px;
    padding: 4px;
    display: block;
    color: white;
    background: transparent;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 20px;
}
 
 
#menu ul li a:hover {
    background: #54B6A8;
    padding-left: 20px;
    width: 80%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/**/

/*Content*/

.optgroup_balise
{
	max-height: 100px;
}

.content
{
	text-align:justify;
}

.content h1
{
	font-family:Caviar;
	text-shadow: 1px 1px 1px #000000;
	font-size:2em;
	color:#4FB7A9;
	text-align:center;
}

.input_cadre {
    animation: 1s linear 0s normal none 1 appa;
    background-color: #D3D3D3;
    border: 3px solid #479E92;
    border-radius: 10px;
    margin: auto auto 10px;
    padding: 5px;
    width: 600px;
}

.input_cadre p {
    margin:0;
    text-align: center;
}

.content h2
{
	font-family:Caviar;
	text-shadow: 1px 1px 1px #000000;
	font-size:1.7em;
	color:#4FB7A9;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
}



.content p
{
	font-size:1em;
}

	/*Actu*/
	
	.form_news
	{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
	}
	
	.form_news p
	{
		margin: 0;
	}
	
	input
	{
		background-color: #4FB7A9;
		border: 3px solid #479E92;
		border-radius: 10px 10px 10px 10px;
		color: #FFFFFF;
		font-family: Caviar;
		font-size: 1em;
		font-weight: normal;
		margin: auto;
	}
	
	input:valid, .form_news textarea:valid
	{
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
	
	textarea
	{
		background-color: #4FB7A9;
		border: 3px solid #479E92;
		border-radius: 10px 10px 10px 10px;
		color: #FFFFFF;
		font-family: Caviar;
		font-size: 1em;
		font-weight: normal;
		margin: auto;
		max-width: 790px;
		min-height: 200px;
		text-align: justify;
		min-width: 600px;
	}
	
	
	
	select
	{
		background-color: #4FB7A9;
		border: 3px solid #479E92;
		border-radius: 10px 10px 10px 10px;
		color: #FFFFFF;
		font-family: Caviar;
		font-size: 1em;
		font-weight: normal;
		height: 36px;
		margin: auto;
		text-align: center;
		width: 600px;
		margin-bottom: 5px;
	}
	
	.old_news td
	{
		border-bottom: 3px solid #479E92;
	}
	
	.ligne_tableau
	{
	}
	
	.cadre_pagination
	{
	}
	
	.cadre_numeros
	{
	}
	
	.old_news
	{
	}
	
	input[type=text], input[type=submit]
	{
		background-color: #4FB7A9;
		border: 3px solid #479E92;
		border-radius: 10px 10px 10px 10px;
		color: #FFFFFF;
		font-family: Caviar;
		font-size: 1em;
		font-weight: normal;
		height: 36px;
		margin: auto;
		text-align: center;
		width: 150px;
		
	}
	
	input[type=submit]
	{
		margin: 5px;
	}
	
	textarea
	{
		background-color: #4FB7A9;
		border: 3px solid #479E92;
		border-radius: 10px 10px 10px 10px;
		color: #FFFFFF;
		font-family: Caviar;
		font-size: 1em;
		font-weight: normal;
		height: 36px;
		margin: auto;
		text-align: center;
		width: 250px;
		margin-bottom:5px;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
	
	textarea:focus, .old_news textarea:active
	{
		height:300px;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
	
	input[type=text]:focus, .old_news input[type=text]:active
	{
		
	}
	

	
.form_images input[type="file"] {
    border: 3px solid #479E92;
    border-radius: 10px;
    color: #000000;
    font-family: Caviar;
    font-size: 1em;
    font-weight: normal;
    height: 36px;
    width: 71%;
}
	
	/**/

/**/



/*Page theme*/

.erreurEnvoi
{
	color: red;
}

.cadreTheme
{
	display: table;
	width: 100%;
	text-align: center;
	background-color: #4FB7A9;
 	border-radius: 5px;

}
.flat-table {
	border: medium none;
    border-collapse: collapse;
    width: 100%;
		border: none;
                border-radius: 3px;
               -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
	}
	.flat-table th, .flat-table td {
		box-shadow: inset 0 -1px rgba(0,0,0,0.25), 
			inset 0 1px rgba(0,0,0,0.25);
	}
	.flat-table th {
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		padding: 1em;
		color: rgba(0,0,0,0.45);
		text-shadow: 0 0 1px rgba(0,0,0,0.1);
		font-size: 1.5em;
	}
	.flat-table td {
		color: #f7f7f7;
		text-shadow: 0 0 1px rgba(255,255,255,0.1);
		font-size: 1.4em;
	}
	
	.flat-table td:first-child {
		width:18%;
	}
	
	.flat-table td img{
		max-height: 300px;
		max-width: 200px;
	}
	
	.flat-table tr {
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		-moz-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s;
	}

	}
	.flat-table-3 {
		background: #52be7f;
	}
	.flat-table-3 > tbody > tr:hover, .flat-table-3 > tbody > .active {
		background: rgba(0,0,0,0.1);
	}
	
	.flat-table-3 > tbody > tr > td  label > div
	{
		height: 25px;
		overflow: hidden;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
	}
	
	.flat-table-3 > tbody > tr:hover > td  label > div
	{
		height: 220px;
		-webkit-transition: height 1s;
		-moz-transition: height 1s;
		transition: height 1s;
	}
	
	.flat-table-3 > tbody > tr > td label > div > p
	{
		margin:3px 0 0;
	}
	
	

/**/


/***ACTUALITE***/

.formulaireNews
{
	padding-bottom: 15px;
}

.formulaireNews input[type="text"]
{
	margin-bottom: 10px;
    width: 70%;
}

.formulaireNews p
{
	font-size: 1.5em;
    text-align: center;
    color: #4FB7A9;
    font-family: Caviar;
	text-shadow: 1px 1px 1px #000000;


}

.titreEditionNews
{
	cursor: pointer;
	text-align: center;
}

.titreEditionNews img
{
    display: inline-block;
    height: 20px;
}

.titreEditionNews h2
{
	display: inline-block;
}

.oldNews
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    width: 100%;
    
}

.oldNews a
    {
    	text-shadow: none;
    }

.oldNews > thead > tr
{
	
}

.oldNews th
{
	color: #4FB7A9;
    font-family: Caviar;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #479E92;
    border-bottom: 1px solid #479E92;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}

.oldNews th:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
    border-top-left-radius: 7px;
}

.oldNews th:last-child
{
    border-top-right-radius: 7px;
}

.oldNews th:nth-child(3)
{
	width: 45%;
}

.oldNews th:nth-child(n+4)
{
	width: 10%;
}

.oldNews td
{
    border-bottom: 1px solid #479E92;
    border-left: 3px solid #479E92;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
}

.oldNews td:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
}

.oldNews td > img, .oldNews td > a > img
{
    height: 30px;
}

.formulaireEditNews
{
	padding-bottom: 15px;
}

.formEditNews
	{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
	}
	
	.formEditNews p
	{
		margin: 0;
	}

.formulaireEditNews input[type="text"]
{
	margin-bottom: 10px;
    width: 70%;
}

.formulaireEditNews p
{
	font-size: 1.5em;
    text-align: center;
    color: #4FB7A9;
    font-family: Caviar;
	text-shadow: 1px 1px 1px #000000;


}

.formulaireEditNews .Miniature img
{
	max-width: 300px;
	max-height: 300px;
}

.formulaireSupprNews
{
	padding-bottom: 15px;
}

.formSupprNews
	{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
	}
	
	

.formulaireSupprNews input[type="text"]
{
	margin-bottom: 10px;
    width: 70%;
}

.formulaireSupprNews p
{
	font-size: 1em;



}

.formulaireSupprNews > div
{
    border: 3px solid #479E92;
    border-radius: 10px;
}

.formulaireSupprNews > div > div.contentNews
{
    padding: 15px;
}

.formulaireSupprNews > div > div.contentNews:last-child
{
    border-top: 1px solid black;
}

.cadreTitreSupprNews
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #479E92;
    padding: 0 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.cadreTitreSupprNews > .date
{
	text-align: right;
}

.cadreTitreSupprNews > .titre
{
	text-align: left;
}

.cadreTitreSupprNews > p
{
	width: 50%;
	float: left;
	font-size: 1.5em;
    color: white;
    font-family: Caviar;
	text-shadow: 1px 1px 1px #000000;
}



.formulaireModifMessage
{
	padding-bottom: 15px;
}

.formModifMessage
	{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
	}
	
	

.formulaireModifMessage input[type="text"]
{
	margin-bottom: 10px;
    width: 70%;
}

.formulaireModifMessage p
{
	font-size: 1em;



}

.formulaireModifMessage > div
{
    border: 3px solid #479E92;
    border-radius: 10px;
}

.cadreContactModifMessage
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #479E92;
    padding: 0 15px;
}

.cadreContactModifMessage > div
{
    
}

.cadreContactModifMessage > div > p
{
    color: #FFFFFF;
    font-family: Caviar;
    font-size: 1.4em;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    width: 49%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cadreContactModifMessage > div > .titre
{
    float: left;
    border-right: 3px solid #479E92;
}

.cadreContactModifMessage > div > .date
{
    float: right;
    text-align: right;
}

.formulaireModifMessage > div > div:last-child
{
    display: table;
    width: 100%;
}

.formulaireModifMessage h3
{
	margin: 0 0 5px;
    text-decoration: underline;
}

.formulaireModifMessage > div > .table
{
    display: table;
    width: 100%;
    border-bottom: 1px solid #479e92;
}

.formulaireModifMessage > div > .table > div
{
    padding: 10px 15px;
    display: table-cell;
}

.formulaireModifMessage > div > .table > div:first-child
{
}


.formulaireModifMessage > div > div:last-child > div
{
    padding: 10px 15px;
    display: table-cell;
}


.formulaireModifMessage > div > div:last-child > div:first-child
{
    border-right: 1px solid #479e92;
}


.cadreTitreModifMessage
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #479E92;
    padding: 0 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.cadreTitreModifMessage > .date
{
	text-align: right;
}

.cadreTitreModifMessage > .titre
{
	text-align: left;
}

.cadreTitreModifMessage > p
{
	width: 50%;
	float: left;
	font-size: 1.5em;
    color: white;
    font-family: Caviar;
	text-shadow: 1px 1px 1px #000000;
}

/*****/



/****/

.formTitre input[type="text"]
{
	width: 500px;
}

.formTitre
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
    margin: auto;
}

.formTitre tr > td
{
	border-bottom: 2px solid #479E92;
}

.formTitre tr:last-child > td
{
	border-bottom: none;
}

.formTitre tr > td > p
{
	text-align: right;
}

.formTitre tr > th
{
	text-align: center;
}

.formTitre tr > td > h5
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

.formTitre tr > td:first-child
{
}

.formTitre tr > td:last-child
{
}

.cadreFormTitre input[type="submit"]
{
	margin: 10px auto auto 40%;
}

/**/

.formBg input[type="text"]
{
	width: 500px;
}

.formBg
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
    margin: auto;
}

.formBg tr > td
{
	border-bottom: 2px solid #479E92;
}

.formBg tr:last-child > td
{
	border-bottom: none;
}

.formBg tr > td > p
{
	text-align: right;
}

.formBg tr > td > img
{
	max-width: 500px;
}

.formBg tr > th
{
	text-align: center;
}

.formBg tr > td > h5
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

.formBg tr > td:first-child
{
}

.formBg tr > td:last-child
{
}

.cadreFormTitre input[type="submit"]
{
	margin: 10px auto auto 40%;
}

/***/

#inputLangue
{
	width: 250px;
}

#footer
{
	background-attachment: scroll;
    background-color: #000000;
    background-image: url("../images_tpl/footer.png");
    background-position: center top;
    background-repeat: repeat;
    color: #4FB7A9;
    font-family: caviar;
    height: 154px;
    margin: auto;
    width: 100%;
	bottom: 0px;
	position:absolute;
}


.copyright
{
	height: 15px;
    margin: auto;
    padding-top: 70px;
    width: 500px;}

.copyright p
{
	text-align:center;
	font-size: 0.75em;
	margin: 0;
}

#formLogo
{
	width: 100%;
}

#formLogo select {
    background-color: #4fb7a9;
    border: 3px solid #479e92;
    border-radius: 10px;
    color: #ffffff;
    font-family: Caviar;
    font-size: 1em;
    font-weight: normal;
    height: 36px;
    margin: auto auto 5px;
    text-align: center;
    width: 130px;
    margin: 5px;
}

#formLogo input[type="text"] {
    margin-bottom: 10px;
    width: 90%;
}

#formLogo input[type="url"]
{
	background-color: #4fb7a9;
    border: 3px solid #479e92;
    border-radius: 10px;
    color: #ffffff;
    font-family: Caviar;
    font-size: 1em;
    font-weight: normal;
    height: 36px;
    margin: 5px;
    text-align: center;
    width: 90%;
}

#listLogo .img > img
{
	/*height: 10%;
    max-height: 100px;
    max-width: 200px;*/
}

#listLogo h5
{
	color: #4fb7a9;
    font-family: Caviar;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}

#listLogo select
{
	width: 50px;
}

.modifLogo
{
	text-align: center;
}

.modifLogo img
{
	max-width: 300px;
}

.formLogoW textarea {
    max-width: 185px;
    min-width: 185px;
}

.listeSsSection
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    width: 100%;
    
}

.listeSsSection a
    {
    	text-shadow: none;
    }

.listeSsSection > thead > tr
{
	
}

.listeSsSection th
{
	color: #4FB7A9;
    font-family: Caviar;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #479E92;
    border-bottom: 1px solid #479E92;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}

.listeSsSection th:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
    border-top-left-radius: 7px;
}

.listeSsSection th:last-child
{
    border-top-right-radius: 7px;
}

.listeSsSection td
{
    border-bottom: 1px solid #479E92;
    border-left: 3px solid #479E92;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
}

.listeSsSection td:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
}

.listeSsSection td > img, .oldNews td > a > img
{
    height: 30px;
}

#listeSsSection {
	list-style: none;
	padding: 0;
	display: table-row-group;
}


#listeSsSection li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	display: table-row;
}

#listeSsSection li div
{
	border-bottom: 1px solid #000000;
	padding: 5px;
	border-left: 1px solid #000000;
}

#listeSsSection li div:last-child
{
	border-bottom: none;
}

#listeSsSection li div, #listeSsSection li > img {
	display: table-cell;
	vertical-align: middle;
}

#listeSsSection li div img
{
	height: 30px;
}

#listeSsSection li img.handle {
	cursor: move;
    float: left;
    margin-left: 8px;
    margin-top: 13px;
}

#info {
	display: block;
	}

#listeSection
{
	display: table;
	width: 100%;
	text-align: center;
}

.headListeSec
{
	display: table-header-group;
}

.headListeSec > div
{
	display: table-row;
}

.headListeSec > div > div
{
	display: table-cell;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #479e92;
    border-left: 1px solid #479e92;
    color: #4fb7a9;
    font-family: Caviar;
    font-size: 1.2em;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}

#listLogo
{
	display: table;
}

#listLogo > .headerGroup
{
	display: table-header-group;
}

#listLogo > .headerGroup > div
{
	display: table-row;
}

#listLogo > .headerGroup > div > div
{
	display: table-cell;
}

#listLogo > .headerGroup > div > div
{
	display: table-cell;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #479e92;
    border-left: 1px solid #479e92;
    color: #4fb7a9;
    font-family: Caviar;
    font-size: 1.1em;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    vertical-align: middle;
}

.listLogoBody > div
{
	display: table-row;
}

.listLogoBody {
	list-style: none;
	padding: 0;
	display: table-row-group;
}


.listLogoBody > li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	display: table-row;
}

.listLogoBody > li > div
{
	border-bottom: 1px solid #000000;
	padding: 5px;
	border-left: 1px solid #000000;
}

.listLogoBody > li > div:last-child
{
	border-right: none;
}

.listLogoBody > li > div:first-child
{
	border-left: none;
}

.listLogoBody > li > div, #listeSsSection li > img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.listLogoBody > li > div img
{
	height: 30px;
}

.listLogoBody > li > img.handle {
	cursor: move;
    float: left;
    margin-left: 8px;
    margin-top: 13px;
}

#choixLangue
{
	margin-left: 112px;
    width: 70%;
}
/**FORM TARIFS**/
.formTarif thead
{
	text-align: center;
	border-bottom: 1px solid black;
}

.formTarif thead tr:last-child
{
	border-bottom: 1px solid black;
}

.formTarif tbody .row2
{
	background-color: rgba(0,0,0,0.20);
}

.formTarif input
{
	width: 60px;
	text-align: center;
	height: 25px;
}


.formTarif
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
    margin: auto;
}

.listLangues
{
	display: block;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    padding: 0 15px;
    margin: auto;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.listLangues h3
{
	margin-top: 0;
}

.listLangues a
{
	font-size: 20px;
}

#miniatureNews > div > input
{
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 200px:
}

#miniatureNews > div > a
{
	background-color: #20887A;
	border: 3px solid #479E92;
	border-radius: 10px;
	color: #FFF;
	font-family: Caviar;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -4px;
}

.listCommentaires
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    width: 100%;
    
}

.listCommentaires a
    {
    	text-shadow: none;
    }

.listCommentaires > thead > tr
{
	
}

.listCommentaires th
{
	color: #4FB7A9;
    font-family: Caviar;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #479E92;
    border-bottom: 1px solid #479E92;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}

.listCommentaires th:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
    border-top-left-radius: 7px;
}

.listCommentaires th:last-child
{
    border-top-right-radius: 7px;
}

.listCommentaires th:nth-child(5)
{
	width: 45%;
}

.listCommentaires th:nth-child(n+6)
{
	width: 10%;
}

.listCommentaires td
{
    border-bottom: 1px solid #479E92;
    border-left: 3px solid #479E92;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
}

.listCommentaires td:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
}

.listCommentaires td > img, .listCommentaires td > a > img
{
    height: 30px;
}

.listSlider
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #479E92;
    border-radius: 10px;
    width: 100%;
    
}

.listSlider a
    {
    	text-shadow: none;
    }

.listSlider > thead > tr
{
	
}

.listSlider th
{
	color: #4FB7A9;
    font-family: Caviar;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #479E92;
    border-bottom: 1px solid #479E92;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}

.listSlider th:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
    border-top-left-radius: 7px;
}

.listSlider th:last-child
{
    border-top-right-radius: 7px;
}

.listSlider th:nth-child(3)
{
	width: 45%;
}

.listSlider th:last-child
{
	width: 10%;
}

.listSlider td
{
    border-bottom: 1px solid #479E92;
    border-left: 3px solid #479E92;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
}

.listSlider td:first-child
{
	border: none;
    border-bottom: 1px solid #479E92;
}

.listSlider td > img, .listSlider td > a > img
{
    width: 30px;
}

.listSlider td > .suppr
{
    cursor: pointer;
}

.listSlider .miniature
{
	width: 100px;
}

.listSlider .miniature:hover
{
	width: 400px;
}

#lienSlider > div > input {
    border-right: medium none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 60%;
}

.listSlider .titreImage {
    width: 80%;
}

#lienSlider > div > a {
    background-color: #20887A;
    border-width: 3px 3px 3px medium;
    border-style: solid solid solid none;
    border-color: #479E92 #479E92 #479E92 -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 0px 10px 10px 0px;
    color: #FFF;
    font-family: Caviar;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    margin-left: -4px;
}