/******************************************************************************/
/*                               compRecherche                                */
/******************************************************************************/

.compRecherche {
    background: none repeat scroll 0 0 #5D5D5D;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    height: 25px;
    margin-bottom: 20px;
    padding: 8px 13px;
}
.compRecherche .headerComposants {
}
.compRecherche .headerComposants .footerComposants {
}
.compRecherche .headerComposants .footerComposants .contentComposants {
}
.compRecherche .headerComposants .footerComposants .contentComposants .topContentComposants {
}
.compRecherche .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants {
	display: none;
}
.compRecherche .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants span {
}
.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants {
}
.compRecherche .headerComposants .footerComposants .contentComposants .bottomContentComposants {
}
.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants .liensRecherche {
    clear: left;
	display: none;
}
.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants form .saisieRecherche input {
    background: #FFFFFF;
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
	margin: 2px 0 0;
    width: 135px;
}
.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants form .validerRecherche {
      color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'BebasNeueRegular';
    font-size: 18px;
    font-weight: normal;
    height: 21px;
    line-height: 21px;
    margin: 2px 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 1s ease-in-out 0s;
    width: 20px;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

}


.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants form .validerRecherche:hover {
   font-size:10px;
   -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;  
	
}


.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants .autocompletion {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    color: #000000;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 22px;
    width: 135px;
    z-index: 1000;
}

.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants .autocompletion ul li a {
    color: #000000;
    display: block;
    margin: 10px 0 5px;
    text-decoration: none;
}

.compRecherche .headerComposants .footerComposants .contentComposants .dataContentComposants .autocompletion ul li a:hover {
	color:#444;	
}

table.display {
    background: none repeat scroll 0 0 #fff;
    border-collapse: collapse;
    clear: both;
    margin: 0 auto;
    width: 100%;
    margin: 0 0 35px;
    border: none;
}
table.display .evenements{
    font-style: italic;
}
table.display thead {
    background: none repeat scroll 0 0 #ED3C00;
    height: 26px;
    line-height: 26px;
}
table.display thead th {
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 0 18px 0 10px;
    text-align: left;
    text-transform: uppercase;
}
table.display tr td {
    padding: 15px;
}
table.display tr td:nth-child(3) a{
    background: none repeat scroll 0 0 #5D5D5D;
    color: #FFFFFF;
    font-family: 'BebasNeueRegular';
    height: 20px;
    padding: 5px 15px;
    text-decoration: none;
}
table.display tr td:nth-child(3) a:hover{
    font-size: 9px;
    transition: all 500ms ease-in-out 0s;
}



table.display tr td .resultImage,
table.display tr td .resultInfo {
float: left;
}

table.display tr td .resultInfo {
margin: 0 0 0 10px;
}
table.display tr td .resultImage a{
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
        border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #000000;
    cursor: pointer;
    color: transparent;
}
.selectme {
    float: left;
    font-family: 'BebasNeueRegular';
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    padding:0;
    text-align: left;
    text-transform: uppercase;
}
.autocompletion .selectme {
    font-family: arial;
    font-size: 11px;
    float: none;
    text-transform: lowercase;
}
.selectme a{
    color: #D71875;
    text-decoration: none;
}
.informal {
    clear: both;
}
.informal span{
    color: #5a5a5a;
    text-decoration: none;
    font-family: 'BebasNeueRegular';
}
table.display tr:hover, tbody tr td.highlighted {
    background-color: #FCCF7B !important;
}



