@CHARSET "ISO-8859-1";
/* CSS commun au mobile et fixe */

/* Theme général */
body{	background-color: #cfcfcf; font-family: 'Open Sans'; background-image: url('img/background/eecewlq.png'); /*background-size: 100%;*/background-attachment: fixed;}

/* Liens */
nav a{color: #4ebfd0; text-decoration: underline; transition-delay: 500ms;}
nav a:hover{color: #808485; transition-delay: 0s;}
nav a, a:hover{ transition-property: all; transition-duration: 500ms;}
nav a.ui-button{transition-property: none; color: #fff;}

/* Datatable */
table.dataTable tr.odd, .odd { 	background-color: rgb(246,246,246); }
table.dataTable tr.even, .even { 	background-color: rgb(251,251,251); }

table.dataTable tr.odd td.sorting_1 { background-color: rgb(240,240,240); }
table.dataTable tr.odd td.sorting_2 { background-color: rgb(240,240,240); }
table.dataTable tr.odd td.sorting_3 { background-color: rgb(240,240,240); }
table.dataTable tr.even td.sorting_1 { background-color: rgb(245,245,245); }
table.dataTable tr.even td.sorting_2 { background-color: rgb(245,245,245); }
table.dataTable tr.even td.sorting_3 { background-color: rgb(245,245,245); }